Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package xv for openSUSE:Factory:NonFree checked in at 2024-08-28 21:28:52 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory:NonFree/xv (Old) and /work/SRC/openSUSE:Factory:NonFree/.xv.new.2698 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "xv" Wed Aug 28 21:28:52 2024 rev:26 rq:1196449 version:6.0.0 Changes: -------- --- /work/SRC/openSUSE:Factory:NonFree/xv/xv.changes 2024-08-14 14:13:17.400627047 +0200 +++ /work/SRC/openSUSE:Factory:NonFree/.xv.new.2698/xv.changes 2024-08-28 21:28:53.412262277 +0200 @@ -1,0 +2,5 @@ +Wed Aug 28 10:50:48 UTC 2024 - Dr. Werner Fink <[email protected]> + +- Add patch xv-3.10a-gcc14.patch to make it build again + +------------------------------------------------------------------- New: ---- xv-3.10a-gcc14.patch BETA DEBUG BEGIN: New: - Add patch xv-3.10a-gcc14.patch to make it build again BETA DEBUG END: ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ xv.spec ++++++ --- /var/tmp/diff_new_pack.nbC6D8/_old 2024-08-28 21:28:54.192294761 +0200 +++ /var/tmp/diff_new_pack.nbC6D8/_new 2024-08-28 21:28:54.192294761 +0200 @@ -35,6 +35,7 @@ Source4: xv.png Source5: xv-tests.tar.bz2 Patch0: xv-3.10a.dif +Patch1: xv-3.10a-gcc14.patch Patch3: xv-3.10a-overflow.dif BuildRequires: cmake BuildRequires: dos2unix @@ -86,6 +87,7 @@ %prep %setup -n xv-3.10a-js-%{version} %patch -P3 -b .ovf +%patch -P1 %patch -P0 -b .p0 %build ++++++ xv-3.10a-gcc14.patch ++++++ --- src/xvgrab.c | 1 + 1 file changed, 1 insertion(+) --- src/xvgrab.c +++ src/xvgrab.c 2024-08-28 10:30:56.496560542 +0000 @@ -9,6 +9,7 @@ * */ +#include <sched.h> #include "copyright.h" #define NEEDSTIME
