Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package zimg for openSUSE:Factory checked in at 2025-02-13 18:37:41 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/zimg (Old) and /work/SRC/openSUSE:Factory/.zimg.new.8181 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "zimg" Thu Feb 13 18:37:41 2025 rev:40 rq:1245463 version:3.0.5 Changes: -------- --- /work/SRC/openSUSE:Factory/zimg/zimg.changes 2023-07-17 19:22:40.229523349 +0200 +++ /work/SRC/openSUSE:Factory/.zimg.new.8181/zimg.changes 2025-02-13 18:37:49.805143109 +0100 @@ -1,0 +2,7 @@ +Wed Feb 12 11:28:14 UTC 2025 - pgaj...@suse.com + +- added patches + fix https://github.com/sekrit-twc/zimg/issues/214 + + zimg-gcc15.patch + +------------------------------------------------------------------- New: ---- zimg-gcc15.patch BETA DEBUG BEGIN: New: fix https://github.com/sekrit-twc/zimg/issues/214 + zimg-gcc15.patch BETA DEBUG END: ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ zimg.spec ++++++ --- /var/tmp/diff_new_pack.XCqy0F/_old 2025-02-13 18:37:50.413168295 +0100 +++ /var/tmp/diff_new_pack.XCqy0F/_new 2025-02-13 18:37:50.417168461 +0100 @@ -27,6 +27,8 @@ Source0: zimg-%{version}.tar.xz Source99: baselibs.conf Patch0: zimg-s390x-unit-tests.patch +# https://github.com/sekrit-twc/zimg/issues/214 +Patch1: zimg-gcc15.patch BuildRequires: autoconf BuildRequires: automake BuildRequires: cmake ++++++ zimg-gcc15.patch ++++++ Index: zimg-3.0.5/test/extra/googletest/googletest/src/gtest-death-test.cc =================================================================== --- zimg-3.0.5.orig/test/extra/googletest/googletest/src/gtest-death-test.cc +++ zimg-3.0.5/test/extra/googletest/googletest/src/gtest-death-test.cc @@ -46,6 +46,7 @@ # include <errno.h> # include <fcntl.h> # include <limits.h> +# include <stdint.h> # if GTEST_OS_LINUX # include <signal.h>