Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package bash for openSUSE:Factory checked in at 2025-10-01 18:55:34 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/bash (Old) and /work/SRC/openSUSE:Factory/.bash.new.11973 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "bash" Wed Oct 1 18:55:34 2025 rev:201 rq:1308134 version:5.3.MACRO Changes: -------- --- /work/SRC/openSUSE:Factory/bash/bash.changes 2025-08-13 16:30:25.708190255 +0200 +++ /work/SRC/openSUSE:Factory/.bash.new.11973/bash.changes 2025-10-01 18:55:46.439432426 +0200 @@ -1,0 +2,7 @@ +Mon Sep 29 15:32:45 UTC 2025 - Dominique Leuenberger <[email protected]> + +- DRop use of patchutils: the patch tarball seems to contain only + patches to be applied -p0. This allows us to shorten the build + cycle. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ bash.spec ++++++ --- /var/tmp/diff_new_pack.Ov0jsY/_old 2025-10-01 18:55:48.247508142 +0200 +++ /var/tmp/diff_new_pack.Ov0jsY/_new 2025-10-01 18:55:48.251508310 +0200 @@ -1,7 +1,7 @@ # # spec file for package bash # -# Copyright (c) 2025 SUSE LLC +# Copyright (c) 2025 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -93,7 +93,6 @@ BuildRequires: glibc-locale BuildRequires: glibc-locale-base BuildRequires: makeinfo -BuildRequires: patchutils BuildRequires: pkgconfig BuildRequires: screen BuildRequires: sed @@ -250,16 +249,8 @@ for patch in ../bash-%{bversion}-patches/*-*[0-9]; do test -e $patch || break - let level=0 || true - file=$(lsdiff --files=1 $patch) - if test ! -e $file ; then - file=${file#*/} - let level++ || true - fi - test -e $file || exit 1 - sed -ri '/^\*\*\* \.\./{ s@\.\./bash-%{bversion}[^/]*/@@ }' $patch echo Patch $patch - patch -s -p$level < $patch + patch -s -p0 < $patch done set -x %patch -P1 -b .manual
