From 6ed40632ec157298e7ff9c0e68d2829f82993186 Mon Sep 17 00:00:00 2001 From: Silas Sewell Date: Sat, 9 Oct 2010 10:32:23 -0400 Subject: [PATCH] * Sat Oct 09 2010 Silas Sewell - 0.13.1-1 - Update to 0.13.1 --- .gitignore | 1 + python-gevent.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 4f02de9..eaf7190 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ gevent-0.13.0.tar.gz +/gevent-0.13.1.tar.gz diff --git a/python-gevent.spec b/python-gevent.spec index aba0a22..783ccb3 100644 --- a/python-gevent.spec +++ b/python-gevent.spec @@ -7,8 +7,8 @@ %global upstream_name gevent Name: python-%{upstream_name} -Version: 0.13.0 -Release: 2%{?dist} +Version: 0.13.1 +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 +* Sat Oct 09 2010 Silas Sewell - 0.13.1-1 +- Update to 0.13.1 + * Tue Jul 27 2010 David Malcolm - 0.13.0-2 - Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild diff --git a/sources b/sources index 4749e3a..007dec2 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -8f687002c6fcbdf8b323319f451ba4af gevent-0.13.0.tar.gz +5c1b03d9ce39fee4cfe5ea8befb1d4c4 gevent-0.13.1.tar.gz