From f11e4fc77e509b3be1cf1b5295fb98f53cb76521 Mon Sep 17 00:00:00 2001 From: jorton Date: Jan 18 2006 11:49:39 +0000 Subject: - disable sqlite2 support - BuildRequire e2fsprogs-devel - enable malloc paranoia in %check --- diff --git a/apr-util.spec b/apr-util.spec index fcae4ce..528b3f2 100644 --- a/apr-util.spec +++ b/apr-util.spec @@ -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 @@ Patch0: apr-util-1.2.2-exports.patch 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 @@ autoheader && autoconf %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 @@ sed -ri '/^dependency_libs/{s,-l(pq|sqlite[0-9]|rt|dl|uuid) ,,g}' \ %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 @@ rm -rf $RPM_BUILD_ROOT %doc --parents html %changelog +* Wed Jan 18 2006 Joe Orton 1.2.2-3 +- disable sqlite2 support +- BuildRequire e2fsprogs-devel +- enable malloc paranoia in %%check + * Tue Jan 3 2006 Jesse Keating 1.2.2-2.2 - rebuilt again