|
|
@@ -25,8 +25,8 @@
|
|
|
# package version
|
|
|
%define V_base_real 3.2
|
|
|
%define V_base_comp 32
|
|
|
-%define V_plvl_raw 15
|
|
|
-%define V_plvl_pad 015
|
|
|
+%define V_plvl_raw 17
|
|
|
+%define V_plvl_pad 017
|
|
|
|
|
|
# package information
|
|
|
Name: bash
|
|
|
@@ -39,7 +39,7 @@ Class: CORE
|
|
|
Group: Shell
|
|
|
License: GPL
|
|
|
Version: %{V_base_real}.%{V_plvl_raw}
|
|
|
-Release: 20070322
|
|
|
+Release: 20070426
|
|
|
|
|
|
# list of sources
|
|
|
Source0: ftp://ftp.cwru.edu/pub/bash/bash-%{V_base_real}.tar.gz
|
|
|
@@ -60,6 +60,8 @@ Patch12: ftp://ftp.cwru.edu/pub/bash/bash-%{V_base_real}-patches/bash%{V_ba
|
|
|
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
|
|
|
+Patch16: ftp://ftp.cwru.edu/pub/bash/bash-%{V_base_real}-patches/bash%{V_base_comp}-016
|
|
|
+Patch17: ftp://ftp.cwru.edu/pub/bash/bash-%{V_base_real}-patches/bash%{V_base_comp}-017
|
|
|
|
|
|
# build information
|
|
|
Prefix: %{l_prefix}
|
|
|
@@ -92,7 +94,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 15
|
|
|
+ %patch -p0 -P 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
|
|
|
sleep 1
|
|
|
touch y.tab.[ch]
|
|
|
|