diff --git a/python-decorator.spec b/python-decorator.spec index a12ab67..7b78a14 100644 --- a/python-decorator.spec +++ b/python-decorator.spec @@ -65,6 +65,8 @@ etc. The core of this module is a decorator factory called decorator. %if %{with python3} %py3_install %endif # with python3 +# Remove this when https://github.com/micheles/decorator/issues/32 is fixed. +find %{buildroot} -name SOURCES.txt~ -exec rm -f {} \; %check %{__python2} setup.py test @@ -90,6 +92,12 @@ etc. The core of this module is a decorator factory called decorator. * Mon Jan 23 2017 Fabio Alessandro Locati - 4.0.11-1 - Update to 4.0.11 +* Thu Dec 29 2016 Kevin Fenzi - 4.0.10-5 +- Remove SOURCES.txt~ file. Fixes bug #1404634 + +* Fri Dec 09 2016 Charalampos Stratakis - 4.0.10-4 +- Rebuild for Python 3.6 + * Mon Aug 29 2016 Fabio Alessandro Locati - 4.0.10-3 - SPEC Cleanup - Remove unused build requires