This commit is contained in:
Jesse Keating 2009-07-26 20:17:31 +00:00
parent 94df7262c6
commit ec530daa2a

View File

@ -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 <rel-eng@lists.fedoraproject.org> - 3.0.1-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
* Sun May 31 2009 Luke Macken <lmacken@redhat.com> - 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