[python-tornado] - update to upstream release 2.2.1 (fixes CVE-2012-2374) - fix typo for epel6 macro bug #822972 (Flo

tomspur tomspur at fedoraproject.org
Sun May 20 20:30:00 UTC 2012


commit 23acb832ae2a60dea3f500f9e2727f0d4e8f1ad8
Author: Thomas Spura <thomas.spura at gmail.com>
Date:   Sun May 20 22:29:26 2012 +0200

    - update to upstream release 2.2.1 (fixes CVE-2012-2374)
    - fix typo for epel6 macro bug #822972 (Florian La Roche)

 .gitignore          |    1 +
 python-tornado.spec |    8 ++++++--
 sources             |    2 +-
 3 files changed, 8 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 30f12b9..afd0c7a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,4 @@ tornado-1.0.1.tar.gz
 /tornado-1.2.1.tar.gz
 /tornado-2.1.1.tar.gz
 /tornado-2.2.tar.gz
+/tornado-2.2.1.tar.gz
diff --git a/python-tornado.spec b/python-tornado.spec
index c00a983..62facf1 100644
--- a/python-tornado.spec
+++ b/python-tornado.spec
@@ -7,7 +7,7 @@
 %global pkgname tornado
 
 Name:           python-%{pkgname}
-Version:        2.2
+Version:        2.2.1
 Release:        1%{?dist}
 Summary:        Scalable, non-blocking web server and tools
 
@@ -111,7 +111,7 @@ python setup.py install --root=%{buildroot}
 rm -rf %{buildroot}
 
 %check
-%if "%{dist}" != "el6"
+%if "%{dist}" != ".el6"
     %if 0%{?with_python3}
     pushd %{py3dir}
         python3 -m unittest discover -s tornado/test -p *test.py || :
@@ -146,6 +146,10 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Sun May 20 2012 Thomas Spura <tomspur at fedoraproject.org> - 2.2.1-1
+- update to upstream release 2.2.1 (fixes CVE-2012-2374)
+- fix typo for epel6 macro bug #822972 (Florian La Roche)
+
 * Thu Feb 9 2012 Ionuț C. Arțăriși <mapleoin at fedoraproject.org> - 2.2-1
 - upgrade to upstream release 2.2
 
diff --git a/sources b/sources
index 820074b..d2c387d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-0b2c9d822e213d7ea2b7ebebca357623  tornado-2.2.tar.gz
+ad8d943262bff57ef1b8f7b6d502ba04  tornado-2.2.1.tar.gz


More information about the scm-commits mailing list