diff --git a/.gitignore b/.gitignore index eaf7190..40ee694 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ gevent-0.13.0.tar.gz /gevent-0.13.1.tar.gz +/gevent-0.13.3.tar.gz diff --git a/python-gevent.spec b/python-gevent.spec index 5f725ee..3c562de 100644 --- a/python-gevent.spec +++ b/python-gevent.spec @@ -7,8 +7,8 @@ %global upstream_name gevent Name: python-%{upstream_name} -Version: 0.13.1 -Release: 2%{?dist} +Version: 0.13.3 +Release: 1%{?dist} Summary: A coroutine-based Python networking library Group: Development/Languages @@ -56,6 +56,9 @@ rm -rf %{buildroot} %{python_sitearch}/%{upstream_name}-%{version}-*.egg-info %changelog +* Wed Feb 16 2011 Silas Sewell - 0.13.3-1 +- Update to 0.13.3 + * Tue Feb 08 2011 Fedora Release Engineering - 0.13.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild diff --git a/sources b/sources index 007dec2..dcbf0df 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -5c1b03d9ce39fee4cfe5ea8befb1d4c4 gevent-0.13.1.tar.gz +af1b6438ac62e10ab521f51366e3f0e4 gevent-0.13.3.tar.gz