Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package boost for openSUSE:Factory checked in at 2021-05-01 00:46:02 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/boost (Old) and /work/SRC/openSUSE:Factory/.boost.new.1947 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "boost" Sat May 1 00:46:02 2021 rev:147 rq:889184 version:1.76.0 Changes: -------- --- /work/SRC/openSUSE:Factory/boost/boost.changes 2021-04-26 16:38:25.985961861 +0200 +++ /work/SRC/openSUSE:Factory/.boost.new.1947/boost.changes 2021-05-01 00:46:03.847621619 +0200 @@ -1,0 +2,6 @@ +Wed Apr 28 09:10:23 UTC 2021 - Michel Normand <norm...@linux.vnet.ibm.com> + +- Remove libboost_math_c99l.so* libboost_math_tr1l.so* in spec file + for PowerPC compiled w/ BOOST_MATH_NO_LONG_DOUBLE_MATH_FUNCTIONS + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ boost.spec ++++++ --- /var/tmp/diff_new_pack.B6XJQh/_old 2021-05-01 00:46:05.115615970 +0200 +++ /var/tmp/diff_new_pack.B6XJQh/_new 2021-05-01 00:46:05.119615953 +0200 @@ -1,5 +1,5 @@ # -# spec file for package boost +# spec file for package %{base_name} # # Copyright (c) 2021 SUSE LLC # @@ -389,6 +389,7 @@ Requires: libboost_python-py3-%{library_version}-devel %endif %endif + %description -n %{package_name}-devel This package contains all that is needed to develop/compile applications that use the Boost C++ libraries. For documentation see @@ -834,8 +835,8 @@ Requires: libboost_mpi_python-py3-%{library_version} = %{version} Requires: libboost_python-py3-%{library_version} = %{version} Conflicts: boost-devel < 1.63 -Conflicts: libboost_mpi_python3-devel-impl Conflicts: libboost_mpi_python-py3-1_66_0-devel +Conflicts: libboost_mpi_python3-devel-impl Provides: libboost_mpi_python3-devel-impl = %{version} %description -n libboost_mpi_python-py3-%{library_version}-devel @@ -912,8 +913,8 @@ Requires: libboost_headers%{library_version}-devel = %{version} Requires: libboost_python-py3-%{library_version} = %{version} Conflicts: boost-devel < 1.63 -Conflicts: libboost_python3-devel-impl Conflicts: libboost_python-py3-1_66_0-devel +Conflicts: libboost_python3-devel-impl Provides: libboost_python3-devel-impl = %{version} %description -n libboost_python-py3-%{library_version}-devel @@ -935,8 +936,8 @@ Requires: libboost_headers%{library_version}-devel = %{version} Requires: libboost_numpy-py3-%{library_version} = %{version} Conflicts: boost-devel < 1.63 -Conflicts: libboost_numpy3-devel-impl Conflicts: libboost_numpy-py3-1_66_0-devel +Conflicts: libboost_numpy3-devel-impl Provides: libboost_numpy3-devel-impl = %{version} %description -n libboost_numpy-py3-%{library_version}-devel @@ -1815,11 +1816,13 @@ %files -n libboost_math%{library_version} %{package_libdir}/libboost_math_c99f.so.%{version} -%{package_libdir}/libboost_math_c99l.so.%{version} %{package_libdir}/libboost_math_c99.so.%{version} %{package_libdir}/libboost_math_tr1f.so.%{version} -%{package_libdir}/libboost_math_tr1l.so.%{version} %{package_libdir}/libboost_math_tr1.so.%{version} +%ifnarch ppc64 ppc64le +%{package_libdir}/libboost_math_c99l.so.%{version} +%{package_libdir}/libboost_math_tr1l.so.%{version} +%endif %files -n libboost_math%{library_version}-devel %dir %{package_libdir}/cmake/boost_math_c99*-%{version} @@ -1827,11 +1830,13 @@ %{package_libdir}/cmake/boost_math_c99*-%{version}/* %{package_libdir}/cmake/boost_math_tr1*-%{version}/* %{package_libdir}/libboost_math_c99f.so -%{package_libdir}/libboost_math_c99l.so %{package_libdir}/libboost_math_c99.so %{package_libdir}/libboost_math_tr1f.so -%{package_libdir}/libboost_math_tr1l.so %{package_libdir}/libboost_math_tr1.so +%ifnarch ppc64 ppc64le +%{package_libdir}/libboost_math_c99l.so +%{package_libdir}/libboost_math_tr1l.so +%endif %files -n libboost_nowide%{library_version} %{package_libdir}/libboost_nowide.so.%{version}