Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package galera-4 for openSUSE:Factory 
checked in at 2025-09-23 16:05:57
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/galera-4 (Old)
 and      /work/SRC/openSUSE:Factory/.galera-4.new.27445 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "galera-4"

Tue Sep 23 16:05:57 2025 rev:14 rq:1306455 version:26.4.22

Changes:
--------
--- /work/SRC/openSUSE:Factory/galera-4/galera-4.changes        2025-06-11 
16:20:28.701336567 +0200
+++ /work/SRC/openSUSE:Factory/.galera-4.new.27445/galera-4.changes     
2025-09-23 16:06:09.184774328 +0200
@@ -1,0 +2,6 @@
+Sat Sep 20 11:45:20 UTC 2025 - Arjen de Korte <[email protected]>
+
+- libboost_system was removed upstream, fixes boo#1249900
+  * Patch galera-boost.patch
+
+-------------------------------------------------------------------

New:
----
  galera-boost.patch

----------(New B)----------
  New:- libboost_system was removed upstream, fixes boo#1249900
  * Patch galera-boost.patch
----------(New E)----------

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

Other differences:
------------------
++++++ galera-4.spec ++++++
--- /var/tmp/diff_new_pack.At99CK/_old  2025-09-23 16:06:10.164815382 +0200
+++ /var/tmp/diff_new_pack.At99CK/_new  2025-09-23 16:06:10.164815382 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package galera-4
 #
-# Copyright (c) 2025 SUSE LLC
+# Copyright (c) 2025 SUSE LLC and contributors
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -34,6 +34,9 @@
 Source:         galera-%{version}.tar.xz
 Source2:        garb-user.conf
 Patch0:         galera-3-25.3.10_fix_startup_scripts.patch
+%if 0%{?suse_version} >= 1600
+Patch1:         galera-boost.patch
+%endif
 Patch2:         fix-cmake-install.patch
 BuildRequires:  boost-devel
 BuildRequires:  check-devel
@@ -50,8 +53,10 @@
 %if 0%{?suse_version} >= 1500
 BuildRequires:  libboost_filesystem-devel
 BuildRequires:  libboost_program_options-devel
+%if 0%{?suse_version} < 1600
 BuildRequires:  libboost_system-devel
 %endif
+%endif
 BuildRequires:  cmake
 # for fileownership of galeradir
 %if %{with split_package}

++++++ galera-boost.patch ++++++
diff -purN a/cmake/boost.cmake b/cmake/boost.cmake
--- a/cmake/boost.cmake 2025-03-27 19:26:19.000000000 +0100
+++ b/cmake/boost.cmake 2025-09-20 13:29:49.802302973 +0200
@@ -4,7 +4,7 @@
 
 set(Boost_USE_MULTITHREAD ON)
 set(Boost_USE_STATIC_LIBS ${GALERA_STATIC})
-find_package(Boost 1.41 COMPONENTS filesystem program_options system)
+find_package(Boost 1.41 COMPONENTS filesystem program_options)
 if (NOT Boost_FOUND)
   if (Boost_USE_STATIC_LIBS)
     message(ERROR

Reply via email to