Hello community,

here is the log from the commit of package boost for openSUSE:Factory checked 
in at 2017-02-19 00:45:27
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/boost (Old)
 and      /work/SRC/openSUSE:Factory/.boost.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "boost"

Changes:
--------
--- /work/SRC/openSUSE:Factory/boost/boost.changes      2017-02-03 
17:32:10.235667685 +0100
+++ /work/SRC/openSUSE:Factory/.boost.new/boost.changes 2017-02-19 
00:45:28.334937882 +0100
@@ -1,0 +2,5 @@
+Fri Feb 10 13:35:53 UTC 2017 - jmate...@suse.com
+
+- update python macros
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ boost.spec ++++++
--- /var/tmp/diff_new_pack.xhAYJt/_old  2017-02-19 00:45:31.754456639 +0100
+++ /var/tmp/diff_new_pack.xhAYJt/_new  2017-02-19 00:45:31.762455514 +0100
@@ -1056,9 +1056,9 @@
 cat << EOF >> user-config-py.jam
 using python 
      : %{py_ver}
-     : %{__python2}
-     : %{py_incdir}
-     : %{py_libdir}
+     : %{_bindir}/python2
+     : %{_includedir}/python%{py_ver}
+     : %{_libdir}/python%{py_ver}
      :
      : 
      ;
@@ -1076,12 +1076,13 @@
 
 # Build boost python3 and MPI, installed in python3 staging
 %if %{with python3}
+%{?!py3_abiflags:%define py3_abiflags m}
 cp user-config.jam user-config-py3.jam
 cat << EOF >> user-config-py3.jam
 using python 
        : %{py3_ver}
-       : /usr/bin/python%{py3_ver}%{py3_abiflags}
-       : %{py3_incdir}
+       : %{_bindir}/python3
+       : %{_includedir}/python%{py3_ver}%{py3_abiflags}
        :
        :
         : .%{py3_soflags}


Reply via email to