Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package cpio for openSUSE:Factory checked in at 2026-09-02 16:58:09 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/cpio (Old) and /work/SRC/openSUSE:Factory/.cpio.new.1265 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "cpio" Wed Sep 2 16:58:09 2026 rev:74 rq:1374865 version:2.15 Changes: -------- --- /work/SRC/openSUSE:Factory/cpio/cpio.changes 2026-08-27 18:48:41.975984622 +0200 +++ /work/SRC/openSUSE:Factory/.cpio.new.1265/cpio.changes 2026-09-02 16:58:13.052913003 +0200 @@ -1,0 +2,6 @@ +Sun Aug 30 03:47:05 UTC 2026 - Bernhard Wiedemann <[email protected]> + +- Adjust doc mtime for reproducible cpio.info (boo#1047218) +- Change cpio-use_new_ascii_format.patch to get the doc change into the package + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ cpio.spec ++++++ --- /var/tmp/diff_new_pack.To9EuR/_old 2026-09-02 16:58:14.845975337 +0200 +++ /var/tmp/diff_new_pack.To9EuR/_new 2026-09-02 16:58:14.849975476 +0200 @@ -87,6 +87,9 @@ %build gettextize -f --no-changelog autoreconf -fiv +# doc/cpio.texi is patched, so its mtime is the build date - keep automake from +# stamping that into doc/version.texi and thus into the installed cpio.info +touch doc/stamp-vti doc/version.texi export CFLAGS="%{optflags} -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -fcommon -std=gnu11" %configure \ --with-rmt="%{_bindir}/rmt" \ ++++++ cpio-use_new_ascii_format.patch ++++++ --- /var/tmp/diff_new_pack.To9EuR/_old 2026-09-02 16:58:15.061982846 +0200 +++ /var/tmp/diff_new_pack.To9EuR/_new 2026-09-02 16:58:15.074983298 +0200 @@ -1,52 +1,52 @@ -Index: b/doc/cpio.info +Index: b/doc/cpio.texi =================================================================== ---- a/doc/cpio.info -+++ b/doc/cpio.info -@@ -224,7 +224,8 @@ option, e.g.: - '-B' - Set the I/O block size to 5120 bytes. - '-c' -- Use the old portable (ASCII) archive format. -+ Identical to "-H newc", use the new (SVR4) portable format. -+ If you wish the old portable (ASCII) archive format, use "-H odc" instead. - '-C NUMBER' - '--io-size=NUMBER' - Set the I/O block size to the given NUMBER of bytes. -@@ -305,7 +306,8 @@ option. - '-B' - Set the I/O block size to 5120 bytes. - '-c' -- Use the old portable (ASCII) archive format. -+ Identical to "-H newc", use the new (SVR4) portable format. -+ If you wish the old portable (ASCII) archive format, use "-H odc" instead. - '-C NUMBER' - '--io-size=NUMBER' - Set the I/O block size to the given NUMBER of bytes. -@@ -415,7 +417,8 @@ option. - '-B' - Set the I/O block size to 5120 bytes. - '-c' -- Use the old portable (ASCII) archive format. -+ Identical to "-H newc", use the new (SVR4) portable format. -+ If you wish the old portable (ASCII) archive format, use "-H odc" instead. - '-C NUMBER' - '--io-size=NUMBER' - Set the I/O block size to the given NUMBER of bytes. -@@ -566,7 +569,8 @@ option is valid. +--- a/doc/cpio.texi ++++ b/doc/cpio.texi +@@ -271,7 +271,8 @@ + @item -B + Set the I/O block size to 5120 bytes. + @item -c +-Use the old portable (ASCII) archive format. ++Identical to @option{-H newc}, use the new (SVR4) portable format. ++If you wish the old portable (ASCII) archive format, use @option{-H odc} instead. + @item -C @var{number} + @itemx --io-size=@var{number} + Set the I/O block size to the given @var{number} of bytes. +@@ -354,7 +355,8 @@ + @item -B + Set the I/O block size to 5120 bytes. + @item -c +-Use the old portable (ASCII) archive format. ++Identical to @option{-H newc}, use the new (SVR4) portable format. ++If you wish the old portable (ASCII) archive format, use @option{-H odc} instead. + @item -C @var{number} + @itemx --io-size=@var{number} + Set the I/O block size to the given @var{number} of bytes. +@@ -465,7 +467,8 @@ + @item -B + Set the I/O block size to 5120 bytes. + @item -c +-Use the old portable (ASCII) archive format. ++Identical to @option{-H newc}, use the new (SVR4) portable format. ++If you wish the old portable (ASCII) archive format, use @option{-H odc} instead. + @item -C @var{number} + @itemx --io-size=@var{number} + Set the I/O block size to the given @var{number} of bytes. +@@ -614,7 +617,8 @@ - '-c' - [*note copy-in::,*note copy-out::,*note copy-pass::] -- Use the old portable (ASCII) archive format. -+ Identical to "-H newc", use the new (SVR4) portable format. -+ If you wish the old portable (ASCII) archive format, use "-H odc" instead. + @item -c + [@ref{copy-in},@ref{copy-out},@ref{copy-pass}] +-@*Use the old portable (ASCII) archive format. ++@*Identical to @option{-H newc}, use the new (SVR4) portable format. ++If you wish the old portable (ASCII) archive format, use @option{-H odc} instead. - '-C IO-SIZE' - '--io-size=IO-SIZE' + @item -C @var{io-size} + @itemx --io-size=@var{io-size} Index: b/src/main.c =================================================================== --- a/src/main.c +++ b/src/main.c -@@ -331,6 +331,7 @@ parse_opt (int key, char *arg, struct ar +@@ -331,6 +331,7 @@ case 'c': /* Use the old portable ASCII format. */ if (archive_format != arf_unknown) USAGE_ERROR ((0, 0, _("Archive format multiply defined")));
