Update to 1.1.1 (RHBZ #1323855)
Signed-off-by: Igor Gnatenko <ignatenko@redhat.com>
This commit is contained in:
parent
1a94cfe50a
commit
0c2b125e27
1
.gitignore
vendored
1
.gitignore
vendored
@ -11,3 +11,4 @@ gevent-0.13.0.tar.gz
|
|||||||
/gevent-1.1rc3.tar.gz
|
/gevent-1.1rc3.tar.gz
|
||||||
/gevent-1.1rc4.tar.gz
|
/gevent-1.1rc4.tar.gz
|
||||||
/gevent-1.1.0.tar.gz
|
/gevent-1.1.0.tar.gz
|
||||||
|
/gevent-1.1.1.tar.gz
|
||||||
|
|||||||
@ -3,7 +3,7 @@
|
|||||||
%global optflags %(echo %{optflags} -I%{_includedir}/libev)
|
%global optflags %(echo %{optflags} -I%{_includedir}/libev)
|
||||||
|
|
||||||
Name: python-%{modname}
|
Name: python-%{modname}
|
||||||
Version: 1.1.0
|
Version: 1.1.1
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: A coroutine-based Python networking library
|
Summary: A coroutine-based Python networking library
|
||||||
|
|
||||||
@ -99,6 +99,9 @@ find %{buildroot} -name '*.so' -exec chmod 755 {} ';'
|
|||||||
%{python3_sitearch}/%{modname}*
|
%{python3_sitearch}/%{modname}*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Apr 05 2016 Igor Gnatenko <ignatenko@redhat.com> - 1.1.1-1
|
||||||
|
- Update to 1.1.1 (RHBZ #1323855)
|
||||||
|
|
||||||
* Tue Mar 15 2016 Dan Callaghan <dcallagh@redhat.com> - 1.1.0-1
|
* Tue Mar 15 2016 Dan Callaghan <dcallagh@redhat.com> - 1.1.0-1
|
||||||
- Update to 1.1.0 final release
|
- Update to 1.1.0 final release
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user