From c13e16c7e0846a9353983aec399c9c6b9eaa8ca9 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Oct 18 2015 00:18:17 +0000 Subject: Update to 1.1b6 (RHBZ #1272717) Signed-off-by: Igor Gnatenko --- diff --git a/.gitignore b/.gitignore index 0790420..f1fa5de 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ gevent-0.13.0.tar.gz /gevent-1.0.1.tar.gz /gevent-1.0.2.tar.gz /gevent-1.1b5.tar.gz +/gevent-1.1b6.tar.gz diff --git a/python-gevent.spec b/python-gevent.spec index 334e7a6..affaa98 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.1b5 +%global realver 1.1b6 %global modname gevent %global optflags %(echo %{optflags} -I%{_includedir}/libev) Name: python-%{modname} Version: 1.1 -Release: 0.2.b5%{?dist} +Release: 0.3.b6%{?dist} Summary: A coroutine-based Python networking library License: MIT @@ -76,6 +76,9 @@ find %{buildroot} -name '*.so' -exec chmod 755 {} ';' %{python3_sitearch}/%{modname}* %changelog +* Sun Oct 18 2015 Igor Gnatenko - 1.1-0.3.b6 +- Update to 1.1b6 (RHBZ #1272717) + * Tue Oct 06 2015 Orion Poplawski - 1.1-0.2.b5 - Drop use of unneeded %%{py3dir} diff --git a/sources b/sources index 614a3d2..10e15c1 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -e120a6672feecbbc38b2fe1757ae6099 gevent-1.1b5.tar.gz +17013e68e6560169c0a5724f475f2187 gevent-1.1b6.tar.gz