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

Bohuslav Kabrda bkabrda at fedoraproject.org
Fri May 16 12:08:01 UTC 2014


commit 6ec956f8774343e0a53dd9197814fe6aa8370317
Author: Slavek Kabrda <bkabrda at redhat.com>
Date:   Fri May 16 14:07:51 2014 +0200

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

 python-wstool.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/python-wstool.spec b/python-wstool.spec
index 0304b4c..f8dfea1 100644
--- a/python-wstool.spec
+++ b/python-wstool.spec
@@ -5,7 +5,7 @@
 
 Name:           python-%{module_name}
 Version:        0.1.1
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Tool for managing a workspace of multiple heterogeneous SCM repositories
 
 License:        BSD
@@ -68,7 +68,7 @@ cp -a . %{py3dir}
 %if 0%{?with_python3}
 pushd %{py3dir}
 %{__python3} setup.py build
-mv -v build/scripts-3.3/wstool build/scripts-3.3/python3-wstool
+mv -v build/scripts-%{python3_version}/wstool build/scripts-%{python3_version}/python3-wstool
 popd
 %endif # with_python3
 
@@ -96,6 +96,9 @@ popd
 %endif # with_python3
 
 %changelog
+* Wed May 14 2014 Bohuslav Kabrda <bkabrda at redhat.com> - 0.1.1-2
+- Rebuilt for https://fedoraproject.org/wiki/Changes/Python_3.4
+
 * Sun Jan 12 2014 Rich Mattes <richmattes at gmail.com> - 0.1.1-1
 - Update to 0.1.1
 


More information about the scm-commits mailing list