From 35ecb9e07670a83cf709c3b575b4197b63a19df7 Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Fri, 5 Jan 2024 20:45:33 +0100 Subject: [PATCH] automatic version update by autodist [release 5.1.004-1mamba;Wed Dec 23 2020] --- bash.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/bash.spec b/bash.spec index dfb2a05..3944ab0 100644 --- a/bash.spec +++ b/bash.spec @@ -2,7 +2,7 @@ %define majver %(echo %version | cut -d. -f1-2) Name: bash -Version: 5.1.0 +Version: 5.1.004 Release: 1mamba Summary: The GNU Bourne Again shell (bash) Group: Applications/Shells @@ -82,7 +82,7 @@ This package includes doc guide examples and manual for bash. %prep %setup -q -n %{name}-%{majver} -a1 #%patch0 -p1 -b .bash-requires -for f in `find bash-patchset-%{version} -mindepth 1`; do +for f in `find bash-patchset-%{version} -mindepth 1|sort`; do [ -e $f ] && patch -p0 < $f done @@ -188,6 +188,9 @@ exit 0 %{_docdir}/bash/* %changelog +* Wed Dec 23 2020 Automatic Build System 5.1.004-1mamba +- automatic version update by autodist + * Fri Dec 11 2020 Automatic Build System 5.1.0-1mamba - automatic version update by autodist