From d63a9390815be2c6f4033e3b9e4924e202f85c1d Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Sep 23 2009 16:22:47 +0000 Subject: - Add patch to fix a segfault case --- diff --git a/libtevent.spec b/libtevent.spec index 68b54d3..ab4b82a 100644 --- a/libtevent.spec +++ b/libtevent.spec @@ -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}/%{name}-%{version}-%{release}-XXXXXX) 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 that link against the Tevent library. %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 - 0.9.8-3 +- Add patch to fix a segfault case + * Wed Sep 16 2009 Simo Sorce - 0.9.8-2 - Fix abi compatibility with 0.9.3