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 - 2.2.8-1 +- Security FIX CELERYSA-0001 + * Fri Jul 15 2011 Andrew Colin Kissa - 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