Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python36 for openSUSE:Factory 
checked in at 2021-09-30 23:42:51
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python36 (Old)
 and      /work/SRC/openSUSE:Factory/.python36.new.2443 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python36"

Thu Sep 30 23:42:51 2021 rev:21 rq:921423 version:3.6.15

Changes:
--------
--- /work/SRC/openSUSE:Factory/python36/python36.changes        2021-09-20 
23:32:27.443122001 +0200
+++ /work/SRC/openSUSE:Factory/.python36.new.2443/python36.changes      
2021-09-30 23:43:03.856446634 +0200
@@ -1,0 +2,10 @@
+Thu Sep 23 19:53:30 UTC 2021 - Matej Cepl <mc...@suse.com>
+
+- Make python36 primary interpreter on SLE-15
+
+-------------------------------------------------------------------
+Thu Sep 23 14:05:46 UTC 2021 - Matej Cepl <mc...@suse.com>
+
+- Make build working even on older SLEs.
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python36.spec ++++++
--- /var/tmp/diff_new_pack.7eiQD5/_old  2021-09-30 23:43:04.704447605 +0200
+++ /var/tmp/diff_new_pack.7eiQD5/_new  2021-09-30 23:43:04.708447610 +0200
@@ -48,10 +48,15 @@
 %else
 %define tarversion %{version}
 %endif
-%define         python_pkg_name python36
 # Will provide the python3-* provides
 # Will do the /usr/bin/python3 and all the core links
+%if 0%{?suse_version} >= 1500 && 0%{?suse_version} < 1550
+%define         primary_interpreter 1
+%define         python_pkg_name python3
+%else
 %define         primary_interpreter 0
+%define         python_pkg_name python36
+%endif
 %define         folderversion %{tarversion}
 %define         tarname    Python-%{tarversion}
 %define         sitedir         %{_libdir}/python%{python_version}
@@ -461,6 +466,10 @@
     Lib/ensurepip/__init__.py
 
 %build
+%if 0%{?suse_version} < 1500
+%define make_build make %{?_smp_mflags} V=1 VERBOSE=1
+%endif
+
 %if %{with doc}
 TODAY_DATE=`date -r %{SOURCE0} "+%%B %%d, %%Y"`
 # TODO use not date of tarball but date of latest patch

Reply via email to