Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package gummi for openSUSE:Factory checked in at 2025-03-06 14:48:46 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/gummi (Old) and /work/SRC/openSUSE:Factory/.gummi.new.19136 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gummi" Thu Mar 6 14:48:46 2025 rev:6 rq:1250457 version:0.8.3 Changes: -------- --- /work/SRC/openSUSE:Factory/gummi/gummi.changes 2025-02-23 16:26:48.150839843 +0100 +++ /work/SRC/openSUSE:Factory/.gummi.new.19136/gummi.changes 2025-03-06 14:49:24.283140549 +0100 @@ -1,0 +2,7 @@ +Wed Mar 5 14:26:42 UTC 2025 - [email protected] + +- added patches + fix build with gcc15 + + gummi-gcc15.patch (gh#alexandervdm/gummi#197) + +------------------------------------------------------------------- New: ---- gummi-gcc15.patch BETA DEBUG BEGIN: New: fix build with gcc15 + gummi-gcc15.patch (gh#alexandervdm/gummi#197) BETA DEBUG END: ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gummi.spec ++++++ --- /var/tmp/diff_new_pack.mA3BC6/_old 2025-03-06 14:49:26.119217547 +0100 +++ /var/tmp/diff_new_pack.mA3BC6/_new 2025-03-06 14:49:26.143218553 +0100 @@ -24,6 +24,8 @@ Group: Productivity/Publishing/TeX/Frontends URL: https://github.com/alexandervdm/gummi Source0: https://github.com/alexandervdm/gummi/releases/download/%{version}/%{name}-%{version}.tar.gz +# https://github.com/alexandervdm/gummi/issues/197 +Patch0: gummi-gcc15.patch BuildRequires: desktop-file-utils BuildRequires: fdupes BuildRequires: intltool @@ -44,7 +46,7 @@ %lang_package %prep -%autosetup +%autosetup -p1 %build %configure ++++++ gummi-gcc15.patch ++++++ --- gummi-0.8.3/src/configfile.c 2025-03-05 15:21:06.991600345 +0100 +++ gummi-0.8.3/src/configfile.c 2025-03-05 15:11:57.772209585 +0100 @@ -117,7 +117,7 @@ void config_init () { else { slog (L_ERROR, "%s\n", error->message); } - config_load_defaults (key_file); + config_load_defaults (); } // replace old welcome texts if still active: --- gummi-0.8.3/src/template.h 2025-03-05 15:21:06.992644434 +0100 +++ gummi-0.8.3/src/template.h 2025-03-05 15:14:24.827598607 +0100 @@ -52,7 +52,7 @@ typedef struct _Template { GuTemplate* template_init (GtkBuilder* builder); -void template_setup (); +void template_setup (GuTemplate* t); void template_add_new_entry (GuTemplate* t); void template_remove_entry (GuTemplate* t); void template_create_file (GuTemplate* t, gchar* filename, gchar* text);
