From 0c2b125e27047da20081226ec127f9fe049044f2 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Tue, 5 Apr 2016 08:51:22 +0200 Subject: [PATCH] Update to 1.1.1 (RHBZ #1323855) Signed-off-by: Igor Gnatenko --- .gitignore | 1 + python-gevent.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 6e7f0d3..194fd40 100644 --- a/.gitignore +++ b/.gitignore @@ -11,3 +11,4 @@ gevent-0.13.0.tar.gz /gevent-1.1rc3.tar.gz /gevent-1.1rc4.tar.gz /gevent-1.1.0.tar.gz +/gevent-1.1.1.tar.gz diff --git a/python-gevent.spec b/python-gevent.spec index 8c309ec..d33645f 100644 --- a/python-gevent.spec +++ b/python-gevent.spec @@ -3,7 +3,7 @@ %global optflags %(echo %{optflags} -I%{_includedir}/libev) Name: python-%{modname} -Version: 1.1.0 +Version: 1.1.1 Release: 1%{?dist} Summary: A coroutine-based Python networking library @@ -99,6 +99,9 @@ find %{buildroot} -name '*.so' -exec chmod 755 {} ';' %{python3_sitearch}/%{modname}* %changelog +* Tue Apr 05 2016 Igor Gnatenko - 1.1.1-1 +- Update to 1.1.1 (RHBZ #1323855) + * Tue Mar 15 2016 Dan Callaghan - 1.1.0-1 - Update to 1.1.0 final release diff --git a/sources b/sources index 81aed90..31876b6 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -24b3e44134fbff250526f3b949763f99 gevent-1.1.0.tar.gz +1532f5396ab4d07a231f1935483be7c3 gevent-1.1.1.tar.gz