[python-PyRSS2Gen] Rebuilt for https://fedoraproject.org/wiki/Changes/Python_3.4

Bohuslav Kabrda bkabrda at fedoraproject.org
Fri May 16 10:46:51 UTC 2014


commit cec5ef1d9943326181f4127259ea7514a9936aa6
Author: Slavek Kabrda <bkabrda at redhat.com>
Date:   Fri May 16 12:46:42 2014 +0200

    Rebuilt for https://fedoraproject.org/wiki/Changes/Python_3.4

 python-PyRSS2Gen.spec |   11 +++++++----
 1 files changed, 7 insertions(+), 4 deletions(-)
---
diff --git a/python-PyRSS2Gen.spec b/python-PyRSS2Gen.spec
index f3120ef..6f1c2f2 100644
--- a/python-PyRSS2Gen.spec
+++ b/python-PyRSS2Gen.spec
@@ -1,7 +1,7 @@
 %global with_python3 1
 Name:		python-PyRSS2Gen
 Version:	1.1
-Release:	4%{?dist}
+Release:	5%{?dist}
 Summary:	A Python library for generating RSS 2.0 feeds
 
 Group:		Development/Libraries
@@ -53,14 +53,17 @@ A Python3 library for generating RSS 2.0 feeds.
 
 %if 0%{?with_python3}
 %files -n python3-PyRSS2Gen
-%{python3_sitelib}/PyRSS2Gen-%{version}-py3.3.egg-info
+%{python3_sitelib}/PyRSS2Gen-%{version}-py%{python3_version}.egg-info
 %{python3_sitelib}/PyRSS2Gen.py
-%{python3_sitelib}/__pycache__/PyRSS2Gen.cpython-33.pyc
-%{python3_sitelib}/__pycache__/PyRSS2Gen.cpython-33.pyo
+%{python3_sitelib}/__pycache__/PyRSS2Gen.cpython-3?.pyc
+%{python3_sitelib}/__pycache__/PyRSS2Gen.cpython-3?.pyo
 %doc README LICENSE
 %endif
 
 %changelog
+* Wed May 14 2014 Bohuslav Kabrda <bkabrda at redhat.com> - 1.1-5
+- Rebuilt for https://fedoraproject.org/wiki/Changes/Python_3.4
+
 * Tue Sep 10 2013 Pete Travis <immanetize at fedoraproject.org> 1.1-4
 - Completing python3 subpackaging, so it really does work.
 


More information about the scm-commits mailing list