Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package bash for openSUSE:Factory checked in at 2022-10-18 12:44:09 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/bash (Old) and /work/SRC/openSUSE:Factory/.bash.new.2275 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "bash" Tue Oct 18 12:44:09 2022 rev:181 rq:1010475 version:5.2.MACRO Changes: -------- --- /work/SRC/openSUSE:Factory/bash/bash.changes 2022-10-11 17:59:19.433483196 +0200 +++ /work/SRC/openSUSE:Factory/.bash.new.2275/bash.changes 2022-10-18 12:44:11.377613052 +0200 @@ -1,0 +2,11 @@ +Wed Oct 12 17:37:47 UTC 2022 - Andreas Schwab <sch...@suse.de> + +- Don't strip binaries +- Work around a signal mask issue with qemu linux-user emulation + +------------------------------------------------------------------- +Wed Oct 12 11:30:01 UTC 2022 - Andreas Schwab <sch...@suse.de> + +- Remove backup of patched tests + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ bash.spec ++++++ --- /var/tmp/diff_new_pack.X1RHXZ/_old 2022-10-18 12:44:12.125614755 +0200 +++ /var/tmp/diff_new_pack.X1RHXZ/_new 2022-10-18 12:44:12.133614773 +0200 @@ -276,13 +276,19 @@ %endif %patch49 -b .pthtmp %patch50 -b .qd -%patch0 -b .0 +%patch0 # This has to be always the same version as included in the bash its self rl1=($(sed -rn '/RL_READLINE_VERSION/p' lib/readline/readline.h)) rl2=($(sed -rn '/RL_READLINE_VERSION/p' %{_includedir}/readline/readline.h)) test ${rl1[2]} = ${rl2[2]} || exit 1 +%if 0%{?qemu_user_space_build} +# Something in qemu clobbers the signal mask to block SIGALRM during the +# execution of this test, causing it to hang. Skip it. +echo exit 0 > tests/read7.sub +%endif + %build LANG=POSIX LC_ALL=$LANG @@ -548,7 +554,6 @@ %find_lang bash %fdupes -s %{buildroot}%{_datadir}/bash/helpfiles sed -ri '1{ s@/bin/sh@/bin/bash@ }' %{buildroot}%{_bindir}/bashbug - strip --strip-unneeded %{buildroot}%{_bindir}/bash %if %{with alternatives} %post -p %{_bindir}/bash