SPECS: libevent.spec - add fpm patch (disables few asserts needed for php-f...

glen glen at pld-linux.org
Sun Nov 16 16:24:00 CET 2008


Author: glen                         Date: Sun Nov 16 15:24:00 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- add fpm patch (disables few asserts needed for php-fpm); rel 3

---- Files affected:
SPECS:
   libevent.spec (1.23 -> 1.24) 

---- Diffs:

================================================================
Index: SPECS/libevent.spec
diff -u SPECS/libevent.spec:1.23 SPECS/libevent.spec:1.24
--- SPECS/libevent.spec:1.23	Mon Sep  1 14:43:25 2008
+++ SPECS/libevent.spec	Sun Nov 16 16:23:55 2008
@@ -1,4 +1,6 @@
 # $Revision$, $Date$
+# TODO
+# - %attr(755,root,root) %{_bindir}/event_rpcgen.py
 #
 # Conditional build:
 %bcond_without	static_libs	# don't build static library
@@ -7,13 +9,14 @@
 Summary(pl.UTF-8):	libevent - biblioteka powiadamiająca o zdarzeniach
 Name:		libevent
 Version:	1.4.7
-Release:	2
+Release:	3
 Epoch:		0
 License:	BSD
 Group:		Libraries
-#Source0Download: http://www.monkey.org/~provos/libevent/
+# Source0Download: http://www.monkey.org/~provos/libevent/
 Source0:	http://www.monkey.org/~provos/%{name}-%{version}-stable.tar.gz
 # Source0-md5:	f247d0671ea4fc95b191daf79cb762a0
+Patch0:		%{name}-fpm.patch
 URL:		http://www.monkey.org/~provos/libevent/
 BuildRequires:	autoconf
 BuildRequires:	automake
@@ -58,6 +61,7 @@
 
 %prep
 %setup -q -n %{name}-%{version}-stable
+%patch0 -p1
 
 %build
 %{__libtoolize}
@@ -122,6 +126,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.24  2008/11/16 15:23:55  glen
+- add fpm patch (disables few asserts needed for php-fpm); rel 3
+
 Revision 1.23  2008/09/01 12:43:25  arekm
 - release 2
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/libevent.spec?r1=1.23&r2=1.24&f=u



More information about the pld-cvs-commit mailing list