Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package xsane for openSUSE:Factory checked in at 2025-02-17 20:58:54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/xsane (Old) and /work/SRC/openSUSE:Factory/.xsane.new.8181 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "xsane" Mon Feb 17 20:58:54 2025 rev:33 rq:1246493 version:0.999 Changes: -------- --- /work/SRC/openSUSE:Factory/xsane/xsane.changes 2025-01-24 13:40:51.855796927 +0100 +++ /work/SRC/openSUSE:Factory/.xsane.new.8181/xsane.changes 2025-02-17 20:59:14.472268331 +0100 @@ -1,0 +2,7 @@ +Thu Feb 13 12:01:25 UTC 2025 - pgaj...@suse.com + +- fix build with gcc 15 +- added patches + + 909-gcc15.patch + +------------------------------------------------------------------- New: ---- 909-gcc15.patch BETA DEBUG BEGIN: New:- added patches + 909-gcc15.patch BETA DEBUG END: ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ xsane.spec ++++++ --- /var/tmp/diff_new_pack.dVsAe9/_old 2025-02-17 20:59:15.272301692 +0100 +++ /var/tmp/diff_new_pack.dVsAe9/_new 2025-02-17 20:59:15.276301859 +0100 @@ -49,6 +49,7 @@ Patch19: 908-no-file-selected.patch Patch20: 0010-fix_missing_sane-config.patch Patch21: 0005-m4.patch +Patch22: 909-gcc15.patch BuildRequires: autoconf BuildRequires: automake BuildRequires: fdupes ++++++ 909-gcc15.patch ++++++ --- a/src/xsane-gamma.c 2010-11-16 21:25:38.000000000 +0100 +++ b/src/xsane-gamma.c 2025-02-13 12:48:00.990166582 +0100 @@ -553,7 +553,7 @@ void xsane_update_sliders() /* ---------------------------------------------------------------------------------------------------------------------- */ -static gint xsane_batch_scan_gamma_event() +static gint xsane_batch_scan_gamma_event(void * unused) { DBG(DBG_proc, "xsane_batch_scan_gamma_event\n"); @@ -567,7 +567,7 @@ static gint xsane_batch_scan_gamma_event /* ---------------------------------------------------------------------------------------------------------------------- */ -static gint xsane_slider_hold_event() +static gint xsane_slider_hold_event(void * unused) { DBG(DBG_proc, "xsane_slider_hold_event\n"); --- a/src/xsane-save.h 2007-03-03 01:08:32.000000000 +0100 +++ b/src/xsane-save.h 2025-02-13 12:49:51.202528853 +0100 @@ -50,7 +50,7 @@ struct pdf_xref extern int xsane_create_secure_file(const char *filename); -extern void xsane_cancel_save(); +extern void xsane_cancel_save(int *cancel_save); extern void xsane_convert_text_to_filename(char **filename); extern int xsane_get_filesize(char *filename); extern void xsane_ensure_counter_in_filename(char **filename, int counter_len);