Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package wesnoth for openSUSE:Factory checked 
in at 2025-10-02 19:22:00
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/wesnoth (Old)
 and      /work/SRC/openSUSE:Factory/.wesnoth.new.11973 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "wesnoth"

Thu Oct  2 19:22:00 2025 rev:48 rq:1308592 version:1.18.5

Changes:
--------
--- /work/SRC/openSUSE:Factory/wesnoth/wesnoth.changes  2025-06-17 
18:21:05.999506255 +0200
+++ /work/SRC/openSUSE:Factory/.wesnoth.new.11973/wesnoth.changes       
2025-10-02 19:23:08.281832619 +0200
@@ -1,0 +2,7 @@
+Thu Oct  2 10:32:20 UTC 2025 - Ana Guerrero <[email protected]>
+
+- Remove BuildRequires on libboost_system-devel,
+  removed on boost 1.89 (bsc#1249599)
+  * Patch boost.patch
+
+-------------------------------------------------------------------

New:
----
  boost.patch

----------(New B)----------
  New:  removed on boost 1.89 (bsc#1249599)
  * Patch boost.patch
----------(New E)----------

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

Other differences:
------------------
++++++ wesnoth.spec ++++++
--- /var/tmp/diff_new_pack.CtpWWr/_old  2025-10-02 19:23:11.809980210 +0200
+++ /var/tmp/diff_new_pack.CtpWWr/_new  2025-10-02 19:23:11.825980879 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package wesnoth
 #
-# 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
@@ -28,6 +28,7 @@
 Source:         http://files.wesnoth.org/%{name}-%{version}.tar.bz2
 # PATCH-FIX-OPENSUSE wesnoth-cmake-fix-find-readline.patch - cmake 3.20 (used 
on leap) can't find readline via pkg_check_modules
 Patch0:         wesnoth-cmake-fix-find-readline.patch
+Patch1:         boost.patch
 BuildRequires:  cmake >= 3.14
 BuildRequires:  dejavu
 BuildRequires:  fdupes
@@ -60,7 +61,6 @@
 BuildRequires:  libboost_program_options-devel >= %{boost_min_version}
 BuildRequires:  libboost_random-devel >= %{boost_min_version}
 BuildRequires:  libboost_regex-devel >= %{boost_min_version}
-BuildRequires:  libboost_system-devel >= %{boost_min_version}
 BuildRequires:  libboost_thread-devel >= %{boost_min_version}
 %endif
 BuildRequires:  libopenssl-3-devel
@@ -132,6 +132,7 @@
 
 %prep
 %setup -q
+%patch -P 1 -p1
 %if 0%{?sle_version} >= 150500 && 0%{?sle_version} < 160000 && 0%{?is_opensuse}
 %patch -P 0 -p1
 %endif

++++++ boost.patch ++++++
diff -Nrua wesnoth-1.18.5.orig/CMakeLists.txt wesnoth-1.18.5/CMakeLists.txt
--- wesnoth-1.18.5.orig/CMakeLists.txt
+++ wesnoth-1.18.5/CMakeLists.txt
@@ -93,7 +93,7 @@
        find_library(SECURITY_LIBRARY Security REQUIRED)
 endif()
 
-find_package(Boost ${BOOST_VERSION} REQUIRED COMPONENTS iostreams 
program_options regex system thread random coroutine locale filesystem graph)
+find_package(Boost ${BOOST_VERSION} REQUIRED COMPONENTS iostreams 
program_options regex thread random coroutine locale filesystem graph)
 find_package(ICU REQUIRED COMPONENTS data i18n uc)
 
 # no, gettext executables are not required when NLS is deactivated
diff -Nrua wesnoth-1.18.5.orig/src/CMakeLists.txt 
wesnoth-1.18.5/src/CMakeLists.txt
--- wesnoth-1.18.5.orig/src/CMakeLists.txt
+++ wesnoth-1.18.5/src/CMakeLists.txt
@@ -248,7 +248,6 @@
                Boost::iostreams
                Boost::program_options
                Boost::regex
-               Boost::system
                Boost::random
                Boost::coroutine
                Boost::locale
@@ -295,7 +294,6 @@
                Boost::iostreams
                Boost::program_options
                Boost::regex
-               Boost::system
                Boost::random
                Boost::coroutine
                Boost::locale
@@ -344,7 +342,6 @@
                Boost::iostreams
                Boost::program_options
                Boost::regex
-               Boost::system
                Boost::random
                Boost::coroutine
                Boost::locale
@@ -385,7 +382,6 @@
                Boost::iostreams
                Boost::program_options
                Boost::regex
-               Boost::system
                Boost::random
                Boost::coroutine
                Boost::locale

Reply via email to