From 8a034b3bbe2fa80c9dabdbe2415f583e5b4bab04a982d06d5b1287c5f0a85eb3 Mon Sep 17 00:00:00 2001 From: Alexandre Rogoski Date: Fri, 20 Nov 2009 15:39:23 +0000 Subject: [PATCH] - Update to 0.8.2; - Building as noarch for openSUSE >= 11.2. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-celery?expand=0&rev=3 --- celery-0.8.1.tar.gz | 3 --- celery-0.8.2.tar.gz | 3 +++ python-celery.changes | 6 ++++++ python-celery.spec | 5 ++++- 4 files changed, 13 insertions(+), 4 deletions(-) delete mode 100644 celery-0.8.1.tar.gz create mode 100644 celery-0.8.2.tar.gz diff --git a/celery-0.8.1.tar.gz b/celery-0.8.1.tar.gz deleted file mode 100644 index 6e08b15..0000000 --- a/celery-0.8.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ed3e9ade5599cf4744c854bceeadc0c081363765aa20b130414d0478aed93374 -size 739072 diff --git a/celery-0.8.2.tar.gz b/celery-0.8.2.tar.gz new file mode 100644 index 0000000..63fadc2 --- /dev/null +++ b/celery-0.8.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:373fdafdb4c02a67bde9012ed74df7495e458919b09c895e78ec420437ab00fb +size 735863 diff --git a/python-celery.changes b/python-celery.changes index 145778e..6a24ee1 100644 --- a/python-celery.changes +++ b/python-celery.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Nov 20 15:37:27 UTC 2009 - alexandre@exatati.com.br + +- Update to 0.8.2; +- Building as noarch for openSUSE >= 11.2. + ------------------------------------------------------------------- Tue Nov 17 17:21:26 UTC 2009 - alexandre@exatati.com.br diff --git a/python-celery.spec b/python-celery.spec index 2fe44e2..5c88acd 100644 --- a/python-celery.spec +++ b/python-celery.spec @@ -1,7 +1,7 @@ # norootforbuild Name: python-celery -Version: 0.8.1 +Version: 0.8.2 Release: 1 Summary: Distributed Task Queue License: BSD License @@ -12,6 +12,9 @@ BuildRequires: python-devel, python-setuptools BuildRoot: %{_tmppath}/%{name}-%{version}-build Requires: python-django-unittest-depth, python-anyjson, python-carrot, python-daemon, python-tyrant %{py_requires} +%if %{?suse_version: %{suse_version} > 1110} %{!?suse_version:1} +BuildArch: noarch +%endif %description