Dan Callaghan 2015-06-22 16:50:29 +10:00
parent 48469bd914
commit 5290c1f553
3 changed files with 8 additions and 3 deletions

1
.gitignore vendored
View File

@ -5,3 +5,4 @@ gevent-0.13.0.tar.gz
/gevent-0.13.8.tar.gz
/gevent-1.0.tar.gz
/gevent-1.0.1.tar.gz
/gevent-1.0.2.tar.gz

View File

@ -5,8 +5,8 @@
%global upstream_name gevent
Name: python-%{upstream_name}
Version: 1.0.1
Release: 3%{?dist}
Version: 1.0.2
Release: 1%{?dist}
Summary: A coroutine-based Python networking library
Group: Development/Languages
@ -51,6 +51,10 @@ CFLAGS="%{optflags} -I%{_includedir}/libev" %{__python2} setup.py build
%{python2_sitearch}/%{upstream_name}-%{version}-*.egg-info
%changelog
* Mon Jun 22 2015 Dan Callaghan <dcallagh@redhat.com> - 1.0.2-1
- bug fix release 1.0.2:
https://github.com/gevent/gevent/blob/v1.0.2/changelog.rst#release-102-may-23-2015
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.1-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild

View File

@ -1 +1 @@
7b952591d1a0174d6eb6ac47bd975ab6 gevent-1.0.1.tar.gz
117f135d57ca7416203fba3720bf71c1 gevent-1.0.2.tar.gz