[python-celery/f16] Security FIX CELERYSA-0001

topdog topdog at fedoraproject.org
Mon Nov 28 08:31:04 UTC 2011


commit 74dbc5cb1e12c25fe5d76bdf1bae8ddfe073131d
Author: Andrew Colin Kissa <andrew at topdog.za.net>
Date:   Mon Nov 28 10:31:10 2011 +0200

    Security FIX CELERYSA-0001

 .gitignore         |    1 +
 python-celery.spec |    9 ++++++---
 sources            |    2 +-
 3 files changed, 8 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 168ac47..dc0c9ca 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /celery-2.2.7.tar.gz
+/celery-2.2.8.tar.gz
diff --git a/python-celery.spec b/python-celery.spec
index d24772f..4bc2f08 100644
--- a/python-celery.spec
+++ b/python-celery.spec
@@ -3,14 +3,14 @@
 %endif
 
 Name:           python-celery
-Version:        2.2.7
-Release:        3%{?dist}
+Version:        2.2.8
+Release:        1%{?dist}
 Summary:        Distributed Task Queue
 
 Group:          Development/Languages
 License:        BSD
 URL:            http://celeryproject.org
-Source0:        http://pypi.python.org/packages/source/c/celery/celery-2.2.7.tar.gz
+Source0:        http://pypi.python.org/packages/source/c/celery/celery-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch:      noarch
@@ -80,6 +80,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Mon Nov 28 2011 Andrew Colin Kissa <andrew at topdog.za.net> - 2.2.8-1
+- Security FIX CELERYSA-0001
+
 * Fri Jul 15 2011 Andrew Colin Kissa <andrew at topdog.za.net> - 2.2.7-3
 - Fix rpmlint errors
 - Fix dependencies
diff --git a/sources b/sources
index fcb4bac..492a5d6 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-5826cf891eaa6175cc7aab67818094fe  celery-2.2.7.tar.gz
+5aa94bea787b1fbb10c066c6b51dbafc  celery-2.2.8.tar.gz


More information about the scm-commits mailing list