Hello community,

here is the log from the commit of package boost for openSUSE:Factory checked 
in at 2018-10-01 09:03:34
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/boost (Old)
 and      /work/SRC/openSUSE:Factory/.boost.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "boost"

Mon Oct  1 09:03:34 2018 rev:126 rq:636892 version:1.68.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/boost/boost.changes      2018-09-07 
15:34:00.646893095 +0200
+++ /work/SRC/openSUSE:Factory/.boost.new/boost.changes 2018-10-01 
09:03:44.335979794 +0200
@@ -1,0 +2,5 @@
+Wed Sep 12 12:17:23 UTC 2018 - [email protected]
+
+- Fix build on Leap < 15.0 
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ boost.spec ++++++
--- /var/tmp/diff_new_pack.V7d3Jv/_old  2018-10-01 09:03:47.423977119 +0200
+++ /var/tmp/diff_new_pack.V7d3Jv/_new  2018-10-01 09:03:47.427977115 +0200
@@ -26,6 +26,9 @@
 %bcond_without build_quickbook
 %bcond_with    boost_devel
 %define my_docdir %{_docdir}/boost-%{version}
+%if 0%{?suse_version} < 1500
+  %define python2_sitearch %python_sitearch
+%endif
 
 %if "@BUILD_FLAVOR@" == "base"
 %define build_base 1
@@ -128,7 +131,11 @@
 %if %{with python2}
 BuildRequires:  python2-devel
 %if %{with python_numpy}
+%if 0%{?suse_version} >= 1500
 BuildRequires:  python2-numpy-devel
+%else
+BuildRequires:  python-numpy-devel
+%endif
 %endif # numpy2
 %endif # python2
 %if %{with python3}


Reply via email to