New upstream release 0.9.14
This commit is contained in:
parent
03ed2da1a3
commit
41bfc1f282
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||
|
||||
@ -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 <sgallagh@redhat.com> - 0.9.14-1
|
||||
- New upstream release
|
||||
- Required for building more recent versions of samba4
|
||||
|
||||
* Tue Aug 2 2011 Simo Sorce <ssorce@redhat.com> - 0.9.13-1
|
||||
- New upstream release
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user