diff --git a/.gitignore b/.gitignore index 194fd40..20703fb 100644 --- a/.gitignore +++ b/.gitignore @@ -12,3 +12,4 @@ gevent-0.13.0.tar.gz /gevent-1.1rc4.tar.gz /gevent-1.1.0.tar.gz /gevent-1.1.1.tar.gz +/gevent-1.1.2.tar.gz diff --git a/python-gevent.spec b/python-gevent.spec index 345a74c..018ef52 100644 --- a/python-gevent.spec +++ b/python-gevent.spec @@ -3,13 +3,13 @@ %global optflags %(echo %{optflags} -I%{_includedir}/libev) Name: python-%{modname} -Version: 1.1.1 -Release: 2%{?dist} +Version: 1.1.2 +Release: 1%{?dist} Summary: A coroutine-based Python networking library License: MIT URL: http://www.gevent.org/ -Source0: http://pypi.python.org/packages/source/g/%{modname}/%{modname}-%{version}.tar.gz +Source0: https://github.com/gevent/gevent/releases/download/v%{version}/%{modname}-%{version}.tar.gz BuildRequires: c-ares-devel BuildRequires: libev-devel @@ -99,6 +99,9 @@ find %{buildroot} -name '*.so' -exec chmod 755 {} ';' %{python3_sitearch}/%{modname}* %changelog +* Sun Jul 24 2016 Igor Gnatenko - 1.1.2-1 +- Update to 1.1.2 (RHBZ #1359455) + * Tue Jul 19 2016 Fedora Release Engineering - 1.1.1-2 - https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages diff --git a/sources b/sources index 31876b6..eb24331 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -1532f5396ab4d07a231f1935483be7c3 gevent-1.1.1.tar.gz +bb32a2f852a4997138014d5007215c6e gevent-1.1.2.tar.gz