Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package gnucash for openSUSE:Factory checked in at 2026-01-26 11:02:18 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/gnucash (Old) and /work/SRC/openSUSE:Factory/.gnucash.new.1928 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gnucash" Mon Jan 26 11:02:18 2026 rev:118 rq:1328957 version:5.13 Changes: -------- --- /work/SRC/openSUSE:Factory/gnucash/gnucash.changes 2025-11-27 15:20:17.557770216 +0100 +++ /work/SRC/openSUSE:Factory/.gnucash.new.1928/gnucash.changes 2026-01-26 11:02:20.122002783 +0100 @@ -1,0 +2,5 @@ +Mon Jan 19 14:17:55 UTC 2026 - Josef Melcr <[email protected]> + +- Add gcc16.patch, so that the package builds with GCC 16 + +------------------------------------------------------------------- New: ---- gcc16.patch ----------(New B)---------- New: - Add gcc16.patch, so that the package builds with GCC 16 ----------(New E)---------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gnucash.spec ++++++ --- /var/tmp/diff_new_pack.TphpyU/_old 2026-01-26 11:02:20.950037650 +0100 +++ /var/tmp/diff_new_pack.TphpyU/_new 2026-01-26 11:02:20.954037818 +0100 @@ -1,7 +1,7 @@ # # spec file for package gnucash # -# Copyright (c) 2025 SUSE LLC and contributors +# Copyright (c) 2026 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 @@ -51,6 +51,7 @@ Patch3: gnucash-boost-1.89.patch # PATCH-FIX-UPSTREAM gh#gnucash/gnucash#2152 -- test-userdata-dir-invalid-home: Unset XDG_DATA_HOME Patch4: gnucash-fix-test-userdata-dir-invalid-home.patch +Patch5: gcc16.patch BuildRequires: cmake >= 3.14 BuildRequires: doxygen ++++++ gcc16.patch ++++++ Index: gnucash-5.13/gnucash/gnome/dialog-sx-since-last-run.c =================================================================== --- gnucash-5.13.orig/gnucash/gnome/dialog-sx-since-last-run.c +++ gnucash-5.13/gnucash/gnome/dialog-sx-since-last-run.c @@ -808,11 +808,10 @@ gsslrtma_removing_cb (GncSxInstanceModel GtkTreePath *model_path; GtkTreeIter tree_iter; GList *iter; - int index = 0; GncSxInstances *instances; // get index, create path, remove - for (iter = gnc_sx_instance_model_get_sx_instances_list (inst_model); iter != NULL; iter = iter->next, index++) + for (iter = gnc_sx_instance_model_get_sx_instances_list (inst_model); iter != NULL; iter = iter->next) { instances = (GncSxInstances*)iter->data; if (instances->sx == to_remove_sx)
