Blame SPECS/apr-util.spec

5e0cd6
5e0cd6
%if 0%{?fedora} < 18 && 0%{?rhel} < 7
5e0cd6
%define dbdep db4-devel
5e0cd6
%else
5e0cd6
%define dbdep libdb-devel
5e0cd6
%endif
5e0cd6
5e0cd6
%if 0%{?fedora} < 27 && 0%{?rhel} <= 7
5e0cd6
%global with_nss 1
5e0cd6
%else
5e0cd6
%global with_nss 0
5e0cd6
%endif
5e0cd6
5e0cd6
%define apuver 1
5e0cd6
5e0cd6
Summary: Apache Portable Runtime Utility library
5e0cd6
Name: apr-util
5e0cd6
Version: 1.6.1
5e0cd6
Release: 6%{?dist}
5e0cd6
License: ASL 2.0
5e0cd6
Group: System Environment/Libraries
5e0cd6
URL: http://apr.apache.org/
5e0cd6
Source0: http://www.apache.org/dist/apr/%{name}-%{version}.tar.bz2
5e0cd6
Patch1: apr-util-1.2.7-pkgconf.patch
5e0cd6
Patch4: apr-util-1.4.1-private.patch
5e0cd6
Patch5: apr-util-mariadb-upstream.patch
5e0cd6
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
5e0cd6
BuildRequires: autoconf, apr-devel >= 1.3.0
5e0cd6
BuildRequires: %{dbdep}, expat-devel, libuuid-devel
5e0cd6
Recommends: apr-util-bdb%{?_isa} = %{version}-%{release}
5e0cd6
Recommends: apr-util-openssl%{_isa} = %{version}-%{release}
5e0cd6
5e0cd6
%description
5e0cd6
The mission of the Apache Portable Runtime (APR) is to provide a
5e0cd6
free library of C data structures and routines.  This library
5e0cd6
contains additional utility interfaces for APR; including support
5e0cd6
for XML, LDAP, database interfaces, URI parsing and more.
5e0cd6
5e0cd6
%package devel
5e0cd6
Group: Development/Libraries
5e0cd6
Summary: APR utility library development kit
5e0cd6
Requires: apr-util%{?_isa} = %{version}-%{release}, apr-devel%{?_isa}, pkgconfig
5e0cd6
Requires: %{dbdep}%{?_isa}, expat-devel%{?_isa}, openldap-devel%{?_isa}
5e0cd6
5e0cd6
%description devel
5e0cd6
This package provides the support files which can be used to 
5e0cd6
build applications using the APR utility library.  The mission 
5e0cd6
of the Apache Portable Runtime (APR) is to provide a free 
5e0cd6
library of C data structures and routines.
5e0cd6
5e0cd6
%package pgsql
5e0cd6
Group: Development/Libraries
5e0cd6
Summary: APR utility library PostgreSQL DBD driver
5e0cd6
BuildRequires: postgresql-devel
5e0cd6
Requires: apr-util%{?_isa} = %{version}-%{release}
5e0cd6
5e0cd6
%description pgsql
5e0cd6
This package provides the PostgreSQL driver for the apr-util
5e0cd6
DBD (database abstraction) interface.
5e0cd6
5e0cd6
%package bdb
5e0cd6
Group: Development/Libraries
5e0cd6
Summary: APR utility library Berkeley DB driver
5e0cd6
BuildRequires: postgresql-devel
5e0cd6
Requires: apr-util%{?_isa} = %{version}-%{release}
5e0cd6
5e0cd6
%description bdb
5e0cd6
This package provides the Berkeley DB driver for the apr-util
5e0cd6
DBM (database abstraction) interface.
5e0cd6
5e0cd6
%package mysql
5e0cd6
Group: Development/Libraries
5e0cd6
Summary: APR utility library MySQL DBD driver
5e0cd6
BuildRequires: mariadb-connector-c-devel
5e0cd6
Requires: apr-util%{?_isa} = %{version}-%{release}
5e0cd6
5e0cd6
%description mysql
5e0cd6
This package provides the MySQL driver for the apr-util DBD
5e0cd6
(database abstraction) interface.
5e0cd6
5e0cd6
%package sqlite
5e0cd6
Group: Development/Libraries
5e0cd6
Summary: APR utility library SQLite DBD driver
5e0cd6
BuildRequires: sqlite-devel >= 3.0.0
5e0cd6
Requires: apr-util%{?_isa} = %{version}-%{release}
5e0cd6
5e0cd6
%description sqlite
5e0cd6
This package provides the SQLite driver for the apr-util DBD
5e0cd6
(database abstraction) interface.
5e0cd6
5e0cd6
%package odbc
5e0cd6
Group: Development/Libraries
5e0cd6
Summary: APR utility library ODBC DBD driver
5e0cd6
BuildRequires: unixODBC-devel
5e0cd6
Requires: apr-util%{?_isa} = %{version}-%{release}
5e0cd6
5e0cd6
%description odbc
5e0cd6
This package provides the ODBC driver for the apr-util DBD
5e0cd6
(database abstraction) interface.
5e0cd6
5e0cd6
%package ldap
5e0cd6
Group: Development/Libraries
5e0cd6
Summary: APR utility library LDAP support
5e0cd6
BuildRequires: openldap-devel
5e0cd6
Requires: apr-util%{?_isa} = %{version}-%{release}
5e0cd6
5e0cd6
%description ldap
5e0cd6
This package provides the LDAP support for the apr-util.
5e0cd6
5e0cd6
%package openssl
5e0cd6
Group: Development/Libraries
5e0cd6
Summary: APR utility library OpenSSL crypto support
5e0cd6
BuildRequires: openssl-devel
5e0cd6
Requires: apr-util%{?_isa} = %{version}-%{release}
5e0cd6
5e0cd6
%description openssl
5e0cd6
This package provides the OpenSSL crypto support for the apr-util.
5e0cd6
5e0cd6
%if %{with_nss}
5e0cd6
%package nss
5e0cd6
Group: Development/Libraries
5e0cd6
Summary: APR utility library NSS crypto support
5e0cd6
BuildRequires: nss-devel
5e0cd6
Requires: apr-util%{?_isa} = %{version}-%{release}
5e0cd6
5e0cd6
%description nss
5e0cd6
This package provides the NSS crypto support for the apr-util.
5e0cd6
%endif
5e0cd6
5e0cd6
%prep
5e0cd6
%setup -q
5e0cd6
%patch1 -p1 -b .pkgconf
5e0cd6
%patch4 -p1 -b .private
5e0cd6
%patch5 -p1 -b .maria
5e0cd6
5e0cd6
%build
5e0cd6
autoheader && autoconf
5e0cd6
# A fragile autoconf test which fails if the code trips
5e0cd6
# any other warning; force correct result for OpenLDAP:
5e0cd6
export ac_cv_ldap_set_rebind_proc_style=three
5e0cd6
%configure --with-apr=%{_prefix} \
5e0cd6
        --includedir=%{_includedir}/apr-%{apuver} \
5e0cd6
        --with-ldap=ldap_r --without-gdbm \
5e0cd6
        --with-sqlite3 --with-pgsql --with-mysql --with-odbc \
5e0cd6
        --with-dbm=db5 --with-berkeley-db \
5e0cd6
        --without-sqlite2 \
5e0cd6
        --with-crypto --with-openssl \
5e0cd6
%if %{with_nss}
5e0cd6
        --with-nss
5e0cd6
%else
5e0cd6
        --without-nss
5e0cd6
%endif
5e0cd6
make %{?_smp_mflags}
5e0cd6
5e0cd6
%install
5e0cd6
rm -rf $RPM_BUILD_ROOT
5e0cd6
make install DESTDIR=$RPM_BUILD_ROOT
5e0cd6
5e0cd6
mkdir -p $RPM_BUILD_ROOT/%{_datadir}/aclocal
5e0cd6
install -m 644 build/find_apu.m4 $RPM_BUILD_ROOT/%{_datadir}/aclocal
5e0cd6
5e0cd6
# Unpackaged files; remove the static libaprutil
5e0cd6
rm -f $RPM_BUILD_ROOT%{_libdir}/aprutil.exp \
5e0cd6
      $RPM_BUILD_ROOT%{_libdir}/libapr*.a
5e0cd6
5e0cd6
# And remove the reference to the static libaprutil from the .la
5e0cd6
# file.
5e0cd6
sed -i '/^old_library/s,libapr.*\.a,,' \
5e0cd6
      $RPM_BUILD_ROOT%{_libdir}/libapr*.la
5e0cd6
5e0cd6
# Remove unnecessary exports from dependency_libs
5e0cd6
sed -ri '/^dependency_libs/{s,-l(pq|sqlite[0-9]|rt|dl|uuid) ,,g}' \
5e0cd6
      $RPM_BUILD_ROOT%{_libdir}/libapr*.la
5e0cd6
5e0cd6
# Trim libtool DSO cruft
5e0cd6
rm -f $RPM_BUILD_ROOT%{_libdir}/apr-util-%{apuver}/*.*a
5e0cd6
5e0cd6
%check
5e0cd6
# Run the less verbose test suites
5e0cd6
export MALLOC_CHECK_=2 MALLOC_PERTURB_=$(($RANDOM % 255 + 1))
5e0cd6
cd test
5e0cd6
make %{?_smp_mflags} testall
5e0cd6
# testall breaks with DBD DSO; ignore
5e0cd6
export LD_LIBRARY_PATH=%{buildroot}/%{_libdir}/apr-util-%{apuver}
5e0cd6
./testall -v -q
5e0cd6
5e0cd6
%clean
5e0cd6
rm -rf $RPM_BUILD_ROOT
5e0cd6
5e0cd6
%post -p /sbin/ldconfig
5e0cd6
5e0cd6
%postun -p /sbin/ldconfig
5e0cd6
5e0cd6
%files
5e0cd6
%defattr(-,root,root,-)
5e0cd6
%doc CHANGES LICENSE NOTICE
5e0cd6
%{_libdir}/libaprutil-%{apuver}.so.*
5e0cd6
%dir %{_libdir}/apr-util-%{apuver}
5e0cd6
5e0cd6
%files bdb
5e0cd6
%defattr(-,root,root,-)
5e0cd6
%{_libdir}/apr-util-%{apuver}/apr_dbm_db*
5e0cd6
5e0cd6
%files pgsql
5e0cd6
%defattr(-,root,root,-)
5e0cd6
%{_libdir}/apr-util-%{apuver}/apr_dbd_pgsql*
5e0cd6
5e0cd6
%files mysql
5e0cd6
%defattr(-,root,root,-)
5e0cd6
%{_libdir}/apr-util-%{apuver}/apr_dbd_mysql*
5e0cd6
5e0cd6
%files sqlite
5e0cd6
%defattr(-,root,root,-)
5e0cd6
%{_libdir}/apr-util-%{apuver}/apr_dbd_sqlite*
5e0cd6
5e0cd6
%files odbc
5e0cd6
%defattr(-,root,root,-)
5e0cd6
%{_libdir}/apr-util-%{apuver}/apr_dbd_odbc*
5e0cd6
5e0cd6
%files ldap
5e0cd6
%defattr(-,root,root,-)
5e0cd6
%{_libdir}/apr-util-%{apuver}/apr_ldap*
5e0cd6
5e0cd6
%files openssl
5e0cd6
%defattr(-,root,root,-)
5e0cd6
%{_libdir}/apr-util-%{apuver}/apr_crypto_openssl*
5e0cd6
5e0cd6
%if %{with_nss}
5e0cd6
%files nss
5e0cd6
%defattr(-,root,root,-)
5e0cd6
%{_libdir}/apr-util-%{apuver}/apr_crypto_nss*
5e0cd6
%endif
5e0cd6
5e0cd6
%files devel
5e0cd6
%defattr(-,root,root,-)
5e0cd6
%{_bindir}/apu-%{apuver}-config
5e0cd6
%{_libdir}/libaprutil-%{apuver}.*a
5e0cd6
%{_libdir}/libaprutil-%{apuver}.so
5e0cd6
%{_includedir}/apr-%{apuver}/*.h
5e0cd6
%{_libdir}/pkgconfig/*.pc
5e0cd6
%{_datadir}/aclocal/*.m4
5e0cd6
5e0cd6
%changelog
5e0cd6
* Mon Oct  1 2018 Joe Orton <jorton@redhat.com> - 1.6.1-6
5e0cd6
- Recommends: apr-util-openssl, apr-util-bdb (#1633973)
5e0cd6
5e0cd6
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.6.1-5
5e0cd6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
5e0cd6
5e0cd6
* Fri Jan 26 2018 Florian Weimer <fweimer@redhat.com> - 1.6.1-4
5e0cd6
- Rebuild with new build flags embedded in apr
5e0cd6
5e0cd6
* Sat Jan 20 2018 Björn Esser <besser82@fedoraproject.org> - 1.6.1-3
5e0cd6
- Rebuilt for switch to libxcrypt
5e0cd6
5e0cd6
* Tue Dec 19 2017 Honza Horak <hhorak@redhat.com> - 1.6.1-2
5e0cd6
- Build with mariadb-connector-c
5e0cd6
5e0cd6
* Wed Oct 25 2017 Luboš Uhliarik <luhliari@redhat.com> - 1.6.1-1
5e0cd6
- new version 1.6.1
5e0cd6
5e0cd6
* Mon Aug 21 2017 Joe Orton <jorton@redhat.com> - 1.6.0-1
5e0cd6
- update to 1.6.0 (#1460831)
5e0cd6
- move bdb support to loadable DSO in apr-util-dbd subpackage
5e0cd6
- drop NSS, freetds support
5e0cd6
5e0cd6
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.4-7
5e0cd6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
5e0cd6
5e0cd6
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.4-6
5e0cd6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
5e0cd6
5e0cd6
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.4-5
5e0cd6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
5e0cd6
5e0cd6
* Mon Nov 14 2016 Joe Orton <jorton@redhat.com> - 1.5.4-4
5e0cd6
- update for OpenSSL 1.1.0
5e0cd6
5e0cd6
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.4-3
5e0cd6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
5e0cd6
5e0cd6
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.5.4-2
5e0cd6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
5e0cd6
5e0cd6
* Mon Sep 22 2014 Jan Kaluza <jkaluza@redhat.com> - 1.5.4-1
5e0cd6
- update to 1.5.4
5e0cd6
5e0cd6
* Fri Aug 15 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.5.3-3
5e0cd6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
5e0cd6
5e0cd6
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.5.3-2
5e0cd6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
5e0cd6
5e0cd6
* Tue Nov 26 2013 Joe Orton <jorton@redhat.com> - 1.5.3-1
5e0cd6
- update to 1.5.3
5e0cd6
5e0cd6
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.5.2-4
5e0cd6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
5e0cd6
5e0cd6
* Thu May 09 2013 Jan Kaluza <jkaluza@redhat.com> - 1.5.2-3
5e0cd6
- do not build with freetds when it is not available
5e0cd6
5e0cd6
* Tue Apr  9 2013 Joe Orton <jorton@redhat.com> - 1.5.2-2
5e0cd6
- update for aarch64
5e0cd6
5e0cd6
* Tue Apr  9 2013 Joe Orton <jorton@redhat.com> - 1.5.2-1
5e0cd6
- update to 1.5.2
5e0cd6
5e0cd6
* Thu Feb 07 2013 Jon Ciesla <limburgher@gmail.com> - 1.4.1-8
5e0cd6
- Apply private patch from Merge Review BZ 225254.
5e0cd6
5e0cd6
* Wed Nov 07 2012 Jan Kaluza <jkaluza@redhat.com> - 1.4.1-7
5e0cd6
- ensure we use latest libdb5 (not libdb4)
5e0cd6
5e0cd6
* Thu Oct 18 2012 Joe Orton <jorton@redhat.com> - 1.4.1-6
5e0cd6
- use -lldap_r instead of -lldap
5e0cd6
5e0cd6
* Wed Jul 18 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4.1-5
5e0cd6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
5e0cd6
5e0cd6
* Wed Jun  6 2012 Joe Orton <jorton@redhat.com> - 1.4.1-4
5e0cd6
- fix crypt_r failure modes (#819650)
5e0cd6
5e0cd6
* Tue Apr 24 2012 Joe Orton <jorton@redhat.com> - 1.4.1-3
5e0cd6
- apply _isa to deps
5e0cd6
5e0cd6
* Mon Apr 23 2012 Joe Orton <jorton@redhat.com> - 1.4.1-2
5e0cd6
- switch to libdb-devel
5e0cd6
5e0cd6
* Thu Jan 12 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4.1-2
5e0cd6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
5e0cd6
5e0cd6
* Thu Dec 15 2011 Bojan Smojver <bojan@rexursive.com> - 1.4.1-1
5e0cd6
- bump up to 1.4.1
5e0cd6
5e0cd6
* Fri May 20 2011 Bojan Smojver <bojan@rexursive.com> - 1.3.12-1
5e0cd6
- bump up to 1.3.12
5e0cd6
5e0cd6
* Wed May 11 2011 Bojan Smojver <bojan@rexursive.com> - 1.3.11-2
5e0cd6
- fix crash in apr_ldap_rebind_init()
5e0cd6
5e0cd6
* Mon May  9 2011 Bojan Smojver <bojan@rexursive.com> - 1.3.11-1
5e0cd6
- bump up to 1.3.11
5e0cd6
5e0cd6
* Wed Mar 23 2011 Dan Horák <dan@danny.cz> - 1.3.10-7
5e0cd6
- rebuilt for mysql 5.5.10 (soname bump in libmysqlclient)
5e0cd6
5e0cd6
* Wed Mar 23 2011 Joe Orton <jorton@redhat.com> - 1.3.10-6
5e0cd6
- rebuild for MySQL soname bump
5e0cd6
5e0cd6
* Wed Mar  2 2011 Joe Orton <jorton@redhat.com> - 1.3.10-5
5e0cd6
- fix build
5e0cd6
5e0cd6
* Wed Mar  2 2011 Joe Orton <jorton@redhat.com> - 1.3.10-4
5e0cd6
- rebuild
5e0cd6
5e0cd6
* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3.10-3
5e0cd6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
5e0cd6
5e0cd6
* Wed Dec 29 2010 Bojan Smojver <bojan@rexursive.com> - 1.3.10-2
5e0cd6
- rebuild for MySQL 5.5.x
5e0cd6
5e0cd6
* Tue Oct  5 2010 Joe Orton <jorton@redhat.com> - 1.3.10-1
5e0cd6
- update to 1.3.10
5e0cd6
5e0cd6
* Wed Nov 25 2009 Joe Orton <jorton@redhat.com> - 1.3.9-3
5e0cd6
- rebuild for new BDB
5e0cd6
5e0cd6
* Fri Aug 21 2009 Tomas Mraz <tmraz@redhat.com> - 1.3.9-2
5e0cd6
- rebuilt with new openssl
5e0cd6
5e0cd6
* Thu Aug  6 2009 Bojan Smojver <bojan@rexursive.com> - 1.3.9-1
5e0cd6
- bump up to 1.3.9
5e0cd6
- CVE-2009-2412
5e0cd6
- allocator alignment fixes
5e0cd6
5e0cd6
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3.8-3
5e0cd6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
5e0cd6
5e0cd6
* Wed Jul 15 2009 Bojan Smojver <bojan@rexursive.com> 1.3.8-2
5e0cd6
- adjust apr-util-1.3.7-nodbmdso.patch
5e0cd6
5e0cd6
* Wed Jul 15 2009 Bojan Smojver <bojan@rexursive.com> 1.3.8-1
5e0cd6
- bump up to 1.3.8
5e0cd6
5e0cd6
* Wed Jul 15 2009 Bojan Smojver <bojan@rexursive.com> 1.3.7-5
5e0cd6
- BR: +libuuid-devel, -e2fsprogs-devel
5e0cd6
5e0cd6
* Tue Jun  9 2009 Joe Orton <jorton@redhat.com> 1.3.7-4
5e0cd6
- disable DBM-drivers-as-DSO support
5e0cd6
- backport r783046 from upstream
5e0cd6
5e0cd6
* Mon Jun  8 2009 Bojan Smojver <bojan@rexursive.com> - 1.3.7-3
5e0cd6
- make export of LD_LIBRARY_PATH simpler
5e0cd6
5e0cd6
* Mon Jun  8 2009 Bojan Smojver <bojan@rexursive.com> - 1.3.7-2
5e0cd6
- revert tests
5e0cd6
5e0cd6
* Mon Jun  8 2009 Bojan Smojver <bojan@rexursive.com> - 1.3.7-1
5e0cd6
- bump up to 1.3.7
5e0cd6
- CVE-2009-0023
5e0cd6
- "billion laughs" fix of apr_xml_* interface
5e0cd6
5e0cd6
* Mon Feb 23 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3.4-3
5e0cd6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
5e0cd6
5e0cd6
* Fri Jan 23 2009 Joe Orton <jorton@redhat.com> 1.3.4-2
5e0cd6
- rebuild for new MySQL
5e0cd6
5e0cd6
* Sat Aug 16 2008 Bojan Smojver <bojan@rexursive.com> - 1.3.4-1
5e0cd6
- bump up to 1.3.4
5e0cd6
- drop PostgreSQL patch, fixed upstream
5e0cd6
5e0cd6
* Wed Jul 16 2008 Bojan Smojver <bojan@rexursive.com> - 1.3.2-8
5e0cd6
- beat the fuzz, rework apr-util-1.2.7-pkgconf.patch
5e0cd6
5e0cd6
* Wed Jul 16 2008 Bojan Smojver <bojan@rexursive.com> - 1.3.2-7
5e0cd6
- ship find_apu.m4, fix bug #455189
5e0cd6
5e0cd6
* Thu Jul 10 2008 Tom "spot" Callaway <tcallawa@redhat.com> 1.3.2-6
5e0cd6
- rebuild for new db4-4.7
5e0cd6
5e0cd6
* Tue Jul  8 2008 Joe Orton <jorton@redhat.com> 1.3.2-5
5e0cd6
- restore requires for openldap-devel from -devel
5e0cd6
5e0cd6
* Wed Jul  2 2008 Bojan Smojver <bojan@rexursive.com> - 1.3.2-4
5e0cd6
- properly fix PostgreSQL detection
5e0cd6
5e0cd6
* Wed Jul  2 2008 Bojan Smojver <bojan@rexursive.com> - 1.3.2-3
5e0cd6
- revert build dependencies, change from -2 didn't help
5e0cd6
- add apr-util-1.3.2-pgsql.patch (remove pgsql_LIBS during detection)
5e0cd6
5e0cd6
* Wed Jul  2 2008 Bojan Smojver <bojan@rexursive.com> - 1.3.2-2
5e0cd6
- try adding postgresql-server to build dependencies to pull some libs in
5e0cd6
5e0cd6
* Thu Jun 19 2008 Bojan Smojver <bojan@rexursive.com> - 1.3.2-1
5e0cd6
- bump up to 1.3.2
5e0cd6
5e0cd6
* Sun Jun  1 2008 Bojan Smojver <bojan@rexursive.com> - 1.3.0-1
5e0cd6
- bump up to 1.3.0
5e0cd6
5e0cd6
* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 1.2.12-5
5e0cd6
- Autorebuild for GCC 4.3
5e0cd6
5e0cd6
* Tue Dec  4 2007 Joe Orton <jorton@redhat.com> 1.2.12-4
5e0cd6
- rebuild for OpenLDAP soname bump
5e0cd6
5e0cd6
* Mon Dec  3 2007 Bojan Smojver <bojan@rexursive.com> - 1.2.12-3
5e0cd6
- remove all instances of MySQL flags being added to APRUTIL_LDFLAGS
5e0cd6
5e0cd6
* Tue Nov 27 2007 Bojan Smojver <bojan@rexursive.com> - 1.2.12-1
5e0cd6
- bump up to 1.2.12
5e0cd6
- drop MySQL DBD driver, shipped upstream
5e0cd6
- adjust various patches to apply
5e0cd6
- rework tests in %%check (1.2.x got tests from trunk)
5e0cd6
5e0cd6
* Mon Sep 24 2007 Jesse Keating <jkeating@redhat.com> - 1.2.10-2
5e0cd6
- Rebuild for upgrade path (add dist since that's now on F-7 branch)
5e0cd6
5e0cd6
* Sun Sep  9 2007 Bojan Smojver <bojan@rexursive.com> 1.2.10-1
5e0cd6
- bump up to 1.2.10
5e0cd6
- pick up newly checked in MySQL DBD driver directly from ASF
5e0cd6
- remove dbdopen patch (fixed upstream)
5e0cd6
- remove xmlns patch (fixed upstream)
5e0cd6
- remove autoexpat patch (fixed upstream)
5e0cd6
5e0cd6
* Sun Sep  2 2007 Joe Orton <jorton@redhat.com> 1.2.8-12
5e0cd6
- rebuild for fixed APR 32-bit ABI
5e0cd6
- remove sqlite driver from main package (#274521)
5e0cd6
5e0cd6
* Wed Aug 22 2007 Joe Orton <jorton@redhat.com> 1.2.8-11
5e0cd6
- rebuild for expat soname bump
5e0cd6
5e0cd6
* Tue Aug 21 2007 Joe Orton <jorton@redhat.com> 1.2.8-10
5e0cd6
- fix License
5e0cd6
5e0cd6
* Wed Aug  8 2007 Joe Orton <jorton@redhat.com> 1.2.8-9
5e0cd6
- add rewrite of expat autoconf code (upstream r493791)
5e0cd6
- fix build for new glibc open()-as-macro
5e0cd6
- split out sqlite subpackage
5e0cd6
5e0cd6
* Tue Jul  3 2007 Joe Orton <jorton@redhat.com> 1.2.8-8
5e0cd6
- add fix for attribute namespace handling in apr_xml (PR 41908)
5e0cd6
5e0cd6
* Thu Apr  5 2007 Joe Orton <jorton@redhat.com> 1.2.8-7
5e0cd6
- remove old Conflicts, doxygen BR (#225254)
5e0cd6
5e0cd6
* Fri Mar 23 2007 Joe Orton <jorton@redhat.com> 1.2.8-6
5e0cd6
- add DBD DSO lifetime fix (r521327)
5e0cd6
5e0cd6
* Thu Mar 22 2007 Joe Orton <jorton@redhat.com> 1.2.8-5
5e0cd6
- drop doxygen documentation (which caused multilib conflicts)
5e0cd6
5e0cd6
* Wed Feb 28 2007 Joe Orton <jorton@redhat.com> 1.2.8-4
5e0cd6
- add mysql driver in -mysql subpackage (Bojan Smojver, #222237)
5e0cd6
5e0cd6
* Tue Feb 27 2007 Joe Orton <jorton@redhat.com> 1.2.8-3
5e0cd6
- build DBD drivers as DSOs (w/Bojan Smojver, #192922)
5e0cd6
- split out pgsql driver into -pgsql subpackage
5e0cd6
5e0cd6
* Tue Dec  5 2006 Joe Orton <jorton@redhat.com> 1.2.8-2
5e0cd6
- update to 1.2.8, pick up new libpq soname
5e0cd6
5e0cd6
* Fri Dec  1 2006 Joe Orton <jorton@redhat.com> 1.2.7-5
5e0cd6
- really rebuild for db45
5e0cd6
5e0cd6
* Sat Nov 11 2006 Joe Orton <jorton@redhat.com> 1.2.7-4
5e0cd6
- add support for BDB 4.5 from upstream, rebuild
5e0cd6
5e0cd6
* Wed Jul 19 2006 Joe Orton <jorton@redhat.com> 1.2.7-3
5e0cd6
- fix buildconf with autoconf 2.60
5e0cd6
5e0cd6
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 1.2.7-2.1
5e0cd6
- rebuild
5e0cd6
5e0cd6
* Tue May  2 2006 Joe Orton <jorton@redhat.com> 1.2.7-2
5e0cd6
- update to 1.2.7
5e0cd6
- use pkg-config in apu-1-config to make it libdir-agnostic
5e0cd6
5e0cd6
* Thu Apr  6 2006 Joe Orton <jorton@redhat.com> 1.2.6-2
5e0cd6
- update to 1.2.6
5e0cd6
- define LDAP_DEPRECATED in apr_ldap.h (r391985, #188073)
5e0cd6
5e0cd6
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 1.2.2-4.2
5e0cd6
- bump again for double-long bug on ppc(64)
5e0cd6
5e0cd6
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 1.2.2-4.1
5e0cd6
- rebuilt for new gcc4.1 snapshot and glibc changes
5e0cd6
5e0cd6
* Mon Jan 30 2006 Joe Orton <jorton@redhat.com> 1.2.2-4
5e0cd6
- rebuild to drop reference to libexpat.la
5e0cd6
5e0cd6
* Wed Jan 18 2006 Joe Orton <jorton@redhat.com> 1.2.2-3
5e0cd6
- disable sqlite2 support
5e0cd6
- BuildRequire e2fsprogs-devel
5e0cd6
- enable malloc paranoia in %%check
5e0cd6
5e0cd6
* Tue Jan  3 2006 Jesse Keating <jkeating@redhat.com> 1.2.2-2.2
5e0cd6
- rebuilt again
5e0cd6
5e0cd6
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
5e0cd6
- rebuilt
5e0cd6
5e0cd6
* Tue Dec  6 2005 Joe Orton <jorton@redhat.com> 1.2.2-2
5e0cd6
- trim exports from .la file/--libs output (#174924)
5e0cd6
5e0cd6
* Fri Nov 25 2005 Joe Orton <jorton@redhat.com> 1.2.2-1
5e0cd6
- update to 1.2.2
5e0cd6
5e0cd6
* Thu Oct 20 2005 Joe Orton <jorton@redhat.com> 0.9.7-3
5e0cd6
- fix epoch again
5e0cd6
5e0cd6
* Thu Oct 20 2005 Joe Orton <jorton@redhat.com> 0.9.7-2
5e0cd6
- update to 0.9.7
5e0cd6
- drop static libs (#170051)
5e0cd6
5e0cd6
* Tue Jul 26 2005 Joe Orton <jorton@redhat.com> 0.9.6-3
5e0cd6
- add FILE bucket fix for truncated files (#159191)
5e0cd6
- add epoch to dependencies
5e0cd6
5e0cd6
* Fri Mar  4 2005 Joe Orton <jorton@redhat.com> 0.9.6-2
5e0cd6
- rebuild
5e0cd6
5e0cd6
* Wed Feb  9 2005 Joe Orton <jorton@redhat.com> 0.9.6-1
5e0cd6
- update to 0.9.6
5e0cd6
5e0cd6
* Wed Jan 19 2005 Joe Orton <jorton@redhat.com> 0.9.5-3
5e0cd6
- restore db-4.3 detection lost in 0.9.5 upgrade
5e0cd6
5e0cd6
* Wed Jan 19 2005 Joe Orton <jorton@redhat.com> 0.9.5-2
5e0cd6
- rebuild
5e0cd6
5e0cd6
* Mon Nov 22 2004 Joe Orton <jorton@redhat.com> 0.9.5-1
5e0cd6
- update to 0.9.5
5e0cd6
5e0cd6
* Thu Nov 11 2004 Jeff Johnson <jbj@jbj.org> 0.9.4-19
5e0cd6
- actually explicitly check for and detect db-4.3.
5e0cd6
5e0cd6
* Thu Nov 11 2004 Jeff Johnson <jbj@jbj.org> 0.9.4-18
5e0cd6
- rebuild against db-4.3.21.
5e0cd6
5e0cd6
* Fri Sep 17 2004 Joe Orton <jorton@redhat.com> 0.9.4-17
5e0cd6
- add security fix for CAN-2004-0786
5e0cd6
5e0cd6
* Sat Jun 19 2004 Joe Orton <jorton@redhat.com> 0.9.4-16
5e0cd6
- have -devel require matching release of apr-util
5e0cd6
5e0cd6
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
5e0cd6
- rebuilt
5e0cd6
5e0cd6
* Thu Apr  1 2004 Joe Orton <jorton@redhat.com> 0.9.4-14
5e0cd6
- fix use of SHA1 passwords (#119651)
5e0cd6
5e0cd6
* Tue Mar 30 2004 Joe Orton <jorton@redhat.com> 0.9.4-13
5e0cd6
- remove fundamentally broken check_sbcs() from xlate code
5e0cd6
5e0cd6
* Fri Mar 19 2004 Joe Orton <jorton@redhat.com> 0.9.4-12
5e0cd6
- tweak xlate fix
5e0cd6
5e0cd6
* Fri Mar 19 2004 Joe Orton <jorton@redhat.com> 0.9.4-11
5e0cd6
- rebuild with xlate fixes and tests enabled
5e0cd6
5e0cd6
* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com> 0.9.4-10.1
5e0cd6
- rebuilt
5e0cd6
5e0cd6
* Tue Mar  2 2004 Joe Orton <jorton@redhat.com> 0.9.4-10
5e0cd6
- rename sdbm_* symbols to apu__sdbm_*
5e0cd6
5e0cd6
* Mon Feb 16 2004 Joe Orton <jorton@redhat.com> 0.9.4-9
5e0cd6
- fix sdbm apr_dbm_exists() on s390x/ppc64
5e0cd6
5e0cd6
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com> 0.9.4-8
5e0cd6
- rebuilt
5e0cd6
5e0cd6
* Thu Feb  5 2004 Joe Orton <jorton@redhat.com> 0.9.4-7
5e0cd6
- fix warnings from use of apr_optional*.h with gcc 3.4
5e0cd6
5e0cd6
* Thu Jan 29 2004 Joe Orton <jorton@redhat.com> 0.9.4-6
5e0cd6
- drop gdbm support
5e0cd6
5e0cd6
* Thu Jan  8 2004 Joe Orton <jorton@redhat.com> 0.9.4-5
5e0cd6
- fix DB library detection
5e0cd6
5e0cd6
* Sat Dec 13 2003 Jeff Johnson <jbj@jbj.org> 0.9.4-4
5e0cd6
- rebuild against db-4.2.52.
5e0cd6
5e0cd6
* Mon Oct 13 2003 Jeff Johnson <jbj@jbj.org> 0.9.4-3
5e0cd6
- rebuild against db-4.2.42.
5e0cd6
5e0cd6
* Mon Oct  6 2003 Joe Orton <jorton@redhat.com> 0.9.4-2
5e0cd6
- fix 'apu-config --apu-la-file' output
5e0cd6
5e0cd6
* Mon Oct  6 2003 Joe Orton <jorton@redhat.com> 0.9.4-1
5e0cd6
- update to 0.9.4.
5e0cd6
5e0cd6
* Tue Jul 22 2003 Nalin Dahyabhai <nalin@redhat.com> 0.9.3-10
5e0cd6
- rebuild
5e0cd6
5e0cd6
* Mon Jul  7 2003 Joe Orton <jorton@redhat.com> 0.9.3-9
5e0cd6
- rebuild
5e0cd6
- don't run testuuid test because of #98677
5e0cd6
5e0cd6
* Thu Jul  3 2003 Joe Orton <jorton@redhat.com> 0.9.3-8
5e0cd6
- rebuild
5e0cd6
5e0cd6
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
5e0cd6
- rebuilt
5e0cd6
5e0cd6
* Tue May 20 2003 Joe Orton <jorton@redhat.com> 0.9.3-6
5e0cd6
- fix to detect crypt_r correctly (CAN-2003-0195)
5e0cd6
5e0cd6
* Thu May 15 2003 Joe Orton <jorton@redhat.com> 0.9.3-5
5e0cd6
- fix to try linking against -ldb first (#90917)
5e0cd6
- depend on openldap, gdbm, db4, expat appropriately.
5e0cd6
5e0cd6
* Tue May 13 2003 Joe Orton <jorton@redhat.com> 0.9.3-4
5e0cd6
- rebuild
5e0cd6
5e0cd6
* Wed May  7 2003 Joe Orton <jorton@redhat.com> 0.9.3-3
5e0cd6
- make devel package conflict with old subversion-devel
5e0cd6
- run the less crufty parts of the test suite
5e0cd6
5e0cd6
* Tue Apr 29 2003 Joe Orton <jorton@redhat.com> 0.9.3-2
5e0cd6
- run ldconfig in post/postun
5e0cd6
5e0cd6
* Mon Apr 28 2003 Joe Orton <jorton@redhat.com> 0.9.3-1
5e0cd6
- initial build