Update to 1.1.0 final release

This commit is contained in:
Dan Callaghan 2016-03-15 13:18:33 +10:00
parent d57057950b
commit 1a94cfe50a
3 changed files with 9 additions and 6 deletions

1
.gitignore vendored
View File

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

View File

@ -1,16 +1,15 @@
%global __provides_exclude_from ^%{python2_sitearch}/.*\\.so$ ^%{python3_sitearch}/.*\\.so$
%global realver 1.1rc4
%global modname gevent
%global optflags %(echo %{optflags} -I%{_includedir}/libev)
Name: python-%{modname}
Version: 1.1
Release: 0.8.rc4%{?dist}
Version: 1.1.0
Release: 1%{?dist}
Summary: A coroutine-based Python networking library
License: MIT
URL: http://www.gevent.org/
Source0: http://pypi.python.org/packages/source/g/%{modname}/%{modname}-%{realver}.tar.gz
Source0: http://pypi.python.org/packages/source/g/%{modname}/%{modname}-%{version}.tar.gz
BuildRequires: c-ares-devel
BuildRequires: libev-devel
@ -71,7 +70,7 @@ Features include:
Python 3 version.
%prep
%autosetup -n %{modname}-%{realver}
%autosetup -n %{modname}-%{version}
# Remove bundled libraries
rm -rf c-ares libev
@ -100,6 +99,9 @@ find %{buildroot} -name '*.so' -exec chmod 755 {} ';'
%{python3_sitearch}/%{modname}*
%changelog
* Tue Mar 15 2016 Dan Callaghan <dcallagh@redhat.com> - 1.1.0-1
- Update to 1.1.0 final release
* Wed Feb 17 2016 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 1.1-0.8.rc4
- Update to 1.1rc4 (RHBZ #1309141)

View File

@ -1 +1 @@
4abe8a99979dd095b145bb2e083dc4ff gevent-1.1rc4.tar.gz
24b3e44134fbff250526f3b949763f99 gevent-1.1.0.tar.gz