[python-decorator] 3.4.2

Ralph Bean ralph at fedoraproject.org
Mon Mar 23 03:23:11 UTC 2015


commit 3295ffeafd835e919c3d49805e5a821b76e101d6
Author: Ralph Bean <rbean at redhat.com>
Date:   Sun Mar 22 23:22:59 2015 -0400

    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 <rbean at redhat.com> - 3.4.2-1
+- new version
+
 * Sat Jun 07 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 3.4.0-5
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
 


More information about the scm-commits mailing list