Accepting request 263939 from home:jdelvare:branches:Base:System
- Fix the sed command that fixes up the patch headers. It was printing a duplicate header line, which surprisingly did not confuse patch, but could in the future. - Fix all patches that had the duplicate header line issue. OBS-URL: https://build.opensuse.org/request/show/263939 OBS-URL: https://build.opensuse.org/package/show/Base:System/bash?expand=0&rev=194
This commit is contained in:
parent
fba85a46a3
commit
2dd9132993
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:49ddb97d874d4d969a4f7dcefb239d472a18d75f42f7f72104a0dab87a305fad
|
||||
size 24452
|
||||
oid sha256:9045192d9be7002a87bafe45344ef2ecdb993e3e5a2463008c18826cf0e66097
|
||||
size 24394
|
||||
|
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 3 15:05:14 CET 2014 - jdelvare@suse.de
|
||||
|
||||
- Fix the sed command that fixes up the patch headers. It was
|
||||
printing a duplicate header line, which suprisingly did not
|
||||
confuse patch, but could in the future.
|
||||
- Fix all patches that had the duplicate header line issue.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 24 12:53:04 UTC 2014 - werner@suse.de
|
||||
|
||||
|
@ -283,7 +283,7 @@ for patch in ../bash-%{bash_vers}-patches/*; do
|
||||
let level++ || true
|
||||
fi
|
||||
test -e $file || exit 1
|
||||
sed -ri '/^\*\*\* \.\./{ s@\.\./bash-%{bash_vers}[^/]*/@@p }' $patch
|
||||
sed -ri '/^\*\*\* \.\./{ s@\.\./bash-%{bash_vers}[^/]*/@@ }' $patch
|
||||
echo Patch $patch
|
||||
patch -s -p$level < $patch
|
||||
done
|
||||
@ -325,7 +325,7 @@ for patch in ../readline-%{rl_vers}-patches/*; do
|
||||
file=${file#*/}
|
||||
let level++ || true
|
||||
fi
|
||||
sed -ri '/^\*\*\* \.\./{ s@\.\./readline-%{rl_vers}[^/]*/@@p }' $patch
|
||||
sed -ri '/^\*\*\* \.\./{ s@\.\./readline-%{rl_vers}[^/]*/@@ }' $patch
|
||||
echo Patch $patch
|
||||
patch -s -p$level < $patch
|
||||
done
|
||||
|
BIN
readline-6.3-patches.tar.bz2
(Stored with Git LFS)
BIN
readline-6.3-patches.tar.bz2
(Stored with Git LFS)
Binary file not shown.
Loading…
Reference in New Issue
Block a user