[python3/nightly] Back to python3 name

Miro Hrončok churchyard at fedoraproject.org
Wed Jun 25 13:00:44 UTC 2014


commit bc5ead97c27ad225887fb86a599d441854a2667b
Author: Miro Hrončok <miro at hroncok.cz>
Date:   Wed Jun 25 14:52:36 2014 +0200

    Back to python3 name

 python.spec => python3.spec |   16 ++++++++++------
 1 files changed, 10 insertions(+), 6 deletions(-)
---
diff --git a/python.spec b/python3.spec
similarity index 99%
rename from python.spec
rename to python3.spec
index f0eb6f5..71d235b 100644
--- a/python.spec
+++ b/python3.spec
@@ -6,7 +6,7 @@
 # Turn off default SCL bytecompiling.
 %{?scl:%global _turn_off_bytecompile 1}
 
-%global with_rewheel 1
+%global with_rewheel 0
 
 %global pybasever 3.5
 
@@ -75,7 +75,7 @@
 %global with_computed_gotos yes
 
 # Turn this to 0 to turn off the "check" phase:
-%global run_selftest_suite 1
+%global run_selftest_suite 0
 
 # We want to byte-compile the .py files within the packages using the new
 # python3 binary.
@@ -131,9 +131,9 @@
 # Top-level metadata
 # ==================
 Summary: Version 3 of the Python programming language aka Python 3000
-Name: %{?scl_prefix}python
+Name: %{?scl_prefix}python3
 Version: %{pybasever}.0
-Release:        0.1.20140618hg1e74350dd056%{?dist}
+Release:        0.2.20140625hgb4130b2f7748%{?dist}
 License: Python
 Group: Development/Languages
 
@@ -202,7 +202,7 @@ BuildRequires: %{name}-pip
 # Source code and patches
 # =======================
 
-Source0:        python3-nightly-1e74%{pyshortver}0dd056.tar
+Source0:        python3-nightly-b4130b2f7748.tar
 
 # Avoid having various bogus auto-generated Provides lines for the various
 # python c modules' SONAMEs:
@@ -212,7 +212,7 @@ Source1: find-provides-without-python-sonames.sh
 
 # Supply various useful macros for building python 3 modules:
 #  __python3, python3_sitelib, python3_sitearch
-Source2: macros.%{name}
+Source2: macros.python3
 
 # Supply an RPM macro "py_byte_compile" for the python3-devel subpackage
 # to enable specfiles to selectively byte-compile individual files and paths
@@ -1886,8 +1886,12 @@ rm -fr %{buildroot}
 # ======================================================
 
 %changelog
+* Wed Jun 25 2014 Miro Hrončok <mhroncok at redhat.com> - 3.5.0-0.2.20140625hgb4130b2f7748
+- Update to hg: b4130b2f7748
+
 * Wed Jun 18 2014 Miro Hrončok <mhroncok at redhat.com> - 3.5.0-0.1.20140618hg1e74350dd056
 - Update to hg: 1e74350dd0561
+- Use SCL
 
 * Fri May 30 2014 Miro Hrončok <mhroncok at redhat.com> - 3.4.1-8
 - In config script, use uname -m to write the arch


More information about the scm-commits mailing list