- Update to 0.13.0
This commit is contained in:
parent
f24bfd2e37
commit
c2d8362e55
@ -1 +1 @@
|
|||||||
gevent-0.12.2.tar.gz
|
gevent-0.13.0.tar.gz
|
||||||
|
|||||||
@ -1 +1,2 @@
|
|||||||
python-gevent-0_12_2-2_fc13:HEAD:python-gevent-0.12.2-2.fc13.src.rpm:1273091621
|
python-gevent-0_12_2-2_fc13:HEAD:python-gevent-0.12.2-2.fc13.src.rpm:1273091621
|
||||||
|
python-gevent-0_13_0-1_fc14:HEAD:python-gevent-0.13.0-1.fc14.src.rpm:1279158324
|
||||||
|
|||||||
@ -1,10 +1,14 @@
|
|||||||
%{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
|
%{!?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
|
%global upstream_name gevent
|
||||||
|
|
||||||
Name: python-%{upstream_name}
|
Name: python-%{upstream_name}
|
||||||
Version: 0.12.2
|
Version: 0.13.0
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: A coroutine-based Python networking library
|
Summary: A coroutine-based Python networking library
|
||||||
|
|
||||||
Group: Development/Languages
|
Group: Development/Languages
|
||||||
@ -52,6 +56,9 @@ rm -rf %{buildroot}
|
|||||||
%{python_sitearch}/%{upstream_name}-%{version}-*.egg-info
|
%{python_sitearch}/%{upstream_name}-%{version}-*.egg-info
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jul 14 2010 Silas Sewell <silas@sewell.ch> - 0.13.0-1
|
||||||
|
- Update to 0.13.0
|
||||||
|
|
||||||
* Fri Apr 23 2010 Silas Sewell <silas@sewell.ch> - 0.12.2-2
|
* Fri Apr 23 2010 Silas Sewell <silas@sewell.ch> - 0.12.2-2
|
||||||
- Remove setuptools requirement
|
- Remove setuptools requirement
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user