Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package boost-defaults for openSUSE:Factory 
checked in at 2025-02-26 17:14:00
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/boost-defaults (Old)
 and      /work/SRC/openSUSE:Factory/.boost-defaults.new.1873 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "boost-defaults"

Wed Feb 26 17:14:00 2025 rev:20 rq:1248629 version:1.87.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/boost-defaults/boost-defaults.changes    
2024-09-22 11:05:54.636330670 +0200
+++ /work/SRC/openSUSE:Factory/.boost-defaults.new.1873/boost-defaults.changes  
2025-02-26 17:14:17.344577178 +0100
@@ -1,0 +2,10 @@
+Wed Feb 26 09:47:48 CET 2025 - aschn...@suse.com
+
+- remove MPI packages on 32 bit systems
+
+-------------------------------------------------------------------
+Wed Dec 11 12:03:20 CET 2024 - aschn...@suse.com
+
+- Update for Boost 1.87.0
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ boost-defaults.spec ++++++
--- /var/tmp/diff_new_pack.teuFCD/_old  2025-02-26 17:14:18.088608329 +0100
+++ /var/tmp/diff_new_pack.teuFCD/_new  2025-02-26 17:14:18.092608496 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package boost-defaults
 #
-# Copyright (c) 2024 SUSE LLC
+# Copyright (c) 2025 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,16 +16,20 @@
 #
 
 
-%define boost_version 1_86_0
+%define boost_version 1_87_0
 Name:           boost-defaults
-Version:        1.86.0
+Version:        1.87.0
 Release:        0
 Summary:        Default Boost C++ Libraries
 License:        MIT
 Group:          Development/Libraries/C and C++
 URL:            https://www.boost.org
 Source1:        README
-BuildArch:      noarch
+
+%ifnarch %{arm} %ix86
+# OpenMPI 5 has no support for 32bit architectures
+%bcond_without mpi
+%endif
 
 %description
 Boost provides free peer-reviewed portable C++ source libraries. The
@@ -211,6 +215,8 @@
 
 This package installs the default Boost version of the library.
 
+%if %{with mpi}
+
 %package     -n libboost_mpi-devel
 Summary:        Development headers for Boost.MPI library
 Group:          Development/Libraries/C and C++
@@ -242,6 +248,8 @@
 
 This package installs the default Boost version of the library.
 
+%endif
+
 %package     -n libboost_nowide-devel
 Summary:        Development library for Boost.Nowide
 Group:          Development/Libraries/C and C++
@@ -252,6 +260,8 @@
 
 This package installs the default Boost version of the library.
 
+%if %{with mpi}
+
 %package     -n python3-boost_parallel_mpi
 Summary:        Python 3.x bindings for Boost.Parallel.MPI library
 Group:          Development/Languages/Python
@@ -262,6 +272,8 @@
 
 This package installs the default Boost version of the library.
 
+%endif
+
 %package     -n libboost_test-devel
 Summary:        Development headers for Boost.Test library
 Group:          Development/Libraries/C and C++
@@ -493,6 +505,8 @@
 %files -n libboost_math-devel
 %doc README
 
+%if %{with mpi}
+
 %files -n libboost_mpi-devel
 %doc README
 
@@ -502,12 +516,18 @@
 %files -n libboost_mpi_python3-devel
 %doc README
 
+%endif
+
 %files -n libboost_nowide-devel
 %doc README
 
+%if %{with mpi}
+
 %files -n python3-boost_parallel_mpi
 %doc README
 
+%endif
+
 %files -n libboost_test-devel
 %doc README
 

Reply via email to