From 3906092d30b4ac38793ff4063f178c072bd6a1dd Mon Sep 17 00:00:00 2001 From: jorton Date: Apr 06 2006 14:22:22 +0000 Subject: - update to 1.2.6 - define LDAP_DEPRECATED in apr_ldap.h (r391985, #188073) --- diff --git a/apr-util.spec b/apr-util.spec index 63ce060..34254f0 100644 --- a/apr-util.spec +++ b/apr-util.spec @@ -3,13 +3,14 @@ Summary: Apache Portable Runtime Utility library Name: apr-util -Version: 1.2.2 -Release: 4.2 +Version: 1.2.6 +Release: 2 License: Apache Software License 2.0 Group: System Environment/Libraries URL: http://apr.apache.org/ Source0: %{name}-%{version}.tar.gz Patch0: apr-util-1.2.2-exports.patch +Patch1: apr-util-1.2.6-ldap.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot BuildRequires: autoconf, doxygen, apr-devel >= 1.2.0 BuildRequires: openldap-devel, db4-devel, expat-devel @@ -39,6 +40,7 @@ library of C data structures and routines. %prep %setup -q %patch0 -p1 -b .exports +%patch1 -p1 -b .ldap %build autoheader && autoconf @@ -46,6 +48,7 @@ autoheader && autoconf --includedir=%{_includedir}/apr-%{apuver} \ --with-ldap --without-gdbm \ --with-sqlite3 --with-pgsql \ + --with-berkeley-db \ --without-sqlite2 make %{?_smp_mflags} && make dox @@ -101,6 +104,10 @@ rm -rf $RPM_BUILD_ROOT %doc --parents html %changelog +* Thu Apr 6 2006 Joe Orton 1.2.6-2 +- update to 1.2.6 +- define LDAP_DEPRECATED in apr_ldap.h (r391985, #188073) + * Fri Feb 10 2006 Jesse Keating - 1.2.2-4.2 - bump again for double-long bug on ppc(64) diff --git a/sources b/sources index 03a934c..ab700c9 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -8b3f04dde7048946c3c94f85b4debb94 apr-util-1.2.2.tar.gz +f8f17dd6bd17926ab2b03767f1f3a1fc apr-util-1.2.6.tar.gz diff --git a/upstream b/upstream index 6e0eed9..efc9b84 100644 --- a/upstream +++ b/upstream @@ -1 +1 @@ -apr-util-1.2.2.tar.gz +apr-util-1.2.6.tar.gz