rpms/apr-util/devel apr-util.spec,1.20,1.21

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Wed Jan 18 11:49:43 UTC 2006


Author: jorton

Update of /cvs/dist/rpms/apr-util/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv9680

Modified Files:
	apr-util.spec 
Log Message:
* Wed Jan 18 2006 Joe Orton <jorton at redhat.com> 1.2.2-3
- disable sqlite2 support
- BuildRequire e2fsprogs-devel
- enable malloc paranoia in %check



Index: apr-util.spec
===================================================================
RCS file: /cvs/dist/rpms/apr-util/devel/apr-util.spec,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- apr-util.spec	3 Jan 2006 20:14:15 -0000	1.20
+++ apr-util.spec	18 Jan 2006 11:49:39 -0000	1.21
@@ -4,7 +4,7 @@
 Summary: Apache Portable Runtime Utility library
 Name: apr-util
 Version: 1.2.2
-Release: 2.2
+Release: 3
 License: Apache Software License 2.0
 Group: System Environment/Libraries
 URL: http://apr.apache.org/
@@ -13,7 +13,8 @@
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
 BuildRequires: autoconf, doxygen, apr-devel >= 1.2.0
 BuildRequires: openldap-devel, db4-devel, expat-devel
-BuildRequires: postgresql-devel, sqlite-devel
+BuildRequires: postgresql-devel, sqlite-devel >= 3.0.0
+BuildRequires: e2fsprogs-devel
 Conflicts: subversion < 0.20.1-2
 
 %description
@@ -44,7 +45,8 @@
 %configure --with-apr=%{_prefix} \
         --includedir=%{_includedir}/apr-%{apuver} \
         --with-ldap --without-gdbm \
-        --with-sqlite3 --with-pgsql
+        --with-sqlite3 --with-pgsql \
+        --without-sqlite2
 make %{?_smp_mflags} && make dox
 
 %install
@@ -69,6 +71,7 @@
 
 %check
 # Run the less verbose test suites
+export MALLOC_CHECK_=2 MALLOC_PERTURB_=$(($RANDOM % 255 + 1))
 cd test
 make %{?_smp_mflags} testall testrmm testdbm
 ./testall -v -q
@@ -98,6 +101,11 @@
 %doc --parents html
 
 %changelog
+* Wed Jan 18 2006 Joe Orton <jorton at redhat.com> 1.2.2-3
+- disable sqlite2 support
+- BuildRequire e2fsprogs-devel
+- enable malloc paranoia in %%check
+
 * Tue Jan  3 2006 Jesse Keating <jkeating at redhat.com> 1.2.2-2.2
 - rebuilt again
 




More information about the fedora-cvs-commits mailing list