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

Bohuslav Kabrda bkabrda at fedoraproject.org
Thu May 15 15:44:20 UTC 2014


commit 2e9e120ca88b508f87b1b41c69c0f3165857d38a
Author: Slavek Kabrda <bkabrda at redhat.com>
Date:   Thu May 15 17:44:10 2014 +0200

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

 python-espeak.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/python-espeak.spec b/python-espeak.spec
index e43b320..a8d5fd8 100644
--- a/python-espeak.spec
+++ b/python-espeak.spec
@@ -3,7 +3,7 @@
 
 Name:		python-espeak
 Version:	0.5
-Release:	6%{?dist}
+Release:	7%{?dist}
 Summary:	Python 2 bindings for espeak
 Group:		Development/Libraries
 
@@ -61,7 +61,7 @@ popd
 pushd %{py3dir}
 %{__python3} setup.py install -O1 --skip-build --prefix=%{_prefix} --root=%{buildroot}
 popd
-chmod 0755 %{buildroot}%{python3_sitearch}/espeak/core.cpython-33m.so
+chmod 0755 %{buildroot}%{python3_sitearch}/espeak/core.cpython-3?m.so
 %endif # with_python3
 
 %{__python2} setup.py install -O1 --skip-build --prefix=%{_prefix} --root=%{buildroot}
@@ -81,6 +81,9 @@ chmod 0755 %{buildroot}%{python2_sitearch}/espeak/core.so
 %endif # with_python3
 
 %changelog
+* Wed May 14 2014 Bohuslav Kabrda <bkabrda at redhat.com> - 0.5-7
+- Rebuilt for https://fedoraproject.org/wiki/Changes/Python_3.4
+
 * Tue Feb 18 2014 Eduardo Mayorga Téllez <mayorga at fedoraproject.org> - 0.5-6
 - Adding missing Requires in Python 3 package
 


More information about the scm-commits mailing list