[python-apipkg] * Wed Feb 18 2015 Fabian Affolter <mail at fabian-affolter.ch> - 1.2-7 - Enable py3 package

Fabian Affolter fab at fedoraproject.org
Wed Feb 18 19:45:52 UTC 2015


commit ce58bc937105e0de59ea7ec3ab0d900557d08199
Author: Fabian Affolter <fabian at affolter-engineering.ch>
Date:   Wed Feb 18 20:45:33 2015 +0100

    * Wed Feb 18 2015 Fabian Affolter <mail at fabian-affolter.ch> - 1.2-7
    - Enable py3 package

 python-apipkg.spec |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)
---
diff --git a/python-apipkg.spec b/python-apipkg.spec
index 818237c..0bbd4de 100644
--- a/python-apipkg.spec
+++ b/python-apipkg.spec
@@ -1,8 +1,12 @@
 %global srcname apipkg
 
+%if 0%{?fedora}
+%global with_python3 1
+%endif
+
 Name:           python-%{srcname}
 Version:        1.2
-Release:        6%{?dist}
+Release:        7%{?dist}
 Summary:        A Python namespace control and lazy-import mechanism
 
 License:        MIT
@@ -74,6 +78,9 @@ popd
 %endif
 
 %changelog
+* Wed Feb 18 2015 Fabian Affolter <mail at fabian-affolter.ch> - 1.2-7
+- Enable py3 package
+
 * Fri Oct 03 2014 Fabian Affolter <mail at fabian-affolter.ch> - 1.2-6
 - Update to match guidelines
 


More information about the scm-commits mailing list