- Drop ABI compatibility patch (no longer needed)

This commit is contained in:
Stephen Gallagher 2010-02-24 20:31:12 +00:00
parent 83f4489b48
commit 310d47cd62

View File

@ -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 <sgallagh@redhat.com> - 0.9.8-6
- Drop ABI compatibility patch (no longer needed)
* Wed Sep 23 2009 Simo Sorce <ssorce@redhat.com> - 0.9.8-5
- Add patch to fix a segfault case