diff --git a/.gitignore b/.gitignore index 5784a58..671d48f 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ decorator-3.2.0.tar.gz /decorator-3.3.3.tar.gz /decorator-3.4.0.tar.gz /decorator-3.4.2.tar.gz +/decorator-4.0.2.tar.gz diff --git a/python-decorator.spec b/python-decorator.spec index f60e17b..859f274 100644 --- a/python-decorator.spec +++ b/python-decorator.spec @@ -5,8 +5,8 @@ %endif Name: python-decorator -Version: 3.4.2 -Release: 2%{?dist} +Version: 4.0.2 +Release: 1%{?dist} Summary: Module to simplify usage of decorators Group: Development/Languages @@ -47,7 +47,7 @@ etc. The core of this module is a decorator factory called decorator. %setup -q -n decorator-%{version} chmod a-x *.py -%{__sed} -i 's/\r//' README.rst +%{__sed} -i 's/\r//' docs/README.rst %if 0%{?with_python3} rm -rf %{py3dir} @@ -94,18 +94,23 @@ popd %files %defattr(-,root,root,-) -%doc *.rst +%doc docs/README.rst CHANGES.txt documentation.pdf +%license LICENSE.txt %{python_sitelib}/* %if 0%{?with_python3} %files -n python3-decorator %defattr(-,root,root,-) -%doc *.rst +%doc docs/README.rst CHANGES.txt documentation.pdf +%license LICENSE.txt %{python3_sitelib}/* %endif # with_python3 %changelog +* Wed Sep 16 2015 Ralph Bean - 4.0.2-1 +- new version + * Thu Jun 18 2015 Fedora Release Engineering - 3.4.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild diff --git a/sources b/sources index affcc27..2294340 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -9e0536870d2b83ae27d58dbf22582f4d decorator-3.4.2.tar.gz +033c9563af492c4ce2680ee6ca481fa7 decorator-4.0.2.tar.gz