From 3295ffeafd835e919c3d49805e5a821b76e101d6 Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Sun, 22 Mar 2015 23:22:59 -0400 Subject: [PATCH] 3.4.2 --- python-decorator.spec | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/python-decorator.spec b/python-decorator.spec index cbb8e0a..d6234e1 100644 --- a/python-decorator.spec +++ b/python-decorator.spec @@ -5,8 +5,8 @@ %endif Name: python-decorator -Version: 3.4.0 -Release: 5%{?dist} +Version: 3.4.2 +Release: 1%{?dist} Summary: Module to simplify usage of decorators Group: Development/Languages @@ -46,8 +46,8 @@ etc. The core of this module is a decorator factory called decorator. %prep %setup -q -n decorator-%{version} -chmod a-x *.txt *.py -%{__sed} -i 's/\r//' README.txt +chmod a-x *.py +%{__sed} -i 's/\r//' README.rst %if 0%{?with_python3} rm -rf %{py3dir} @@ -94,18 +94,21 @@ popd %files %defattr(-,root,root,-) -%doc *.txt documentation.py +%doc *.rst %{python_sitelib}/* %if 0%{?with_python3} %files -n python3-decorator %defattr(-,root,root,-) -%doc *.txt documentation3.py +%doc *.rst %{python3_sitelib}/* %endif # with_python3 %changelog +* Mon Mar 23 2015 Ralph Bean - 3.4.2-1 +- new version + * Sat Jun 07 2014 Fedora Release Engineering - 3.4.0-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild