[python-retask/f17] 0.3 is released

Kushal Das kushal at fedoraproject.org
Mon Dec 10 11:04:02 UTC 2012


commit 12247d31face87238f9a804a39704db51c7d4142
Author: Kushal Das <kushal at fedoraproject.org>
Date:   Mon Dec 10 16:33:47 2012 +0530

    0.3 is released

 python-retask.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/python-retask.spec b/python-retask.spec
index ddaf895..22740a9 100644
--- a/python-retask.spec
+++ b/python-retask.spec
@@ -2,7 +2,7 @@
 %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
 Name:           python-retask
-Version:        0.2
+Version:        0.3
 Release:        1%{?dist}
 Summary:        Python module to create and manage distributed task queues
 
@@ -13,7 +13,7 @@ Source0:        https://github.com/downloads/kushaldas/retask/retask-%{version}.
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch:      noarch
-BuildRequires:  python-devel, python-setuptools
+BuildRequires:  python2-devel, python-setuptools
 Requires:       python-redis
 
 %description
@@ -44,6 +44,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Mon Dec 10 2012 Kushal Das <kushal at fedoraproject.org> 0.3-1
+- 0.3 release
+
 * Fri Jul 27 2012 Kushal Das <kushal at fedoraproject.org> 0.2-1
 - Initial release
 


More information about the scm-commits mailing list