- update to 1.2.6

- define LDAP_DEPRECATED in apr_ldap.h (r391985, #188073)
This commit is contained in:
jorton 2006-04-06 14:22:22 +00:00
parent 9f2af3b1c5
commit 3906092d30
3 changed files with 11 additions and 4 deletions

View File

@ -3,13 +3,14 @@
Summary: Apache Portable Runtime Utility library Summary: Apache Portable Runtime Utility library
Name: apr-util Name: apr-util
Version: 1.2.2 Version: 1.2.6
Release: 4.2 Release: 2
License: Apache Software License 2.0 License: Apache Software License 2.0
Group: System Environment/Libraries Group: System Environment/Libraries
URL: http://apr.apache.org/ URL: http://apr.apache.org/
Source0: %{name}-%{version}.tar.gz Source0: %{name}-%{version}.tar.gz
Patch0: apr-util-1.2.2-exports.patch Patch0: apr-util-1.2.2-exports.patch
Patch1: apr-util-1.2.6-ldap.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildRequires: autoconf, doxygen, apr-devel >= 1.2.0 BuildRequires: autoconf, doxygen, apr-devel >= 1.2.0
BuildRequires: openldap-devel, db4-devel, expat-devel BuildRequires: openldap-devel, db4-devel, expat-devel
@ -39,6 +40,7 @@ library of C data structures and routines.
%prep %prep
%setup -q %setup -q
%patch0 -p1 -b .exports %patch0 -p1 -b .exports
%patch1 -p1 -b .ldap
%build %build
autoheader && autoconf autoheader && autoconf
@ -46,6 +48,7 @@ autoheader && autoconf
--includedir=%{_includedir}/apr-%{apuver} \ --includedir=%{_includedir}/apr-%{apuver} \
--with-ldap --without-gdbm \ --with-ldap --without-gdbm \
--with-sqlite3 --with-pgsql \ --with-sqlite3 --with-pgsql \
--with-berkeley-db \
--without-sqlite2 --without-sqlite2
make %{?_smp_mflags} && make dox make %{?_smp_mflags} && make dox
@ -101,6 +104,10 @@ rm -rf $RPM_BUILD_ROOT
%doc --parents html %doc --parents html
%changelog %changelog
* Thu Apr 6 2006 Joe Orton <jorton@redhat.com> 1.2.6-2
- update to 1.2.6
- define LDAP_DEPRECATED in apr_ldap.h (r391985, #188073)
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 1.2.2-4.2 * Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 1.2.2-4.2
- bump again for double-long bug on ppc(64) - bump again for double-long bug on ppc(64)

View File

@ -1 +1 @@
8b3f04dde7048946c3c94f85b4debb94 apr-util-1.2.2.tar.gz f8f17dd6bd17926ab2b03767f1f3a1fc apr-util-1.2.6.tar.gz

View File

@ -1 +1 @@
apr-util-1.2.2.tar.gz apr-util-1.2.6.tar.gz