Hello community,

here is the log from the commit of package python3 for openSUSE:Factory checked 
in at 2017-07-30 11:19:51
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python3 (Old)
 and      /work/SRC/openSUSE:Factory/.python3.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python3"

Sun Jul 30 11:19:51 2017 rev:72 rq:509456 version:3.6.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/python3/python3-base.changes     2017-03-31 
15:04:52.467514743 +0200
+++ /work/SRC/openSUSE:Factory/.python3.new/python3-base.changes        
2017-07-30 11:19:54.088696237 +0200
@@ -1,0 +2,5 @@
+Tue Jun 20 09:26:52 UTC 2017 - a...@cryptomilk.org
+
+- Add missing link to python library in config dir (bsc#1040164)
+
+-------------------------------------------------------------------
--- /work/SRC/openSUSE:Factory/python3/python3.changes  2017-03-31 
15:04:52.523506827 +0200
+++ /work/SRC/openSUSE:Factory/.python3.new/python3.changes     2017-07-30 
11:19:54.928577824 +0200
@@ -1,0 +2,5 @@
+Mon Jun 26 12:10:07 UTC 2017 - jmate...@suse.com
+
+- drop db-devel from requirements
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python3-base.spec ++++++
--- /var/tmp/diff_new_pack.7Apdab/_old  2017-07-30 11:19:56.264389491 +0200
+++ /var/tmp/diff_new_pack.7Apdab/_new  2017-07-30 11:19:56.264389491 +0200
@@ -386,6 +386,9 @@
 # overwrite the copied binary with a link
 ln -sf python%{python_version} %{buildroot}%{_bindir}/python3
 
+# link shared library instead of static library that tools expect
+ln -s ../../libpython%{python_abi}.so 
%{buildroot}%{_libdir}/python%{python_version}/config-%{python_abi}-%{archname}-%{_os}%{?_gnu}/libpython%{python_abi}.so
+
 # replace duplicate .pyo/.pyc with hardlinks
 %fdupes %{buildroot}/%{sitedir}
 

++++++ python3.spec ++++++
--- /var/tmp/diff_new_pack.7Apdab/_old  2017-07-30 11:19:56.308383288 +0200
+++ /var/tmp/diff_new_pack.7Apdab/_new  2017-07-30 11:19:56.308383288 +0200
@@ -68,7 +68,6 @@
 Source0:        http://www.python.org/ftp/python/%{version}/%{tarname}.tar.xz
 Source1:        
http://www.python.org/ftp/python/%{version}/%{tarname}.tar.xz.asc
 BuildRequires:  automake
-BuildRequires:  db-devel
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
 BuildRequires:  gdbm-devel




Reply via email to