|
|
@@ -26,8 +26,8 @@
|
|
|
# package version
|
|
|
%define V_base_real 3.0
|
|
|
%define V_base_comp 30
|
|
|
-%define V_plvl_raw 14
|
|
|
-%define V_plvl_pad 014
|
|
|
+%define V_plvl_raw 15
|
|
|
+%define V_plvl_pad 015
|
|
|
|
|
|
# package information
|
|
|
Name: bash
|
|
|
@@ -40,7 +40,7 @@ Class: CORE
|
|
|
Group: Shell
|
|
|
License: GPL
|
|
|
Version: %{V_base_real}.%{V_plvl_raw}
|
|
|
-Release: 20041024
|
|
|
+Release: 20041101
|
|
|
|
|
|
# list of sources
|
|
|
Source0: ftp://ftp.cwru.edu/pub/bash/bash-%{V_base_real}.tar.gz
|
|
|
@@ -60,6 +60,7 @@ Patch11: ftp://ftp.cwru.edu/pub/bash/bash-%{V_base_real}-patches/bash%{V_ba
|
|
|
Patch12: ftp://ftp.cwru.edu/pub/bash/bash-%{V_base_real}-patches/bash%{V_base_comp}-012
|
|
|
Patch13: ftp://ftp.cwru.edu/pub/bash/bash-%{V_base_real}-patches/bash%{V_base_comp}-013
|
|
|
Patch14: ftp://ftp.cwru.edu/pub/bash/bash-%{V_base_real}-patches/bash%{V_base_comp}-014
|
|
|
+Patch15: ftp://ftp.cwru.edu/pub/bash/bash-%{V_base_real}-patches/bash%{V_base_comp}-015
|
|
|
|
|
|
# build information
|
|
|
Prefix: %{l_prefix}
|
|
|
@@ -91,7 +92,7 @@ AutoReqProv: no
|
|
|
%prep
|
|
|
# unpack and patch distribution
|
|
|
%setup -q -n bash-%{V_base_real}
|
|
|
- %patch -p0 -P 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14
|
|
|
+ %patch -p0 -P 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
|
|
|
|
|
|
# brand with OpenPKG release and fix patchlevel
|
|
|
%{l_shtool} subst \
|