Update to 1.1b6 (RHBZ #1272717)

Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
This commit is contained in:
Igor Gnatenko 2015-10-18 02:18:17 +02:00
parent b52b31857e
commit c13e16c7e0
3 changed files with 7 additions and 3 deletions

1
.gitignore vendored
View File

@ -7,3 +7,4 @@ gevent-0.13.0.tar.gz
/gevent-1.0.1.tar.gz
/gevent-1.0.2.tar.gz
/gevent-1.1b5.tar.gz
/gevent-1.1b6.tar.gz

View File

@ -1,11 +1,11 @@
%global __provides_exclude_from ^%{python2_sitearch}/.*\\.so$ ^%{python3_sitearch}/.*\\.so$
%global realver 1.1b5
%global realver 1.1b6
%global modname gevent
%global optflags %(echo %{optflags} -I%{_includedir}/libev)
Name: python-%{modname}
Version: 1.1
Release: 0.2.b5%{?dist}
Release: 0.3.b6%{?dist}
Summary: A coroutine-based Python networking library
License: MIT
@ -76,6 +76,9 @@ find %{buildroot} -name '*.so' -exec chmod 755 {} ';'
%{python3_sitearch}/%{modname}*
%changelog
* Sun Oct 18 2015 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.1-0.3.b6
- Update to 1.1b6 (RHBZ #1272717)
* Tue Oct 06 2015 Orion Poplawski <orion@cora.nwra.com> - 1.1-0.2.b5
- Drop use of unneeded %%{py3dir}

View File

@ -1 +1 @@
e120a6672feecbbc38b2fe1757ae6099 gevent-1.1b5.tar.gz
17013e68e6560169c0a5724f475f2187 gevent-1.1b6.tar.gz