Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package gzip for openSUSE:Factory checked in at 2023-08-30 10:17:32 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/gzip (Old) and /work/SRC/openSUSE:Factory/.gzip.new.1766 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gzip" Wed Aug 30 10:17:32 2023 rev:63 rq:1105863 version:1.12 Changes: -------- --- /work/SRC/openSUSE:Factory/gzip/gzip.changes 2023-01-07 17:15:47.452751543 +0100 +++ /work/SRC/openSUSE:Factory/.gzip.new.1766/gzip.changes 2023-08-30 10:17:33.513885291 +0200 @@ -1,0 +2,9 @@ +Wed Aug 16 14:52:39 UTC 2023 - Dominique Leuenberger <dims...@opensuse.org> + +- export CONFIG_SHELL=/bin/sh before running configure: results in + the shell script (zcat/zgrep/â¦) to receive a /bin/sh shebang + instead of requiring bash (the local shell used to build). +- Use for i in $(seq 1 9) instead of bashism for in in {1..9}, and + drop buildshell definition to require bash. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gzip.spec ++++++ --- /var/tmp/diff_new_pack.W4ZUZL/_old 2023-08-30 10:17:35.849968659 +0200 +++ /var/tmp/diff_new_pack.W4ZUZL/_new 2023-08-30 10:17:35.885969944 +0200 @@ -16,7 +16,6 @@ # -%define _buildshell /bin/bash Name: gzip Version: 1.12 Release: 0 @@ -70,6 +69,7 @@ # Avoid text relocations on i386 as the assembler code (in # lib/match.c) is not prepared for PIE (bsc#1143125). export DEFS=NO_ASM +export CONFIG_SHELL=/bin/sh %configure --disable-silent-rules \ gl_cv_func_printf_directive_n=yes \ gl_cv_func_printf_infinite_long_double=yes \ @@ -95,7 +95,7 @@ %endif %check -for i in {1..9}; do +for i in $(seq 1 9); do for f in build-aux/texinfo.tex /bin/bash; do basef=${f##*/} time ./gzip -$i < $f > $basef.gz