diff --git a/.cvsignore b/.cvsignore index c7ffd55..4f02de9 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -gevent-0.12.2.tar.gz +gevent-0.13.0.tar.gz diff --git a/import.log b/import.log index c220153..2ebb01a 100644 --- a/import.log +++ b/import.log @@ -1 +1,2 @@ python-gevent-0_12_2-2_fc13:F-13:python-gevent-0.12.2-2.fc13.src.rpm:1273096319 +python-gevent-0_13_0-1_fc13:F-13:python-gevent-0.13.0-1.fc13.src.rpm:1279158861 diff --git a/python-gevent.spec b/python-gevent.spec index 8fa2eb1..d032206 100644 --- a/python-gevent.spec +++ b/python-gevent.spec @@ -1,10 +1,14 @@ %{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} +%global _use_internal_dependency_generator 0 +%global __find_provides %{_rpmconfigdir}/find-provides | grep -v core.so +%global __find_requires %{_rpmconfigdir}/find-requires | grep -v core.so + %global upstream_name gevent Name: python-%{upstream_name} -Version: 0.12.2 -Release: 2%{?dist} +Version: 0.13.0 +Release: 1%{?dist} Summary: A coroutine-based Python networking library Group: Development/Languages @@ -52,6 +56,9 @@ rm -rf %{buildroot} %{python_sitearch}/%{upstream_name}-%{version}-*.egg-info %changelog +* Wed Jul 14 2010 Silas Sewell - 0.13.0-1 +- Update to 0.13.0 + * Fri Apr 23 2010 Silas Sewell - 0.12.2-2 - Remove setuptools requirement diff --git a/sources b/sources index 97c10d6..4749e3a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -97c75039a67593d3f5375fb77f73bbe7 gevent-0.12.2.tar.gz +8f687002c6fcbdf8b323319f451ba4af gevent-0.13.0.tar.gz