rpms/apr-util/devel .cvsignore, 1.9, 1.10 apr-util.spec, 1.48, 1.49 sources, 1.11, 1.12 apr-util-1.2.2-exports.patch, 1.1, NONE apr-util-1.2.8-dbddso.patch, 1.6, NONE apr-util-1.2.8.tar.gz.asc, 1.1, NONE

Bojan Smojver (bojan) fedora-extras-commits at redhat.com
Tue Jul 1 23:56:56 UTC 2008


Author: bojan

Update of /cvs/pkgs/rpms/apr-util/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15253

Modified Files:
	.cvsignore apr-util.spec sources 
Removed Files:
	apr-util-1.2.2-exports.patch apr-util-1.2.8-dbddso.patch 
	apr-util-1.2.8.tar.gz.asc 
Log Message:
Bump up to 1.3.2.


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/apr-util/devel/.cvsignore,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- .cvsignore	26 Nov 2007 22:50:36 -0000	1.9
+++ .cvsignore	1 Jul 2008 23:56:13 -0000	1.10
@@ -1 +1 @@
-apr-util-1.2.12.tar.bz2
+apr-util-1.3.2.tar.bz2


Index: apr-util.spec
===================================================================
RCS file: /cvs/pkgs/rpms/apr-util/devel/apr-util.spec,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -r1.48 -r1.49
--- apr-util.spec	19 Feb 2008 07:02:02 -0000	1.48
+++ apr-util.spec	1 Jul 2008 23:56:13 -0000	1.49
@@ -3,18 +3,16 @@
 
 Summary: Apache Portable Runtime Utility library
 Name: apr-util
-Version: 1.2.12
-Release: 5%{?dist}
+Version: 1.3.2
+Release: 1%{?dist}
 License: ASL 2.0
 Group: System Environment/Libraries
 URL: http://apr.apache.org/
 Source0: http://www.apache.org/dist/apr/%{name}-%{version}.tar.bz2
-Patch0: apr-util-1.2.2-exports.patch
-Patch2: apr-util-1.2.7-pkgconf.patch
-Patch3: apr-util-1.2.8-dbddso.patch
+Patch1: apr-util-1.2.7-pkgconf.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
-BuildRequires: autoconf, apr-devel >= 1.2.0
-BuildRequires: openldap-devel, db4-devel, expat-devel, e2fsprogs-devel
+BuildRequires: autoconf, apr-devel >= 1.3.0
+BuildRequires: db4-devel, expat-devel, e2fsprogs-devel
 
 %description
 The mission of the Apache Portable Runtime (APR) is to provide a
@@ -26,7 +24,7 @@
 Group: Development/Libraries
 Summary: APR utility library development kit
 Requires: apr-util = %{version}-%{release}, apr-devel, pkgconfig
-Requires: openldap-devel, db4-devel, expat-devel
+Requires: db4-devel, expat-devel
 
 %description devel
 This package provides the support files which can be used to 
@@ -64,21 +62,47 @@
 This package provides the SQLite driver for the apr-util DBD
 (database abstraction) interface.
 
+%package freetds
+Group: Development/Libraries
+Summary: APR utility library FreeTDS DBD driver
+BuildRequires: freetds-devel
+Requires: apr-util = %{version}-%{release}
+
+%description freetds
+This package provides the FreeTDS driver for the apr-util DBD
+(database abstraction) interface.
+
+%package odbc
+Group: Development/Libraries
+Summary: APR utility library ODBC DBD driver
+BuildRequires: unixODBC-devel
+Requires: apr-util = %{version}-%{release}
+
+%description odbc
+This package provides the ODBC driver for the apr-util DBD
+(database abstraction) interface.
+
+%package ldap
+Group: Development/Libraries
+Summary: APR utility library LDAP support
+BuildRequires: openldap-devel
+Requires: apr-util = %{version}-%{release}
+
+%description ldap
+This package provides the LDAP support for the apr-util.
+
 %prep
 %setup -q
-%patch0 -p1 -b .exports
-%patch2 -p1 -b .pkgconf
-%patch3 -p1 -b .dbddso
+%patch1 -p1 -b .pkgconf
 
 %build
 autoheader && autoconf
 %configure --with-apr=%{_prefix} \
         --includedir=%{_includedir}/apr-%{apuver} \
         --with-ldap --without-gdbm \
-        --with-sqlite3 --with-pgsql --with-mysql \
+        --with-sqlite3 --with-pgsql --with-mysql --with-freetds --with-odbc \
         --with-berkeley-db \
-        --without-sqlite2 \
-        --enable-dbd-dso
+        --without-sqlite2
 make %{?_smp_mflags}
 
 %install
@@ -136,6 +160,18 @@
 %defattr(-,root,root,-)
 %{_libdir}/apr-util-%{apuver}/apr_dbd_sqlite*
 
+%files freetds
+%defattr(-,root,root,-)
+%{_libdir}/apr-util-%{apuver}/apr_dbd_freetds*
+
+%files odbc
+%defattr(-,root,root,-)
+%{_libdir}/apr-util-%{apuver}/apr_dbd_odbc*
+
+%files ldap
+%defattr(-,root,root,-)
+%{_libdir}/apr-util-%{apuver}/apr_ldap*
+
 %files devel
 %defattr(-,root,root,-)
 %{_bindir}/apu-%{apuver}-config
@@ -145,6 +181,12 @@
 %{_libdir}/pkgconfig/*.pc
 
 %changelog
+* Thu Jun 19 2008 Bojan Smojver <bojan at rexursive.com> - 1.3.2-1
+- bump up to 1.3.2
+
+* Sun Jun  1 2008 Bojan Smojver <bojan at rexursive.com> - 1.3.0-1
+- bump up to 1.3.0
+
 * Tue Feb 19 2008 Fedora Release Engineering <rel-eng at fedoraproject.org> - 1.2.12-5
 - Autorebuild for GCC 4.3
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/apr-util/devel/sources,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- sources	26 Nov 2007 22:50:36 -0000	1.11
+++ sources	1 Jul 2008 23:56:13 -0000	1.12
@@ -1 +1 @@
-4ec0474c61113dcb57943916e7f53522  apr-util-1.2.12.tar.bz2
+aa782fb9ced8b59c8e99419d8cdd1981  apr-util-1.3.2.tar.bz2


--- apr-util-1.2.2-exports.patch DELETED ---


--- apr-util-1.2.8-dbddso.patch DELETED ---


--- apr-util-1.2.8.tar.gz.asc DELETED ---




More information about the fedora-extras-commits mailing list