Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package xfishtank for openSUSE:Factory checked in at 2025-02-14 19:20:23 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/xfishtank (Old) and /work/SRC/openSUSE:Factory/.xfishtank.new.8181 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "xfishtank" Fri Feb 14 19:20:23 2025 rev:21 rq:1245731 version:2.6 Changes: -------- --- /work/SRC/openSUSE:Factory/xfishtank/xfishtank.changes 2021-12-07 00:01:34.264099938 +0100 +++ /work/SRC/openSUSE:Factory/.xfishtank.new.8181/xfishtank.changes 2025-02-14 19:20:30.477727897 +0100 @@ -1,0 +2,7 @@ +Thu Feb 13 14:49:26 UTC 2025 - [email protected] + +- fix build with gcc 15 +- added patches + + xfishtank-gcc15.patch + +------------------------------------------------------------------- New: ---- xfishtank-gcc15.patch BETA DEBUG BEGIN: New:- added patches + xfishtank-gcc15.patch BETA DEBUG END: ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ xfishtank.spec ++++++ --- /var/tmp/diff_new_pack.4s94xZ/_old 2025-02-14 19:20:31.973789829 +0100 +++ /var/tmp/diff_new_pack.4s94xZ/_new 2025-02-14 19:20:31.985790326 +0100 @@ -1,7 +1,7 @@ # # spec file for package xfishtank # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2025 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -24,6 +24,7 @@ Group: Amusements/Toys/Background URL: https://jim.rees.org/computers/xfishtank.html Source: %{name}-%{version}.tar.xz +Patch0: xfishtank-gcc15.patch BuildRequires: imake BuildRequires: pkgconfig BuildRequires: pkgconfig(imlib2) ++++++ xfishtank-gcc15.patch ++++++ --- medcut.h 2020-09-21 02:47:56.000000000 +0200 +++ medcut.h 2025-02-13 15:43:04.506902072 +0100 @@ -4,6 +4,6 @@ struct colr_data { }; extern void MedianInit(); -extern void MedianCount(); -extern void MedianSplit(); -extern void ConvertColor(); +extern void MedianCount(unsigned char *data, int w, int h, struct colr_data *colrs); +extern void MedianSplit(int end_cnt); +extern void ConvertColor(int *rp, int *gp, int *bp); --- xfish.c 2020-09-21 02:47:56.000000000 +0200 +++ xfish.c 2025-02-13 15:45:06.248674767 +0100 @@ -175,7 +175,6 @@ char **argv; const char *display = getenv("DISPLAY"); extern int optind; extern char *optarg; - extern double atof(); pname = argv[0]; if (display != NULL) @@ -1300,7 +1299,7 @@ int #else void #endif -toggle_secure() +toggle_secure(int) { pmode = !pmode; if (pmode)
