This commit is contained in:
Ralph Bean 2016-04-04 13:44:02 -04:00
parent f05ffc9867
commit c7fd64dce5
3 changed files with 9 additions and 5 deletions

1
.gitignore vendored
View File

@ -9,3 +9,4 @@ decorator-3.2.0.tar.gz
/decorator-4.0.2.tar.gz
/decorator-4.0.4.tar.gz
/decorator-4.0.6.tar.gz
/decorator-4.0.9.tar.gz

View File

@ -3,8 +3,8 @@
%endif
Name: python-decorator
Version: 4.0.6
Release: 2%{?dist}
Version: 4.0.9
Release: 1%{?dist}
Summary: Module to simplify usage of decorators
License: BSD
@ -81,13 +81,13 @@ nosetests-%{python3_version} --with-doctest
%endif # with_python3
%files -n python2-decorator
%doc docs/README.rst CHANGES.txt documentation.pdf
%doc docs/README.rst CHANGES.md documentation.pdf
%license LICENSE.txt
%{python2_sitelib}/*
%if 0%{?with_python3}
%files -n python3-decorator
%doc docs/README.rst CHANGES.txt documentation.pdf
%doc docs/README.rst CHANGES.md documentation.pdf
%license LICENSE.txt
%{python3_sitelib}/decorator.py
%{python3_sitelib}/decorator-*.egg-info/
@ -96,6 +96,9 @@ nosetests-%{python3_version} --with-doctest
%changelog
* Mon Apr 04 2016 Ralph Bean <rbean@redhat.com> - 4.0.9-1
- new version
* Tue Feb 2 2016 Orion Poplawski <orion@cora.nwra.com> - 4.0.6-2
- Modernize spec
- Fix python3 package file ownership

View File

@ -1 +1 @@
b17bfa17c294d33022a89de0f61d38fe decorator-4.0.6.tar.gz
f12c5651ccd707e12a0abaa4f76cd69a decorator-4.0.9.tar.gz