cvsdist f3c349
Jan Kaluza eed474
%if 0%{?fedora} < 18 && 0%{?rhel} < 7
Joe Orton 32e608
%define dbdep db4-devel
Joe Orton 32e608
%else
Joe Orton 32e608
%define dbdep libdb-devel
Joe Orton 32e608
%endif
Joe Orton 32e608
Jan Kaluza 5c58be
%if 0%{?rhel}
Jan Kaluza 5c58be
%define with_freetds 0
Jan Kaluza 5c58be
%else
Jan Kaluza 5c58be
%define with_freetds 1
Jan Kaluza 5c58be
%endif
Jan Kaluza 5c58be
jorton b78928
%define apuver 1
cvsdist d4faa3
cvsdist f3c349
Summary: Apache Portable Runtime Utility library
cvsdist f3c349
Name: apr-util
Joe Orton 36b747
Version: 1.5.3
Dennis Gilmore 9b986d
Release: 2%{?dist}
jorton a03661
License: ASL 2.0
cvsdist f3c349
Group: System Environment/Libraries
cvsdist f3c349
URL: http://apr.apache.org/
bojan 8018fe
Source0: http://www.apache.org/dist/apr/%{name}-%{version}.tar.bz2
bojan 0621ea
Patch1: apr-util-1.2.7-pkgconf.patch
jorton 003904
Patch2: apr-util-1.3.7-nodbmdso.patch
Jon Ciesla 058590
Patch4: apr-util-1.4.1-private.patch
cvsdist f3c349
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
bojan 0621ea
BuildRequires: autoconf, apr-devel >= 1.3.0
Joe Orton 32e608
BuildRequires: %{dbdep}, expat-devel, libuuid-devel
cvsdist f3c349
cvsdist f3c349
%description
cvsdist f3c349
The mission of the Apache Portable Runtime (APR) is to provide a
cvsdist f3c349
free library of C data structures and routines.  This library
cvsdist f3c349
contains additional utility interfaces for APR; including support
cvsdist f3c349
for XML, LDAP, database interfaces, URI parsing and more.
cvsdist f3c349
cvsdist f3c349
%package devel
cvsdist f3c349
Group: Development/Libraries
cvsdist f3c349
Summary: APR utility library development kit
Joe Orton e11ba4
Requires: apr-util%{?_isa} = %{version}-%{release}, apr-devel%{?_isa}, pkgconfig
Joe Orton e11ba4
Requires: %{dbdep}%{?_isa}, expat-devel%{?_isa}, openldap-devel%{?_isa}
cvsdist f3c349
cvsdist f3c349
%description devel
cvsdist f3c349
This package provides the support files which can be used to 
cvsdist f3c349
build applications using the APR utility library.  The mission 
cvsdist f3c349
of the Apache Portable Runtime (APR) is to provide a free 
cvsdist f3c349
library of C data structures and routines.
cvsdist f3c349
jorton a06817
%package pgsql
jorton a06817
Group: Development/Libraries
jorton a06817
Summary: APR utility library PostgreSQL DBD driver
bojan fb810d
BuildRequires: postgresql-devel
Joe Orton e11ba4
Requires: apr-util%{?_isa} = %{version}-%{release}
jorton a06817
jorton a06817
%description pgsql
jorton a06817
This package provides the PostgreSQL driver for the apr-util
jorton a06817
DBD (database abstraction) interface.
jorton a06817
jorton 8721b3
%package mysql
jorton 8721b3
Group: Development/Libraries
jorton 8721b3
Summary: APR utility library MySQL DBD driver
jorton 8721b3
BuildRequires: mysql-devel
Joe Orton e11ba4
Requires: apr-util%{?_isa} = %{version}-%{release}
jorton 8721b3
jorton 8721b3
%description mysql
jorton 8721b3
This package provides the MySQL driver for the apr-util DBD
jorton 8721b3
(database abstraction) interface.
jorton 8721b3
jorton f0504e
%package sqlite
jorton f0504e
Group: Development/Libraries
jorton f0504e
Summary: APR utility library SQLite DBD driver
jorton f0504e
BuildRequires: sqlite-devel >= 3.0.0
Joe Orton e11ba4
Requires: apr-util%{?_isa} = %{version}-%{release}
jorton f0504e
jorton f0504e
%description sqlite
jorton f0504e
This package provides the SQLite driver for the apr-util DBD
jorton f0504e
(database abstraction) interface.
jorton f0504e
Jan Kaluza 5c58be
%if %{with_freetds}
Jan Kaluza 5c58be
bojan 0621ea
%package freetds
bojan 0621ea
Group: Development/Libraries
bojan 0621ea
Summary: APR utility library FreeTDS DBD driver
bojan 0621ea
BuildRequires: freetds-devel
Joe Orton e11ba4
Requires: apr-util%{?_isa} = %{version}-%{release}
bojan 0621ea
bojan 0621ea
%description freetds
bojan 0621ea
This package provides the FreeTDS driver for the apr-util DBD
bojan 0621ea
(database abstraction) interface.
bojan 0621ea
Jan Kaluza 5c58be
%endif
Jan Kaluza 5c58be
bojan 0621ea
%package odbc
bojan 0621ea
Group: Development/Libraries
bojan 0621ea
Summary: APR utility library ODBC DBD driver
bojan 0621ea
BuildRequires: unixODBC-devel
Joe Orton e11ba4
Requires: apr-util%{?_isa} = %{version}-%{release}
bojan 0621ea
bojan 0621ea
%description odbc
bojan 0621ea
This package provides the ODBC driver for the apr-util DBD
bojan 0621ea
(database abstraction) interface.
bojan 0621ea
bojan 0621ea
%package ldap
bojan 0621ea
Group: Development/Libraries
bojan 0621ea
Summary: APR utility library LDAP support
bojan 0621ea
BuildRequires: openldap-devel
Joe Orton e11ba4
Requires: apr-util%{?_isa} = %{version}-%{release}
bojan 0621ea
bojan 0621ea
%description ldap
bojan 0621ea
This package provides the LDAP support for the apr-util.
bojan 0621ea
Bojan Smojver f508ce
%package openssl
Bojan Smojver f508ce
Group: Development/Libraries
Bojan Smojver f508ce
Summary: APR utility library OpenSSL crytpo support
Bojan Smojver f508ce
BuildRequires: openssl-devel
Joe Orton e11ba4
Requires: apr-util%{?_isa} = %{version}-%{release}
Bojan Smojver f508ce
Bojan Smojver f508ce
%description openssl
Bojan Smojver f508ce
This package provides the OpenSSL crypto support for the apr-util.
Bojan Smojver f508ce
Bojan Smojver f508ce
%package nss
Bojan Smojver f508ce
Group: Development/Libraries
Bojan Smojver f508ce
Summary: APR utility library NSS crytpo support
Bojan Smojver f508ce
BuildRequires: nss-devel
Joe Orton e11ba4
Requires: apr-util%{?_isa} = %{version}-%{release}
Bojan Smojver f508ce
Bojan Smojver f508ce
%description nss
Bojan Smojver f508ce
This package provides the NSS crypto support for the apr-util.
Bojan Smojver f508ce
cvsdist f3c349
%prep
cvsdist f3c349
%setup -q
bojan 0621ea
%patch1 -p1 -b .pkgconf
jorton 003904
%patch2 -p1 -b .nodbmdso
Jon Ciesla 058590
%patch4 -p1 -b .private
bojan b725d8
cvsdist f3c349
%build
cvsdist f3c349
autoheader && autoconf
Joe Orton 0a8516
# A fragile autoconf test which fails if the code trips
Joe Orton 0a8516
# any other warning; force correct result for OpenLDAP:
Joe Orton 0a8516
export ac_cv_ldap_set_rebind_proc_style=three
cvsdist f3c349
%configure --with-apr=%{_prefix} \
cvsdist f3c349
        --includedir=%{_includedir}/apr-%{apuver} \
Joe Orton 03477d
        --with-ldap=ldap_r --without-gdbm \
Jan Kaluza 5c58be
        --with-sqlite3 --with-pgsql --with-mysql --with-odbc \
Jan Kaluza 5c58be
%if %{with_freetds}
Jan Kaluza 5c58be
        --with-freetds \
Jan Kaluza 5c58be
%else
Jan Kaluza 5c58be
        --without-freetds \
Jan Kaluza 5c58be
%endif
jorton 390609
        --with-berkeley-db \
Bojan Smojver f508ce
        --without-sqlite2 \
Bojan Smojver f508ce
        --with-crypto --with-openssl --with-nss
jorton 0d0b6b
make %{?_smp_mflags}
cvsdist f3c349
cvsdist f3c349
%install
cvsdist f3c349
rm -rf $RPM_BUILD_ROOT
cvsdist f3c349
make install DESTDIR=$RPM_BUILD_ROOT
cvsdist f3c349
bojan 5870ca
mkdir -p $RPM_BUILD_ROOT/%{_datadir}/aclocal
bojan 5870ca
install -m 644 build/find_apu.m4 $RPM_BUILD_ROOT/%{_datadir}/aclocal
bojan 5870ca
jorton c060c7
# Unpackaged files; remove the static libaprutil
jorton c060c7
rm -f $RPM_BUILD_ROOT%{_libdir}/aprutil.exp \
jorton c060c7
      $RPM_BUILD_ROOT%{_libdir}/libapr*.a
jorton c060c7
jorton c060c7
# And remove the reference to the static libaprutil from the .la
jorton c060c7
# file.
jorton b78928
sed -i '/^old_library/s,libapr.*\.a,,' \
jorton c060c7
      $RPM_BUILD_ROOT%{_libdir}/libapr*.la
cvsdist f3c349
jorton d3d483
# Remove unnecessary exports from dependency_libs
jorton d3d483
sed -ri '/^dependency_libs/{s,-l(pq|sqlite[0-9]|rt|dl|uuid) ,,g}' \
jorton d3d483
      $RPM_BUILD_ROOT%{_libdir}/libapr*.la
jorton d3d483
jorton a06817
# Trim libtool DSO cruft
jorton a06817
rm -f $RPM_BUILD_ROOT%{_libdir}/apr-util-%{apuver}/*.*a
jorton a06817
cvsdist 9a316f
%check
jorton b78928
# Run the less verbose test suites
jorton f11e4f
export MALLOC_CHECK_=2 MALLOC_PERTURB_=$(($RANDOM % 255 + 1))
bojan ba49bc
cd test
bojan ba49bc
make %{?_smp_mflags} testall
bojan ba49bc
# testall breaks with DBD DSO; ignore
bojan 1a525b
export LD_LIBRARY_PATH="`echo "../dbm/.libs:../dbd/.libs:../ldap/.libs:$LD_LIBRARY_PATH" | sed -e 's/::*$//'`"
bojan ba49bc
./testall -v -q || true
bojan ba49bc
./testall testrmm
bojan ba49bc
./testall testdbm
cvsdist 9a316f
cvsdist f3c349
%clean
cvsdist f3c349
rm -rf $RPM_BUILD_ROOT
cvsdist f3c349
cvsdist f3c349
%post -p /sbin/ldconfig
cvsdist f3c349
cvsdist f3c349
%postun -p /sbin/ldconfig
cvsdist f3c349
cvsdist f3c349
%files
cvsdist f3c349
%defattr(-,root,root,-)
jorton 64cb6e
%doc CHANGES LICENSE NOTICE
cvsdist f3c349
%{_libdir}/libaprutil-%{apuver}.so.*
jorton a06817
%dir %{_libdir}/apr-util-%{apuver}
jorton a06817
jorton a06817
%files pgsql
jorton a06817
%defattr(-,root,root,-)
jorton a06817
%{_libdir}/apr-util-%{apuver}/apr_dbd_pgsql*
cvsdist f3c349
jorton 8721b3
%files mysql
jorton 8721b3
%defattr(-,root,root,-)
jorton 8721b3
%{_libdir}/apr-util-%{apuver}/apr_dbd_mysql*
jorton 8721b3
jorton f0504e
%files sqlite
jorton f0504e
%defattr(-,root,root,-)
jorton f0504e
%{_libdir}/apr-util-%{apuver}/apr_dbd_sqlite*
jorton f0504e
Jan Kaluza 5c58be
%if %{with_freetds}
Jan Kaluza 5c58be
bojan 0621ea
%files freetds
bojan 0621ea
%defattr(-,root,root,-)
bojan 0621ea
%{_libdir}/apr-util-%{apuver}/apr_dbd_freetds*
bojan 0621ea
Jan Kaluza 5c58be
%endif
Jan Kaluza 5c58be
bojan 0621ea
%files odbc
bojan 0621ea
%defattr(-,root,root,-)
bojan 0621ea
%{_libdir}/apr-util-%{apuver}/apr_dbd_odbc*
bojan 0621ea
bojan 0621ea
%files ldap
bojan 0621ea
%defattr(-,root,root,-)
bojan 0621ea
%{_libdir}/apr-util-%{apuver}/apr_ldap*
bojan 0621ea
Bojan Smojver f508ce
%files openssl
Bojan Smojver f508ce
%defattr(-,root,root,-)
Bojan Smojver f508ce
%{_libdir}/apr-util-%{apuver}/apr_crypto_openssl*
Bojan Smojver f508ce
Bojan Smojver f508ce
%files nss
Bojan Smojver f508ce
%defattr(-,root,root,-)
Bojan Smojver f508ce
%{_libdir}/apr-util-%{apuver}/apr_crypto_nss*
Bojan Smojver f508ce
cvsdist f3c349
%files devel
cvsdist f3c349
%defattr(-,root,root,-)
jorton b78928
%{_bindir}/apu-%{apuver}-config
cvsdist f3c349
%{_libdir}/libaprutil-%{apuver}.*a
cvsdist f3c349
%{_libdir}/libaprutil-%{apuver}.so
cvsdist f3c349
%{_includedir}/apr-%{apuver}/*.h
jorton b78928
%{_libdir}/pkgconfig/*.pc
bojan 5870ca
%{_datadir}/aclocal/*.m4
cvsdist f3c349
cvsdist f3c349
%changelog
Dennis Gilmore 9b986d
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.5.3-2
Dennis Gilmore 9b986d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
Dennis Gilmore 9b986d
Joe Orton 36b747
* Tue Nov 26 2013 Joe Orton <jorton@redhat.com> - 1.5.3-1
Joe Orton 36b747
- update to 1.5.3
Joe Orton 36b747
Dennis Gilmore 9d0f25
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.5.2-4
Dennis Gilmore 9d0f25
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
Dennis Gilmore 9d0f25
Jan Kaluza a231ac
* Thu May 09 2013 Jan Kaluza <jkaluza@redhat.com> - 1.5.2-3
Jan Kaluza 5c58be
- do not build with freetds when it is not available
Jan Kaluza 5c58be
Joe Orton d61a8e
* Tue Apr  9 2013 Joe Orton <jorton@redhat.com> - 1.5.2-2
Joe Orton d61a8e
- update for aarch64
Joe Orton d61a8e
Joe Orton c1673d
* Tue Apr  9 2013 Joe Orton <jorton@redhat.com> - 1.5.2-1
Joe Orton c1673d
- update to 1.5.2
Joe Orton c1673d
Jon Ciesla 058590
* Thu Feb 07 2013 Jon Ciesla <limburgher@gmail.com> - 1.4.1-8
Jon Ciesla 058590
- Apply private patch from Merge Review BZ 225254.
Jon Ciesla 058590
Jan Kaluza eed474
* Wed Nov 07 2012 Jan Kaluza <jkaluza@redhat.com> - 1.4.1-7
Jan Kaluza eed474
- ensure we use latest libdb5 (not libdb4)
Jan Kaluza eed474
Joe Orton 03477d
* Thu Oct 18 2012 Joe Orton <jorton@redhat.com> - 1.4.1-6
Joe Orton 03477d
- use -lldap_r instead of -lldap
Joe Orton 03477d
Dennis Gilmore fedf7e
* Wed Jul 18 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4.1-5
Dennis Gilmore fedf7e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
Dennis Gilmore fedf7e
Joe Orton 8c653c
* Wed Jun  6 2012 Joe Orton <jorton@redhat.com> - 1.4.1-4
Joe Orton 8c653c
- fix crypt_r failure modes (#819650)
Joe Orton 8c653c
Joe Orton e11ba4
* Tue Apr 24 2012 Joe Orton <jorton@redhat.com> - 1.4.1-3
Joe Orton e11ba4
- apply _isa to deps
Joe Orton e11ba4
Joe Orton 32e608
* Mon Apr 23 2012 Joe Orton <jorton@redhat.com> - 1.4.1-2
Joe Orton 32e608
- switch to libdb-devel
Joe Orton 32e608
Dennis Gilmore 06b6ed
* Thu Jan 12 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4.1-2
Dennis Gilmore 06b6ed
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
Dennis Gilmore 06b6ed
Bojan Smojver f508ce
* Thu Dec 15 2011 Bojan Smojver <bojan@rexursive.com> - 1.4.1-1
Bojan Smojver f508ce
- bump up to 1.4.1
Bojan Smojver f508ce
Bojan Smojver e3fac2
* Fri May 20 2011 Bojan Smojver <bojan@rexursive.com> - 1.3.12-1
Bojan Smojver e3fac2
- bump up to 1.3.12
Bojan Smojver e3fac2
Bojan Smojver e1f415
* Wed May 11 2011 Bojan Smojver <bojan@rexursive.com> - 1.3.11-2
Bojan Smojver e1f415
- fix crash in apr_ldap_rebind_init()
Bojan Smojver e1f415
Bojan Smojver 5491b4
* Mon May  9 2011 Bojan Smojver <bojan@rexursive.com> - 1.3.11-1
Bojan Smojver 5491b4
- bump up to 1.3.11
Bojan Smojver 5491b4
Dan Horák b1e7cc
* Wed Mar 23 2011 Dan Horák <dan@danny.cz> - 1.3.10-7
Dan Horák b1e7cc
- rebuilt for mysql 5.5.10 (soname bump in libmysqlclient)
Dan Horák b1e7cc
Joe Orton f72a78
* Wed Mar 23 2011 Joe Orton <jorton@redhat.com> - 1.3.10-6
Joe Orton f72a78
- rebuild for MySQL soname bump
Joe Orton f72a78
Joe Orton 0a8516
* Wed Mar  2 2011 Joe Orton <jorton@redhat.com> - 1.3.10-5
Joe Orton 0a8516
- fix build
Joe Orton 0a8516
Joe Orton cd87dd
* Wed Mar  2 2011 Joe Orton <jorton@redhat.com> - 1.3.10-4
Joe Orton cd87dd
- rebuild
Joe Orton cd87dd
Dennis Gilmore 2249ad
* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3.10-3
Dennis Gilmore 2249ad
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
Dennis Gilmore 2249ad
Bojan Smojver 2b2440
* Wed Dec 29 2010 Bojan Smojver <bojan@rexursive.com> - 1.3.10-2
Bojan Smojver 76d9fb
- rebuild for MySQL 5.5.x
Bojan Smojver 76d9fb
Joe Orton 75215a
* Tue Oct  5 2010 Joe Orton <jorton@redhat.com> - 1.3.10-1
Joe Orton 75215a
- update to 1.3.10
Joe Orton 75215a
jorton 99bef7
* Wed Nov 25 2009 Joe Orton <jorton@redhat.com> - 1.3.9-3
jorton 99bef7
- rebuild for new BDB
jorton 99bef7
Tomáš Mráz 1ea4b2
* Fri Aug 21 2009 Tomas Mraz <tmraz@redhat.com> - 1.3.9-2
Tomáš Mráz 1ea4b2
- rebuilt with new openssl
Tomáš Mráz 1ea4b2
bojan a1b3e5
* Thu Aug  6 2009 Bojan Smojver <bojan@rexursive.com> - 1.3.9-1
bojan a1b3e5
- bump up to 1.3.9
bojan a1b3e5
- CVE-2009-2412
bojan a1b3e5
- allocator alignment fixes
bojan a1b3e5
Jesse Keating 358a45
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3.8-3
Jesse Keating 358a45
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
Jesse Keating 358a45
bojan fd4048
* Wed Jul 15 2009 Bojan Smojver <bojan@rexursive.com> 1.3.8-2
bojan fd4048
- adjust apr-util-1.3.7-nodbmdso.patch
bojan fd4048
bojan 273d7f
* Wed Jul 15 2009 Bojan Smojver <bojan@rexursive.com> 1.3.8-1
bojan 273d7f
- bump up to 1.3.8
bojan 273d7f
bojan 49d6a0
* Wed Jul 15 2009 Bojan Smojver <bojan@rexursive.com> 1.3.7-5
bojan 49d6a0
- BR: +libuuid-devel, -e2fsprogs-devel
bojan 49d6a0
jorton 003904
* Tue Jun  9 2009 Joe Orton <jorton@redhat.com> 1.3.7-4
jorton 003904
- disable DBM-drivers-as-DSO support
jorton 003904
- backport r783046 from upstream
jorton 003904
bojan 1a525b
* Mon Jun  8 2009 Bojan Smojver <bojan@rexursive.com> - 1.3.7-3
bojan 1a525b
- make export of LD_LIBRARY_PATH simpler
bojan 1a525b
bojan ba49bc
* Mon Jun  8 2009 Bojan Smojver <bojan@rexursive.com> - 1.3.7-2
bojan ba49bc
- revert tests
bojan ba49bc
bojan b725d8
* Mon Jun  8 2009 Bojan Smojver <bojan@rexursive.com> - 1.3.7-1
bojan b725d8
- bump up to 1.3.7
bojan a1b3e5
- CVE-2009-0023
bojan a1b3e5
- "billion laughs" fix of apr_xml_* interface
bojan b725d8
Jesse Keating ae4177
* Mon Feb 23 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3.4-3
Jesse Keating ae4177
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
Jesse Keating ae4177
jorton 62c603
* Fri Jan 23 2009 Joe Orton <jorton@redhat.com> 1.3.4-2
jorton 62c603
- rebuild for new MySQL
jorton 62c603
Joe Orton d9ec63
* Sat Aug 16 2008 Bojan Smojver <bojan@rexursive.com> - 1.3.4-1
bojan 59904c
- bump up to 1.3.4
bojan 59904c
- drop PostgreSQL patch, fixed upstream
bojan 59904c
bojan abc802
* Wed Jul 16 2008 Bojan Smojver <bojan@rexursive.com> - 1.3.2-8
bojan abc802
- beat the fuzz, rework apr-util-1.2.7-pkgconf.patch
bojan abc802
bojan 5870ca
* Wed Jul 16 2008 Bojan Smojver <bojan@rexursive.com> - 1.3.2-7
bojan 5870ca
- ship find_apu.m4, fix bug #455189
bojan 5870ca
Tom Callaway 6092fd
* Thu Jul 10 2008 Tom "spot" Callaway <tcallawa@redhat.com> 1.3.2-6
Tom Callaway 6092fd
- rebuild for new db4-4.7
Tom Callaway 6092fd
jorton a5706a
* Tue Jul  8 2008 Joe Orton <jorton@redhat.com> 1.3.2-5
jorton a5706a
- restore requires for openldap-devel from -devel
jorton a5706a
bojan 81ef03
* Wed Jul  2 2008 Bojan Smojver <bojan@rexursive.com> - 1.3.2-4
bojan 81ef03
- properly fix PostgreSQL detection
bojan 81ef03
bojan fb810d
* Wed Jul  2 2008 Bojan Smojver <bojan@rexursive.com> - 1.3.2-3
bojan fb810d
- revert build dependencies, change from -2 didn't help
bojan 4cc3fd
- add apr-util-1.3.2-pgsql.patch (remove pgsql_LIBS during detection)
bojan fb810d
bojan 24cf8b
* Wed Jul  2 2008 Bojan Smojver <bojan@rexursive.com> - 1.3.2-2
bojan 24cf8b
- try adding postgresql-server to build dependencies to pull some libs in
bojan 24cf8b
bojan 0621ea
* Thu Jun 19 2008 Bojan Smojver <bojan@rexursive.com> - 1.3.2-1
bojan 0621ea
- bump up to 1.3.2
bojan 0621ea
bojan 0621ea
* Sun Jun  1 2008 Bojan Smojver <bojan@rexursive.com> - 1.3.0-1
bojan 0621ea
- bump up to 1.3.0
bojan 0621ea
Jesse Keating e6bfa7
* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 1.2.12-5
Jesse Keating e6bfa7
- Autorebuild for GCC 4.3
Jesse Keating e6bfa7
jorton 3e568f
* Tue Dec  4 2007 Joe Orton <jorton@redhat.com> 1.2.12-4
jorton 3e568f
- rebuild for OpenLDAP soname bump
jorton 3e568f
bojan 4a6156
* Mon Dec  3 2007 Bojan Smojver <bojan@rexursive.com> - 1.2.12-3
bojan 77a5c1
- remove all instances of MySQL flags being added to APRUTIL_LDFLAGS
bojan 77a5c1
jorton 3e568f
* Tue Nov 27 2007 Bojan Smojver <bojan@rexursive.com> - 1.2.12-1
bojan 0fe09e
- bump up to 1.2.12
bojan 0fe09e
- drop MySQL DBD driver, shipped upstream
bojan 0fe09e
- adjust various patches to apply
bojan 0fe09e
- rework tests in %%check (1.2.x got tests from trunk)
bojan 0fe09e
Jesse Keating 56514f
* Mon Sep 24 2007 Jesse Keating <jkeating@redhat.com> - 1.2.10-2
Jesse Keating 56514f
- Rebuild for upgrade path (add dist since that's now on F-7 branch)
Jesse Keating 56514f
bojan 8018fe
* Sun Sep  9 2007 Bojan Smojver <bojan@rexursive.com> 1.2.10-1
bojan 8018fe
- bump up to 1.2.10
bojan 8018fe
- pick up newly checked in MySQL DBD driver directly from ASF
bojan 8018fe
- remove dbdopen patch (fixed upstream)
bojan 8018fe
- remove xmlns patch (fixed upstream)
bojan 8018fe
- remove autoexpat patch (fixed upstream)
bojan 8018fe
jorton 829637
* Sun Sep  2 2007 Joe Orton <jorton@redhat.com> 1.2.8-12
jorton 829637
- rebuild for fixed APR 32-bit ABI
jorton 829637
- remove sqlite driver from main package (#274521)
jorton 829637
jorton 060dd3
* Wed Aug 22 2007 Joe Orton <jorton@redhat.com> 1.2.8-11
jorton 060dd3
- rebuild for expat soname bump
jorton 060dd3
jorton a03661
* Tue Aug 21 2007 Joe Orton <jorton@redhat.com> 1.2.8-10
jorton a03661
- fix License
jorton a03661
jorton f0504e
* Wed Aug  8 2007 Joe Orton <jorton@redhat.com> 1.2.8-9
jorton f0504e
- add rewrite of expat autoconf code (upstream r493791)
jorton f0504e
- fix build for new glibc open()-as-macro
jorton f0504e
- split out sqlite subpackage
jorton f0504e
jorton 655205
* Tue Jul  3 2007 Joe Orton <jorton@redhat.com> 1.2.8-8
jorton 655205
- add fix for attribute namespace handling in apr_xml (PR 41908)
jorton 655205
jorton 677149
* Thu Apr  5 2007 Joe Orton <jorton@redhat.com> 1.2.8-7
jorton 677149
- remove old Conflicts, doxygen BR (#225254)
jorton 677149
jorton 68ad88
* Fri Mar 23 2007 Joe Orton <jorton@redhat.com> 1.2.8-6
jorton 68ad88
- add DBD DSO lifetime fix (r521327)
jorton 68ad88
jorton 0d0b6b
* Thu Mar 22 2007 Joe Orton <jorton@redhat.com> 1.2.8-5
jorton 0d0b6b
- drop doxygen documentation (which caused multilib conflicts)
jorton 0d0b6b
jorton 8721b3
* Wed Feb 28 2007 Joe Orton <jorton@redhat.com> 1.2.8-4
jorton 8721b3
- add mysql driver in -mysql subpackage (Bojan Smojver, #222237)
jorton 8721b3
jorton a06817
* Tue Feb 27 2007 Joe Orton <jorton@redhat.com> 1.2.8-3
jorton a06817
- build DBD drivers as DSOs (w/Bojan Smojver, #192922)
jorton a06817
- split out pgsql driver into -pgsql subpackage
jorton a06817
jorton d7118a
* Tue Dec  5 2006 Joe Orton <jorton@redhat.com> 1.2.8-2
jorton d7118a
- update to 1.2.8, pick up new libpq soname
jorton d7118a
jorton f6f747
* Fri Dec  1 2006 Joe Orton <jorton@redhat.com> 1.2.7-5
jorton f6f747
- really rebuild for db45
jorton f6f747
jorton e88a34
* Sat Nov 11 2006 Joe Orton <jorton@redhat.com> 1.2.7-4
jorton e88a34
- add support for BDB 4.5 from upstream, rebuild
jorton e88a34
jorton 24f0e5
* Wed Jul 19 2006 Joe Orton <jorton@redhat.com> 1.2.7-3
jorton 24f0e5
- fix buildconf with autoconf 2.60
jorton 24f0e5
Jesse Keating 688fa2
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 1.2.7-2.1
Jesse Keating 688fa2
- rebuild
Jesse Keating 688fa2
jorton 8ebc10
* Tue May  2 2006 Joe Orton <jorton@redhat.com> 1.2.7-2
jorton 8ebc10
- update to 1.2.7
jorton 8ebc10
- use pkg-config in apu-1-config to make it libdir-agnostic
jorton 8ebc10
jorton 390609
* Thu Apr  6 2006 Joe Orton <jorton@redhat.com> 1.2.6-2
jorton 390609
- update to 1.2.6
jorton 390609
- define LDAP_DEPRECATED in apr_ldap.h (r391985, #188073)
jorton 390609
Jesse Keating 9f2af3
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 1.2.2-4.2
Jesse Keating 9f2af3
- bump again for double-long bug on ppc(64)
Jesse Keating 9f2af3
Jesse Keating f11dbb
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 1.2.2-4.1
Jesse Keating f11dbb
- rebuilt for new gcc4.1 snapshot and glibc changes
Jesse Keating f11dbb
jorton 079210
* Mon Jan 30 2006 Joe Orton <jorton@redhat.com> 1.2.2-4
jorton 079210
- rebuild to drop reference to libexpat.la
jorton 079210
jorton f11e4f
* Wed Jan 18 2006 Joe Orton <jorton@redhat.com> 1.2.2-3
jorton f11e4f
- disable sqlite2 support
jorton f11e4f
- BuildRequire e2fsprogs-devel
jorton f11e4f
- enable malloc paranoia in %%check
jorton f11e4f
Jesse Keating d226cb
* Tue Jan  3 2006 Jesse Keating <jkeating@redhat.com> 1.2.2-2.2
Jesse Keating d226cb
- rebuilt again
Jesse Keating d226cb
Jesse Keating 6d9515
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
Jesse Keating 6d9515
- rebuilt
Jesse Keating 6d9515
jorton d3d483
* Tue Dec  6 2005 Joe Orton <jorton@redhat.com> 1.2.2-2
jorton d3d483
- trim exports from .la file/--libs output (#174924)
jorton d3d483
jorton b78928
* Fri Nov 25 2005 Joe Orton <jorton@redhat.com> 1.2.2-1
jorton b78928
- update to 1.2.2
jorton b78928
jorton df6f61
* Thu Oct 20 2005 Joe Orton <jorton@redhat.com> 0.9.7-3
jorton df6f61
- fix epoch again
jorton df6f61
jorton c060c7
* Thu Oct 20 2005 Joe Orton <jorton@redhat.com> 0.9.7-2
jorton c060c7
- update to 0.9.7
jorton c060c7
- drop static libs (#170051)
jorton c060c7
jorton c060c7
* Tue Jul 26 2005 Joe Orton <jorton@redhat.com> 0.9.6-3
jorton c060c7
- add FILE bucket fix for truncated files (#159191)
jorton c060c7
- add epoch to dependencies
jorton c060c7
jorton abbf83
* Fri Mar  4 2005 Joe Orton <jorton@redhat.com> 0.9.6-2
jorton abbf83
- rebuild
jorton abbf83
jorton aa5c64
* Wed Feb  9 2005 Joe Orton <jorton@redhat.com> 0.9.6-1
jorton aa5c64
- update to 0.9.6
jorton aa5c64
jorton 7d1ada
* Wed Jan 19 2005 Joe Orton <jorton@redhat.com> 0.9.5-3
jorton 7d1ada
- restore db-4.3 detection lost in 0.9.5 upgrade
jorton 7d1ada
jorton 164a3a
* Wed Jan 19 2005 Joe Orton <jorton@redhat.com> 0.9.5-2
jorton 164a3a
- rebuild
jorton 164a3a
jorton 64cb6e
* Mon Nov 22 2004 Joe Orton <jorton@redhat.com> 0.9.5-1
jorton 64cb6e
- update to 0.9.5
jorton 64cb6e
jbj 9a4e45
* Thu Nov 11 2004 Jeff Johnson <jbj@jbj.org> 0.9.4-19
jbj 9a4e45
- actually explicitly check for and detect db-4.3.
jbj 9a4e45
jbj a95c23
* Thu Nov 11 2004 Jeff Johnson <jbj@jbj.org> 0.9.4-18
jbj a95c23
- rebuild against db-4.3.21.
jbj a95c23
jorton ac38d2
* Fri Sep 17 2004 Joe Orton <jorton@redhat.com> 0.9.4-17
jorton ac38d2
- add security fix for CAN-2004-0786
jorton ac38d2
cvsdist 63b89d
* Sat Jun 19 2004 Joe Orton <jorton@redhat.com> 0.9.4-16
cvsdist 63b89d
- have -devel require matching release of apr-util
cvsdist 63b89d
cvsdist 95acfd
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
cvsdist 95acfd
- rebuilt
cvsdist 95acfd
cvsdist f9340e
* Thu Apr  1 2004 Joe Orton <jorton@redhat.com> 0.9.4-14
cvsdist f9340e
- fix use of SHA1 passwords (#119651)
cvsdist f9340e
cvsdist f9340e
* Tue Mar 30 2004 Joe Orton <jorton@redhat.com> 0.9.4-13
cvsdist f9340e
- remove fundamentally broken check_sbcs() from xlate code
cvsdist f9340e
cvsdist f9340e
* Fri Mar 19 2004 Joe Orton <jorton@redhat.com> 0.9.4-12
cvsdist f9340e
- tweak xlate fix
cvsdist f9340e
cvsdist f9340e
* Fri Mar 19 2004 Joe Orton <jorton@redhat.com> 0.9.4-11
cvsdist f9340e
- rebuild with xlate fixes and tests enabled
cvsdist f9340e
cvsdist f9340e
* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com> 0.9.4-10.1
cvsdist 9a316f
- rebuilt
cvsdist 9a316f
cvsdist 9a316f
* Tue Mar  2 2004 Joe Orton <jorton@redhat.com> 0.9.4-10
cvsdist 9a316f
- rename sdbm_* symbols to apu__sdbm_*
cvsdist 9a316f
cvsdist 9a316f
* Mon Feb 16 2004 Joe Orton <jorton@redhat.com> 0.9.4-9
cvsdist 9a316f
- fix sdbm apr_dbm_exists() on s390x/ppc64
cvsdist 9a316f
cvsdist 9a316f
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com> 0.9.4-8
cvsdist 9a316f
- rebuilt
cvsdist 9a316f
cvsdist 9a316f
* Thu Feb  5 2004 Joe Orton <jorton@redhat.com> 0.9.4-7
cvsdist 9a316f
- fix warnings from use of apr_optional*.h with gcc 3.4
cvsdist 9a316f
cvsdist d4faa3
* Thu Jan 29 2004 Joe Orton <jorton@redhat.com> 0.9.4-6
cvsdist d4faa3
- drop gdbm support
cvsdist d4faa3
cvsdist d4faa3
* Thu Jan  8 2004 Joe Orton <jorton@redhat.com> 0.9.4-5
cvsdist d4faa3
- fix DB library detection
cvsdist d4faa3
cvsdist d4faa3
* Sat Dec 13 2003 Jeff Johnson <jbj@jbj.org> 0.9.4-4
cvsdist d4faa3
- rebuild against db-4.2.52.
cvsdist d4faa3
cvsdist d4faa3
* Mon Oct 13 2003 Jeff Johnson <jbj@jbj.org> 0.9.4-3
cvsdist d4faa3
- rebuild against db-4.2.42.
cvsdist d4faa3
cvsdist f3c349
* Mon Oct  6 2003 Joe Orton <jorton@redhat.com> 0.9.4-2
cvsdist f3c349
- fix 'apu-config --apu-la-file' output
cvsdist f3c349
cvsdist f3c349
* Mon Oct  6 2003 Joe Orton <jorton@redhat.com> 0.9.4-1
cvsdist f3c349
- update to 0.9.4.
cvsdist f3c349
cvsdist f3c349
* Tue Jul 22 2003 Nalin Dahyabhai <nalin@redhat.com> 0.9.3-10
cvsdist f3c349
- rebuild
cvsdist f3c349
cvsdist f3c349
* Mon Jul  7 2003 Joe Orton <jorton@redhat.com> 0.9.3-9
cvsdist f3c349
- rebuild
cvsdist f3c349
- don't run testuuid test because of #98677
cvsdist f3c349
cvsdist f3c349
* Thu Jul  3 2003 Joe Orton <jorton@redhat.com> 0.9.3-8
cvsdist f3c349
- rebuild
cvsdist f3c349
cvsdist f3c349
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
cvsdist f3c349
- rebuilt
cvsdist f3c349
cvsdist f3c349
* Tue May 20 2003 Joe Orton <jorton@redhat.com> 0.9.3-6
cvsdist f3c349
- fix to detect crypt_r correctly (CAN-2003-0195)
cvsdist f3c349
cvsdist f3c349
* Thu May 15 2003 Joe Orton <jorton@redhat.com> 0.9.3-5
cvsdist f3c349
- fix to try linking against -ldb first (#90917)
cvsdist f3c349
- depend on openldap, gdbm, db4, expat appropriately.
cvsdist f3c349
cvsdist f3c349
* Tue May 13 2003 Joe Orton <jorton@redhat.com> 0.9.3-4
cvsdist f3c349
- rebuild
cvsdist f3c349
cvsdist f3c349
* Wed May  7 2003 Joe Orton <jorton@redhat.com> 0.9.3-3
cvsdist f3c349
- make devel package conflict with old subversion-devel
cvsdist f3c349
- run the less crufty parts of the test suite
cvsdist f3c349
cvsdist f3c349
* Tue Apr 29 2003 Joe Orton <jorton@redhat.com> 0.9.3-2
cvsdist f3c349
- run ldconfig in post/postun
cvsdist f3c349
cvsdist f3c349
* Mon Apr 28 2003 Joe Orton <jorton@redhat.com> 0.9.3-1
cvsdist f3c349
- initial build