Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package catimg for openSUSE:Factory checked in at 2025-06-10 09:07:41 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/catimg (Old) and /work/SRC/openSUSE:Factory/.catimg.new.19631 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "catimg" Tue Jun 10 09:07:41 2025 rev:3 rq:1284158 version:2.7.0 Changes: -------- --- /work/SRC/openSUSE:Factory/catimg/catimg.changes 2025-03-24 13:30:38.203787756 +0100 +++ /work/SRC/openSUSE:Factory/.catimg.new.19631/catimg.changes 2025-06-10 09:10:07.627444203 +0200 @@ -1,0 +2,7 @@ +Mon Jun 9 09:22:55 UTC 2025 - pgaj...@suse.com + +- added patches + fix build with gcc15 + + catimg-gcc15.patch + +------------------------------------------------------------------- New: ---- catimg-gcc15.patch BETA DEBUG BEGIN: New: fix build with gcc15 + catimg-gcc15.patch BETA DEBUG END: ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ catimg.spec ++++++ --- /var/tmp/diff_new_pack.AmwvrE/_old 2025-06-10 09:10:08.255470173 +0200 +++ /var/tmp/diff_new_pack.AmwvrE/_new 2025-06-10 09:10:08.255470173 +0200 @@ -24,6 +24,8 @@ Group: Productivity/Graphics/Viewers URL: http://posva.net/shell/retro/bash/2013/05/27/catimg Source: https://github.com/posva/catimg/archive/refs/tags/%{version}.tar.gz +# fix build with gcc15 +Patch0: catimg-gcc15.patch BuildRequires: cmake >= 3.5 BuildRequires: gcc BuildRequires: gcc-c++ @@ -41,7 +43,7 @@ The official zsh completion script for catimg. %prep -%setup -q -n %{name}-%{version} +%autosetup -p1 -n %{name}-%{version} %build %cmake -DCMAKE_POLICY_VERSION_MINIMUM=3.5 ++++++ catimg-gcc15.patch ++++++ Index: catimg-2.7.0/src/catimg.c =================================================================== --- catimg-2.7.0.orig/src/catimg.c +++ catimg-2.7.0/src/catimg.c @@ -34,7 +34,7 @@ extern int optreset; volatile int loops = -1, loop = -1; volatile char stop = 0; -void intHandler() { +void intHandler(int) { loops = loop; stop = 1; }