Hello community,

here is the log from the commit of package boost for openSUSE:Factory checked 
in at 2020-03-04 09:37:53
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/boost (Old)
 and      /work/SRC/openSUSE:Factory/.boost.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "boost"

Wed Mar  4 09:37:53 2020 rev:136 rq:780786 version:1.71.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/boost/boost.changes      2020-01-16 
18:18:46.772891277 +0100
+++ /work/SRC/openSUSE:Factory/.boost.new.26092/boost.changes   2020-03-04 
09:38:05.257844429 +0100
@@ -1,0 +2,8 @@
+Fri Feb 28 13:54:37 UTC 2020 - Egbert Eich <e...@suse.com>
+
+- Fix macro which defines the name of the HPC python3 library
+  directory (bsc#1165277).
+- Include headers and serial libs in the HPC MPI packages
+  (bsc#1165307).
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ boost.spec ++++++
--- /var/tmp/diff_new_pack.bFVfZc/_old  2020-03-04 09:38:09.089846725 +0100
+++ /var/tmp/diff_new_pack.bFVfZc/_new  2020-03-04 09:38:09.093846727 +0100
@@ -169,7 +169,7 @@
 %define base_name %{hpc_package_name %_ver}
 %define package_name %{hpc_package_name %_ver}
 %define package_python2_sitearch %hpc_python_sitearch
-%define package_python3_sitearch %{hpc_libdir}/python3.[0-9]/site-packages
+%define package_python3_sitearch %{_hpc_python_sysconfig_path /usr/bin/python3 
platlib %{?hpc_prefix}}
 %else
 %define package_prefix %{_prefix}
 %define package_bindir %{_bindir}
@@ -1536,13 +1536,14 @@
 %endif # ! hpc
 %endif # ! build_base
 
-%if %{build_base}
+%if %{build_base} || %{with hpc}
 mkdir -p %{buildroot}%{package_bindir}
 %if %{without hpc}
 install -m 755 b2 %{buildroot}%{package_bindir}/bjam
 ln -s bjam %{buildroot}%{package_bindir}/jam
 %endif
 
+%if %{build_base}
 # Remove exception library, but only if the symbols are not
 # actually used. For now, the only symbol that is linked is
 # should never be used as it's only available on Windows. So,
@@ -1554,16 +1555,17 @@
 rm %{buildroot}%{package_libdir}/libboost_exception.so
 rm %{buildroot}%{package_libdir}/libboost_exception.so.%{version}
 
+# not used or duplicated in boost-extra flavour
+rm -r %{buildroot}%{package_libdir}/cmake/boost_stacktrace_{backtrace,windbg}*
+rm -r %{buildroot}%{package_libdir}/cmake/boost_exception-*
+rm -r %{buildroot}%{package_libdir}/cmake/boost_graph_parallel-%{version}
+%endif
+
 %fdupes %{buildroot}%{package_includedir}/boost
 mkdir -p %{buildroot}%{my_docdir}
 %if 0%{?sle_version} >= 120000 && 0%{?sle_version} <= 120200 && 
!0%{?is_opensuse}
 mkdir -p %{buildroot}%{_defaultlicensedir}
 %endif
-
-# not used or duplicated in boost-extra flavour
-rm -r %{buildroot}%{package_libdir}/cmake/boost_stacktrace_{backtrace,windbg}*
-rm -r %{buildroot}%{package_libdir}/cmake/boost_exception-*
-rm -r %{buildroot}%{package_libdir}/cmake/boost_graph_parallel-%{version}
 %else  # ! build_base
 # duplicate from boost-base flavour
 rm %{buildroot}%{package_libdir}/cmake/BoostDetectToolset-%{version}.cmake


Reply via email to