From 51713d6ad9c03a884742e4dd910f69c2d356c1b1 Mon Sep 17 00:00:00 2001 From: jorton Date: Oct 20 2005 09:06:59 +0000 Subject: - update to 0.9.7 - drop static libs (#170051) --- diff --git a/.cvsignore b/.cvsignore index 84eb0c6..643c126 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -apr-util-0.9.6.tar.gz +apr-util-0.9.7.tar.gz diff --git a/apr-util.spec b/apr-util.spec index 15ac1a1..ab67984 100644 --- a/apr-util.spec +++ b/apr-util.spec @@ -3,7 +3,7 @@ Summary: Apache Portable Runtime Utility library Name: apr-util -Version: 0.9.6 +Version: 0.9.7 Release: 2 License: Apache Software License Group: System Environment/Libraries @@ -24,7 +24,7 @@ for XML, LDAP, database interfaces, URI parsing and more. %package devel Group: Development/Libraries Summary: APR utility library development kit -Requires: apr-util = %{version}-%{release}, apr-devel +Requires: apr-util = %{epoch}:%{version}-%{release}, apr-devel Requires: openldap-devel, db4-devel, expat-devel Conflicts: subversion-devel < 0.20.1-2 @@ -52,8 +52,14 @@ make install DESTDIR=$RPM_BUILD_ROOT # Documentation mv docs/dox/html html -# Unpackaged files -rm -f $RPM_BUILD_ROOT%{_libdir}/aprutil.exp +# Unpackaged files; remove the static libaprutil +rm -f $RPM_BUILD_ROOT%{_libdir}/aprutil.exp \ + $RPM_BUILD_ROOT%{_libdir}/libapr*.a + +# And remove the reference to the static libaprutil from the .la +# file. +sed -i '/^old_library/s,libapr.*\.a,,' \ + $RPM_BUILD_ROOT%{_libdir}/libapr*.la %check # Run the less verbose tests @@ -84,6 +90,14 @@ rm -rf $RPM_BUILD_ROOT %doc --parents html %changelog +* Thu Oct 20 2005 Joe Orton 0.9.7-2 +- update to 0.9.7 +- drop static libs (#170051) + +* Tue Jul 26 2005 Joe Orton 0.9.6-3 +- add FILE bucket fix for truncated files (#159191) +- add epoch to dependencies + * Fri Mar 4 2005 Joe Orton 0.9.6-2 - rebuild diff --git a/sources b/sources index 6737ca3..f413652 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -a3a2671368e47b7efcb381e991451a9f apr-util-0.9.6.tar.gz +6afa5f2866537639dc2d248eb7219e01 apr-util-0.9.7.tar.gz diff --git a/upstream b/upstream index 84eb0c6..643c126 100644 --- a/upstream +++ b/upstream @@ -1 +1 @@ -apr-util-0.9.6.tar.gz +apr-util-0.9.7.tar.gz