diff --git a/.gitignore b/.gitignore index c742a5d..40eebeb 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ tevent-0.9.8.tar.gz /tevent-0.9.10.tar.gz /tevent-0.9.11.tar.gz /tevent-0.9.13.tar.gz +/tevent-0.9.14.tar.gz diff --git a/libtevent.spec b/libtevent.spec index 182c324..519d8a3 100644 --- a/libtevent.spec +++ b/libtevent.spec @@ -5,7 +5,7 @@ %{!?python_version: %global python_version %(%{__python} -c "from distutils.sysconfig import get_python_version; print(get_python_version())")} Name: libtevent -Version: 0.9.13 +Version: 0.9.14 Release: 1%{?dist} Group: System Environment/Daemons Summary: The tevent library @@ -14,9 +14,9 @@ URL: http://tevent.samba.org/ Source: http://samba.org/ftp/tevent/tevent-%{version}.tar.gz BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) -BuildRequires: libtalloc-devel >= 2.0.5 +BuildRequires: libtalloc-devel >= 2.0.7 BuildRequires: python-devel -BuildRequires: pytalloc-devel >= 2.0.5 +BuildRequires: pytalloc-devel >= 2.0.7 %description Tevent is an event system based on the talloc memory management library. @@ -29,7 +29,7 @@ tevent_req (Tevent Request) functions. Group: Development/Libraries Summary: Developer tools for the Tevent library Requires: libtevent = %{version}-%{release} -Requires: libtalloc-devel >= 2.0.5 +Requires: libtalloc-devel >= 2.0.7 Requires: pkgconfig %description devel @@ -84,6 +84,10 @@ rm -rf $RPM_BUILD_ROOT %postun -p /sbin/ldconfig %changelog +* Wed Nov 09 2011 Stephen Gallagher - 0.9.14-1 +- New upstream release +- Required for building more recent versions of samba4 + * Tue Aug 2 2011 Simo Sorce - 0.9.13-1 - New upstream release diff --git a/sources b/sources index f46dd69..72b9b3e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -bcd93155ac583405cfcc0d63fb111745 tevent-0.9.13.tar.gz +0fb9f344015aa423157cc702bead0f99 tevent-0.9.14.tar.gz