Update to 1.1rc4 (RHBZ #1309141)

Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
This commit is contained in:
Igor Gnatenko 2016-02-17 10:06:34 +01:00
parent 3458300a70
commit d57057950b
3 changed files with 12 additions and 4 deletions

1
.gitignore vendored
View File

@ -9,3 +9,4 @@ gevent-0.13.0.tar.gz
/gevent-1.1b5.tar.gz
/gevent-1.1b6.tar.gz
/gevent-1.1rc3.tar.gz
/gevent-1.1rc4.tar.gz

View File

@ -1,11 +1,11 @@
%global __provides_exclude_from ^%{python2_sitearch}/.*\\.so$ ^%{python3_sitearch}/.*\\.so$
%global realver 1.1rc3
%global realver 1.1rc4
%global modname gevent
%global optflags %(echo %{optflags} -I%{_includedir}/libev)
Name: python-%{modname}
Version: 1.1
Release: 0.7.rc3%{?dist}
Release: 0.8.rc4%{?dist}
Summary: A coroutine-based Python networking library
License: MIT
@ -32,7 +32,7 @@ Features include:
Summary: %{summary}
%{?python_provide:%python_provide python2-%{modname}}
BuildRequires: python2-devel
Requires: python-greenlet
Requires: python2-greenlet
%description -n python2-%{modname}
gevent is a coroutine-based Python networking library that uses greenlet to
@ -47,6 +47,8 @@ Features include:
* DNS requests done through libevent-dns
* monkey patching utility to get pure Python modules to cooperate
Python 2 version.
%package -n python3-%{modname}
Summary: %{summary}
%{?python_provide:%python_provide python3-%{modname}}
@ -66,6 +68,8 @@ Features include:
* DNS requests done through libevent-dns
* monkey patching utility to get pure Python modules to cooperate
Python 3 version.
%prep
%autosetup -n %{modname}-%{realver}
# Remove bundled libraries
@ -96,6 +100,9 @@ find %{buildroot} -name '*.so' -exec chmod 755 {} ';'
%{python3_sitearch}/%{modname}*
%changelog
* Wed Feb 17 2016 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 1.1-0.8.rc4
- Update to 1.1rc4 (RHBZ #1309141)
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.1-0.7.rc3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild

View File

@ -1 +1 @@
cc96707c13ce2014dad386784fa105f5 gevent-1.1rc3.tar.gz
4abe8a99979dd095b145bb2e083dc4ff gevent-1.1rc4.tar.gz