diff --git a/.gitignore b/.gitignore index dbf17b3..5116eab 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ gevent-0.13.0.tar.gz /gevent-0.13.6.tar.gz /gevent-0.13.8.tar.gz /gevent-1.0.tar.gz +/gevent-1.0.1.tar.gz diff --git a/python-gevent.spec b/python-gevent.spec index 4917ae4..defda73 100644 --- a/python-gevent.spec +++ b/python-gevent.spec @@ -7,8 +7,8 @@ %global upstream_name gevent Name: python-%{upstream_name} -Version: 1.0 -Release: 2%{?dist} +Version: 1.0.1 +Release: 1%{?dist} Summary: A coroutine-based Python networking library Group: Development/Languages @@ -59,6 +59,9 @@ rm -rf %{buildroot} %{python_sitearch}/%{upstream_name}-%{version}-*.egg-info %changelog +* Fri Aug 15 2014 Orion Poplawski - 1.0.1-1 +- Update to 1.0.1 + * Sat Jun 07 2014 Fedora Release Engineering - 1.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild diff --git a/sources b/sources index bbc2096..a18e91c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -33aef51a06268f5903fea378e1388e4d gevent-1.0.tar.gz +7b952591d1a0174d6eb6ac47bd975ab6 gevent-1.0.1.tar.gz