diff --git a/.gitignore b/.gitignore index dbb0127..3c37bd4 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ tevent-0.9.8.tar.gz /tevent-0.9.15.tar.gz /tevent-0.9.16.tar.gz /tevent-0.9.17.tar.gz +/tevent-0.9.18.tar.gz diff --git a/libtevent.spec b/libtevent.spec index c71da28..3be2207 100644 --- a/libtevent.spec +++ b/libtevent.spec @@ -5,8 +5,8 @@ %{!?python_version: %global python_version %(%{__python} -c "from distutils.sysconfig import get_python_version; print(get_python_version())")} Name: libtevent -Version: 0.9.17 -Release: 4%{?dist} +Version: 0.9.18 +Release: 1%{?dist} Group: System Environment/Daemons Summary: The tevent library License: LGPLv3+ @@ -118,6 +118,9 @@ rm -rf $RPM_BUILD_ROOT %postun -p /sbin/ldconfig %changelog +* Mon Mar 18 2013 Jakub Hrozek - 0.9.18-1 +- New upstream release 0.9.18 + * Thu Feb 14 2013 Fedora Release Engineering - 0.9.17-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild diff --git a/sources b/sources index 28dd936..80d130b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -26a146345044b5ca84f0b60a75e81443 tevent-0.9.17.tar.gz +952535f0bcf002eee5a8db68deb6374b tevent-0.9.18.tar.gz