diff --git a/python-decorator.spec b/python-decorator.spec index 1fa4709..4341583 100644 --- a/python-decorator.spec +++ b/python-decorator.spec @@ -3,7 +3,7 @@ Name: python-decorator Version: 3.0.1 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Module to simplify usage of decorators Group: Development/Languages @@ -52,6 +52,9 @@ nosetests --with-doctest %{python_sitelib}/* %changelog +* Sun Jul 26 2009 Fedora Release Engineering - 3.0.1-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild + * Sun May 31 2009 Luke Macken - 3.0.1-2 - Only run the test suite on Fedora 11, which has Py2.6 and the multiprocessing module. We can disable this once the compat module is packaged for F10 and