|
|
@@ -25,8 +25,8 @@
|
|
|
# package version
|
|
|
%define V_base_real 3.2
|
|
|
%define V_base_comp 32
|
|
|
-%define V_plvl_raw 9
|
|
|
-%define V_plvl_pad 009
|
|
|
+%define V_plvl_raw 10
|
|
|
+%define V_plvl_pad 010
|
|
|
|
|
|
# package information
|
|
|
Name: bash
|
|
|
@@ -39,7 +39,7 @@ Class: CORE
|
|
|
Group: Shell
|
|
|
License: GPL
|
|
|
Version: %{V_base_real}.%{V_plvl_raw}
|
|
|
-Release: 20070112
|
|
|
+Release: 20070306
|
|
|
|
|
|
# list of sources
|
|
|
Source0: ftp://ftp.cwru.edu/pub/bash/bash-%{V_base_real}.tar.gz
|
|
|
@@ -54,6 +54,7 @@ Patch6: ftp://ftp.cwru.edu/pub/bash/bash-%{V_base_real}-patches/bash%{V_ba
|
|
|
Patch7: ftp://ftp.cwru.edu/pub/bash/bash-%{V_base_real}-patches/bash%{V_base_comp}-007
|
|
|
Patch8: ftp://ftp.cwru.edu/pub/bash/bash-%{V_base_real}-patches/bash%{V_base_comp}-008
|
|
|
Patch9: ftp://ftp.cwru.edu/pub/bash/bash-%{V_base_real}-patches/bash%{V_base_comp}-009
|
|
|
+Patch10: ftp://ftp.cwru.edu/pub/bash/bash-%{V_base_real}-patches/bash%{V_base_comp}-010
|
|
|
|
|
|
# build information
|
|
|
Prefix: %{l_prefix}
|
|
|
@@ -86,7 +87,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
|
|
|
+ %patch -p0 -P 0 1 2 3 4 5 6 7 8 9 10
|
|
|
sleep 1
|
|
|
touch y.tab.[ch]
|
|
|
|