Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package dcraw for openSUSE:Factory checked in at 2024-03-03 20:18:13 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/dcraw (Old) and /work/SRC/openSUSE:Factory/.dcraw.new.1770 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "dcraw" Sun Mar 3 20:18:13 2024 rev:42 rq:1154230 version:9.28.0 Changes: -------- --- /work/SRC/openSUSE:Factory/dcraw/dcraw.changes 2024-02-23 16:40:56.369789094 +0100 +++ /work/SRC/openSUSE:Factory/.dcraw.new.1770/dcraw.changes 2024-03-03 20:18:19.143654921 +0100 @@ -1,0 +2,5 @@ +Fri Mar 1 20:52:46 UTC 2024 - Michal Jireš <michal.ji...@suse.com> + +- Add fix_gcc14_errors.patch (bsc#1220467) + +------------------------------------------------------------------- New: ---- fix_gcc14_errors.patch BETA DEBUG BEGIN: New: - Add fix_gcc14_errors.patch (bsc#1220467) BETA DEBUG END: ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ dcraw.spec ++++++ --- /var/tmp/diff_new_pack.n7HCOI/_old 2024-03-03 20:18:19.823679522 +0100 +++ /var/tmp/diff_new_pack.n7HCOI/_new 2024-03-03 20:18:19.823679522 +0100 @@ -48,6 +48,7 @@ Patch5: iowrappers.patch Patch6: dcraw-CVE-2021-3624.patch Patch7: dcraw-glibc-2.38.patch +Patch8: fix_gcc14_errors.patch BuildRequires: gettext-runtime BuildRequires: libjasper-devel BuildRequires: libjpeg-devel @@ -70,6 +71,7 @@ %patch -P 5 -p1 %patch -P 6 -p1 %patch -P 7 -p1 +%patch -P 8 -p1 %build export CFLAGS="%{optflags} -fno-strict-aliasing -fstack-protector-all" ++++++ fix_gcc14_errors.patch ++++++ Index: dcraw/fuji_green.c =================================================================== --- dcraw.orig/fuji_green.c +++ dcraw/fuji_green.c @@ -5,6 +5,7 @@ $Date: 2006/03/01 01:46:47 $ */ +#define _XOPEN_SOURCE #include <ctype.h> #include <math.h> #include <setjmp.h> Index: dcraw/fujiturn.c =================================================================== --- dcraw.orig/fujiturn.c +++ dcraw/fujiturn.c @@ -15,6 +15,7 @@ #include <stdio.h> #include <stdlib.h> #include <fcntl.h> +#include <arpa/inet.h> #ifdef _16BIT typedef unsigned short value;