From d57057950b46d0eced48c5adece46a628be2b116 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Wed, 17 Feb 2016 10:06:34 +0100 Subject: [PATCH] Update to 1.1rc4 (RHBZ #1309141) Signed-off-by: Igor Gnatenko --- .gitignore | 1 + python-gevent.spec | 13 ++++++++++--- sources | 2 +- 3 files changed, 12 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 30420df..8f509b7 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/python-gevent.spec b/python-gevent.spec index ed11515..fee049b 100644 --- a/python-gevent.spec +++ b/python-gevent.spec @@ -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 - 1.1-0.8.rc4 +- Update to 1.1rc4 (RHBZ #1309141) + * Thu Feb 04 2016 Fedora Release Engineering - 1.1-0.7.rc3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild diff --git a/sources b/sources index 5f3c159..33fcc88 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -cc96707c13ce2014dad386784fa105f5 gevent-1.1rc3.tar.gz +4abe8a99979dd095b145bb2e083dc4ff gevent-1.1rc4.tar.gz