From 310d47cd62ab5a0af1d2776405cbf16885c7cb0f Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Wed, 24 Feb 2010 20:31:12 +0000 Subject: [PATCH] - Drop ABI compatibility patch (no longer needed) --- libtevent.spec | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/libtevent.spec b/libtevent.spec index 5ef049c..571ac1b 100644 --- a/libtevent.spec +++ b/libtevent.spec @@ -1,6 +1,6 @@ Name: libtevent Version: 0.9.8 -Release: 5%{?dist} +Release: 6%{?dist} Group: System Environment/Daemons Summary: The tevent library License: LGPLv3+ @@ -9,7 +9,6 @@ Source: http://samba.org/ftp/tevent/tevent-%{version}.tar.gz 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: tevent_signal_segfault.patch BuildRequires: libtalloc-devel >= 2.0.0 @@ -35,7 +34,6 @@ Header files needed to develop programs that link against the Tevent library. %setup -q -n tevent-%{version} %patch1 -p1 -b .abi_checks -%patch2 -p1 -b .abi_compat %patch3 -p1 -b .tevent_signal_segv %build @@ -70,6 +68,9 @@ rm -rf $RPM_BUILD_ROOT %postun -p /sbin/ldconfig %changelog +* Wed Feb 24 2010 Stephen Gallagher - 0.9.8-6 +- Drop ABI compatibility patch (no longer needed) + * Wed Sep 23 2009 Simo Sorce - 0.9.8-5 - Add patch to fix a segfault case