rpms/libtevent/devel libtevent.spec,1.2,1.3

Simo Sorce simo at fedoraproject.org
Wed Sep 23 16:22:48 UTC 2009


Author: simo

Update of /cvs/pkgs/rpms/libtevent/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv16846

Modified Files:
	libtevent.spec 
Log Message:
* Wed Sep 23 2009 Simo Sorce <ssorce at redhat.com> - 0.9.8-3
- Add patch to fix a segfault case



Index: libtevent.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libtevent/devel/libtevent.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- libtevent.spec	16 Sep 2009 20:43:45 -0000	1.2
+++ libtevent.spec	23 Sep 2009 16:22:47 -0000	1.3
@@ -1,6 +1,6 @@
 Name: libtevent
 Version: 0.9.8
-Release: 2%{?dist}
+Release: 3%{?dist}
 Group: System Environment/Daemons
 Summary: The tevent library
 License: LGPLv3+
@@ -10,6 +10,7 @@ BuildRoot: %(mktemp -ud %{_tmppath}/%{na
 
 Patch1: tevent-098-add_abi_scripts_and_fix_exports.patch
 Patch2: tevent-098-abi-compat.patch
+Patch3: 0001-lib-tevent-a-cleaner-fix-for-be4ac227842530d484659f.patch
 
 BuildRequires: libtalloc-devel >= 2.0.0
 
@@ -35,6 +36,7 @@ Header files needed to develop programs 
 
 %patch1 -p1 -b .abi_checks
 %patch2 -p1 -b .abi_compat
+%patch3 -p1 -b .tevent_signal_segv
 
 %build
 %configure
@@ -68,6 +70,9 @@ rm -rf $RPM_BUILD_ROOT
 %postun -p /sbin/ldconfig
 
 %changelog
+* Wed Sep 23 2009 Simo Sorce <ssorce at redhat.com> - 0.9.8-3
+- Add patch to fix a segfault case
+
 * Wed Sep 16 2009 Simo Sorce <ssorce at redhat.com> - 0.9.8-2
 - Fix abi compatibility with 0.9.3
 




More information about the fedora-extras-commits mailing list