Author: qboosh Date: Tue May 10 17:47:16 2011 GMT Module: packages Tag: HEAD ---- Log message: - updated to 1.3.11
---- Files affected: packages/apr-util: apr-util.spec (1.92 -> 1.93) ---- Diffs: ================================================================ Index: packages/apr-util/apr-util.spec diff -u packages/apr-util/apr-util.spec:1.92 packages/apr-util/apr-util.spec:1.93 --- packages/apr-util/apr-util.spec:1.92 Thu Mar 31 20:12:19 2011 +++ packages/apr-util/apr-util.spec Tue May 10 19:47:11 2011 @@ -27,20 +27,20 @@ Summary: A companion library to Apache Portable Runtime Summary(pl.UTF-8): Biblioteka towarzyszÄ…ca Apache Portable Runtime Name: apr-util -Version: 1.3.10 -Release: 3 +Version: 1.3.11 +Release: 1 Epoch: 1 License: Apache v2.0 Group: Libraries Source0: http://www.apache.org/dist/apr/%{name}-%{version}.tar.bz2 -# Source0-md5: 6a6f501a1b2a45166b8ffd6df29204bb +# Source0-md5: 2aeddb384b03f3f73107770724d5c97b Patch0: %{name}-link.patch Patch1: %{name}-config-noldap.patch Patch2: %{name}-libtool.patch Patch3: %{name}-flags.patch URL: http://apr.apache.org/ BuildRequires: apr-devel >= 1:1.3.0 -BuildRequires: autoconf +BuildRequires: autoconf >= 2.59 %if "%{pld_release}" == "th" BuildRequires: db-devel >= 4.7 %endif @@ -218,9 +218,9 @@ %patch3 -p1 # be sure to link with db version requested -%{__sed} -i -e 's/db4 db//' build/dbm.m4 +%{__sed} -i -e 's/db4 db\|db5 db//' build/dbm.m4 -rm -rf xml/expat +%{__rm} -r xml/expat echo ' <Layout PLD> @@ -275,7 +275,7 @@ %{__make} install \ DESTDIR=$RPM_BUILD_ROOT -rm $RPM_BUILD_ROOT%{_libdir}/apr-util-1/*.{la,a} +%{__rm} $RPM_BUILD_ROOT%{_libdir}/apr-util-1/*.{la,a} %clean rm -rf $RPM_BUILD_ROOT @@ -370,6 +370,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.93 2011/05/10 17:47:11 qboosh +- updated to 1.3.11 + Revision 1.92 2011/03/31 18:12:19 arekm - release 3 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/apr-util/apr-util.spec?r1=1.92&r2=1.93&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
