This commit is contained in:
Jesse Keating 2009-02-26 21:08:01 +00:00
parent ecb4ee5b8c
commit fe6acdc172

View File

@ -3,7 +3,7 @@
Name: python-decorator
Version: 2.3.2
Release: 1%{?dist}
Release: 2%{?dist}
Summary: Module to simplify usage of decorators
Group: Development/Languages
@ -47,6 +47,9 @@ nosetests --with-doctest
%{python_sitelib}/*
%changelog
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.3.2-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
* Wed Jan 21 2009 Toshio Kuratomi <toshio@fedoraproject.org> - 2.3.2-1
- Update to 2.3.2
- Enable tests via nose