auto-import changelog data from apr-util-0.9.4-14.src.rpm
Thu Apr 01 2004 Joe Orton <jorton@redhat.com> 0.9.4-14 - fix use of SHA1 passwords (#119651) Tue Mar 30 2004 Joe Orton <jorton@redhat.com> 0.9.4-13 - remove fundamentally broken check_sbcs() from xlate code Fri Mar 19 2004 Joe Orton <jorton@redhat.com> 0.9.4-12 - tweak xlate fix Fri Mar 19 2004 Joe Orton <jorton@redhat.com> 0.9.4-11 - rebuild with xlate fixes and tests enabled
This commit is contained in:
parent
9a316fe223
commit
f9340e3b37
@ -4,7 +4,7 @@
|
|||||||
Summary: Apache Portable Runtime Utility library
|
Summary: Apache Portable Runtime Utility library
|
||||||
Name: apr-util
|
Name: apr-util
|
||||||
Version: 0.9.4
|
Version: 0.9.4
|
||||||
Release: 10.1
|
Release: 14
|
||||||
License: Apache Software License
|
License: Apache Software License
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
URL: http://apr.apache.org/
|
URL: http://apr.apache.org/
|
||||||
@ -15,6 +15,8 @@ Patch2: apr-util-0.9.4-db4.patch
|
|||||||
Patch3: apr-util-0.9.4-gcc34.patch
|
Patch3: apr-util-0.9.4-gcc34.patch
|
||||||
Patch4: apr-util-0.9.4-sdbm.patch
|
Patch4: apr-util-0.9.4-sdbm.patch
|
||||||
Patch5: apr-util-0.9.4-sdbmnames.patch
|
Patch5: apr-util-0.9.4-sdbmnames.patch
|
||||||
|
Patch6: apr-util-0.9.4-xlate.patch
|
||||||
|
Patch7: apr-util-0.9.4-shapass.patch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
|
||||||
BuildPrereq: autoconf, libtool, doxygen, apr-devel >= 0:0.9.4-1
|
BuildPrereq: autoconf, libtool, doxygen, apr-devel >= 0:0.9.4-1
|
||||||
BuildPrereq: openldap-devel, db4-devel, expat-devel
|
BuildPrereq: openldap-devel, db4-devel, expat-devel
|
||||||
@ -47,13 +49,14 @@ library of C data structures and routines.
|
|||||||
%patch3 -p1 -b .gcc34
|
%patch3 -p1 -b .gcc34
|
||||||
%patch4 -p1 -b .sdbm
|
%patch4 -p1 -b .sdbm
|
||||||
%patch5 -p1 -b .sdbmnames
|
%patch5 -p1 -b .sdbmnames
|
||||||
|
%patch6 -p1 -b .xlate
|
||||||
|
%patch7 -p1 -b .shapass
|
||||||
|
|
||||||
%build
|
%build
|
||||||
autoheader && autoconf
|
autoheader && autoconf
|
||||||
%configure --with-apr=%{_prefix} \
|
%configure --with-apr=%{_prefix} \
|
||||||
--includedir=%{_includedir}/apr-%{apuver} \
|
--includedir=%{_includedir}/apr-%{apuver} \
|
||||||
--with-ldap --without-gdbm
|
--with-ldap --without-gdbm
|
||||||
perl -pi -e "s/-Werror//g" build/rules.mk
|
|
||||||
make %{?_smp_mflags} && make dox
|
make %{?_smp_mflags} && make dox
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -68,7 +71,7 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/aprutil.exp
|
|||||||
|
|
||||||
%check
|
%check
|
||||||
# Run the less verbose tests
|
# Run the less verbose tests
|
||||||
%define tests testmd5 testrmm teststrmatch testuri
|
%define tests testmd5 testrmm teststrmatch testuri testxlate
|
||||||
cd test; make %{?_smp_mflags} %{tests} testdbm
|
cd test; make %{?_smp_mflags} %{tests} testdbm
|
||||||
for t in %{tests}; do ./${t} || exit 1; done
|
for t in %{tests}; do ./${t} || exit 1; done
|
||||||
./testdbm auto tsdbm
|
./testdbm auto tsdbm
|
||||||
@ -95,7 +98,19 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%doc --parents html
|
%doc --parents html
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
|
* Thu Apr 1 2004 Joe Orton <jorton@redhat.com> 0.9.4-14
|
||||||
|
- fix use of SHA1 passwords (#119651)
|
||||||
|
|
||||||
|
* Tue Mar 30 2004 Joe Orton <jorton@redhat.com> 0.9.4-13
|
||||||
|
- remove fundamentally broken check_sbcs() from xlate code
|
||||||
|
|
||||||
|
* Fri Mar 19 2004 Joe Orton <jorton@redhat.com> 0.9.4-12
|
||||||
|
- tweak xlate fix
|
||||||
|
|
||||||
|
* Fri Mar 19 2004 Joe Orton <jorton@redhat.com> 0.9.4-11
|
||||||
|
- rebuild with xlate fixes and tests enabled
|
||||||
|
|
||||||
|
* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com> 0.9.4-10.1
|
||||||
- rebuilt
|
- rebuilt
|
||||||
|
|
||||||
* Tue Mar 2 2004 Joe Orton <jorton@redhat.com> 0.9.4-10
|
* Tue Mar 2 2004 Joe Orton <jorton@redhat.com> 0.9.4-10
|
||||||
|
Loading…
Reference in New Issue
Block a user