Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package cpio for openSUSE:Factory checked in at 2024-04-07 22:04:31 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/cpio (Old) and /work/SRC/openSUSE:Factory/.cpio.new.1905 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "cpio" Sun Apr 7 22:04:31 2024 rev:68 rq:1165686 version:2.15 Changes: -------- --- /work/SRC/openSUSE:Factory/cpio/cpio.changes 2024-02-28 19:44:25.639953245 +0100 +++ /work/SRC/openSUSE:Factory/.cpio.new.1905/cpio.changes 2024-04-07 22:04:32.751394019 +0200 @@ -1,0 +2,6 @@ +Fri Apr 5 11:02:45 UTC 2024 - Danilo Spinella <danilo.spine...@suse.com> + +- Fix build with gcc14, bsc#1221712 + * fix-gcc14.patch + +------------------------------------------------------------------- New: ---- fix-gcc14.patch BETA DEBUG BEGIN: New:- Fix build with gcc14, bsc#1221712 * fix-gcc14.patch BETA DEBUG END: ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ cpio.spec ++++++ --- /var/tmp/diff_new_pack.JiGEgG/_old 2024-04-07 22:04:34.919473418 +0200 +++ /var/tmp/diff_new_pack.JiGEgG/_new 2024-04-07 22:04:34.919473418 +0200 @@ -41,6 +41,7 @@ Patch21: cpio-pattern-file-sigsegv.patch Patch23: paxutils-rtapelib_mtget.patch Patch25: cpio-fix_truncation_check.patch +Patch26: fix-gcc14.patch BuildRequires: autoconf >= 2.71 BuildRequires: automake #Requires(post): %{xinstall_info_prereq} ++++++ fix-gcc14.patch ++++++ Index: cpio-2.15/src/util.c =================================================================== --- cpio-2.15.orig/src/util.c +++ cpio-2.15/src/util.c @@ -47,6 +47,9 @@ extern int errno; #endif +int tape_eof( int tape_des); +int tape_eod( int tape_des); + /* Write `output_size' bytes of `output_buffer' to file descriptor OUT_DES and reset `output_size' and `out_buff'. */