Author: arekm Date: Sat Jul 25 15:13:20 2009 GMT Module: packages Tag: HEAD ---- Log message: - up to 1.3.6; disable SOCK_CLOEXEC (it requires kernel >= 2.6.27)
---- Files affected: packages/apr: apr.spec (1.85 -> 1.86) ---- Diffs: ================================================================ Index: packages/apr/apr.spec diff -u packages/apr/apr.spec:1.85 packages/apr/apr.spec:1.86 --- packages/apr/apr.spec:1.85 Sun Jun 28 18:00:41 2009 +++ packages/apr/apr.spec Sat Jul 25 17:13:14 2009 @@ -6,16 +6,17 @@ Summary: Apache Portable Runtime Summary(pl.UTF-8): Apache Portable Runtime - przenoĊna biblioteka uruchomieniowa Name: apr -Version: 1.3.5 +Version: 1.3.6 Release: 1 Epoch: 1 License: Apache v2.0 Group: Libraries Source0: http://www.apache.org/dist/apr/%{name}-%{version}.tar.bz2 -# Source0-md5: 9ac9a00eaa190937fdbbde7b4f03ac1e +# Source0-md5: 1893d54f8ef3981c33ad2ad5fdee1f8a Patch0: %{name}-link.patch Patch1: %{name}-libtool.patch -Patch2: %{name}-bug-46425.patch +# disable some things that require recent kernel +Patch2: %{name}-disable-features.patch URL: http://apr.apache.org/ BuildRequires: autoconf >= 2.50 BuildRequires: automake @@ -118,6 +119,7 @@ %{__autoconf} %configure \ + apr_cv_sock_cloexec=no \ --enable-layout=PLD \ %ifarch %{ix86} %{x8664} %ifnarch i386 @@ -194,6 +196,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.86 2009/07/25 15:13:14 arekm +- up to 1.3.6; disable SOCK_CLOEXEC (it requires kernel >= 2.6.27) + Revision 1.85 2009/06/28 16:00:41 arekm - up to 1.3.5 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/apr/apr.spec?r1=1.85&r2=1.86&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
