Author: arekm Date: Thu Mar 19 08:00:41 2009 GMT Module: SPECS Tag: HEAD ---- Log message: - rel 3; don't fail if kernel doesn't support SOCK_CLOEXEC
---- Files affected: SPECS: neon.spec (1.77 -> 1.78) ---- Diffs: ================================================================ Index: SPECS/neon.spec diff -u SPECS/neon.spec:1.77 SPECS/neon.spec:1.78 --- SPECS/neon.spec:1.77 Thu Mar 19 08:43:42 2009 +++ SPECS/neon.spec Thu Mar 19 09:00:36 2009 @@ -8,11 +8,12 @@ Summary(pl.UTF-8): Biblioteka kliencka HTTP i WebDAV Name: neon Version: 0.28.4 -Release: 2 +Release: 3 License: LGPL v2+ Group: Libraries Source0: http://www.webdav.org/neon/%{name}-%{version}.tar.gz # Source0-md5: 6c3b94362af743d046e198e9fcbe4a85 +Patch0: %{name}-sock-cloexec.patch URL: http://www.webdav.org/neon/ BuildRequires: autoconf >= 2.58 BuildRequires: automake @@ -85,6 +86,7 @@ %prep %setup -q +%patch0 -p1 %build %{__libtoolize} --install @@ -147,6 +149,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.78 2009/03/19 08:00:36 arekm +- rel 3; don't fail if kernel doesn't support SOCK_CLOEXEC + Revision 1.77 2009/03/19 07:43:42 arekm - release 2 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/neon.spec?r1=1.77&r2=1.78&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
