Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package gnucash for openSUSE:Factory checked in at 2025-09-25 18:46:03 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/gnucash (Old) and /work/SRC/openSUSE:Factory/.gnucash.new.11973 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gnucash" Thu Sep 25 18:46:03 2025 rev:115 rq:1307127 version:5.12 Changes: -------- --- /work/SRC/openSUSE:Factory/gnucash/gnucash.changes 2025-07-27 16:28:38.219616113 +0200 +++ /work/SRC/openSUSE:Factory/.gnucash.new.11973/gnucash.changes 2025-09-25 18:48:21.061844877 +0200 @@ -1,0 +2,6 @@ +Thu Sep 25 10:00:33 UTC 2025 - Dominique Leuenberger <[email protected]> + +- Add gnucash-boost-1.89.patch: Fix build against boost 1.89 +- Drop libboost_system-devel-impl: no longer existing (boo#1250512) + +------------------------------------------------------------------- New: ---- gnucash-boost-1.89.patch ----------(New B)---------- New: - Add gnucash-boost-1.89.patch: Fix build against boost 1.89 - Drop libboost_system-devel-impl: no longer existing (boo#1250512) ----------(New E)---------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gnucash.spec ++++++ --- /var/tmp/diff_new_pack.wf8gAg/_old 2025-09-25 18:48:21.821876689 +0200 +++ /var/tmp/diff_new_pack.wf8gAg/_new 2025-09-25 18:48:21.821876689 +0200 @@ -1,7 +1,7 @@ # # spec file for package gnucash # -# 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 @@ -48,6 +48,7 @@ # PATCH-FIX-UPSTREAM gnucash-libm.patch gh#gnucash/gnucash#632 [email protected] -- Link libm: gnucash uses e.g. log10 without explicitly requesting libm Patch1: gnucash-libm.patch Patch2: gnucash-4.1-fix-gtest-path.patch +Patch3: gnucash-boost-1.89.patch BuildRequires: cmake >= 3.14 BuildRequires: doxygen @@ -66,7 +67,6 @@ BuildRequires: libboost_locale-devel-impl >= 1.67.0 BuildRequires: libboost_program_options-devel-impl >= 1.67.0 BuildRequires: libboost_regex-devel-impl >= 1.67.0 -BuildRequires: libboost_system-devel-impl >= 1.67.0 BuildRequires: libdbi-drivers-dbd-sqlite3 BuildRequires: libicu-devel BuildRequires: makeinfo ++++++ gnucash-boost-1.89.patch ++++++ Index: gnucash-5.12/CMakeLists.txt =================================================================== --- gnucash-5.12.orig/CMakeLists.txt +++ gnucash-5.12/CMakeLists.txt @@ -576,7 +576,7 @@ set (Boost_FIND_QUIETLY ON) if (NOT DEFINED ${BOOST_ROOT}) set(BOOST_ROOT $ENV{BOOST_ROOT}) endif() -find_package (Boost 1.67.0 COMPONENTS date_time filesystem locale program_options regex system) +find_package (Boost 1.67.0 COMPONENTS date_time filesystem locale program_options regex) if (Boost_FOUND) include_directories(${Boost_INCLUDE_DIRS})
