Browse Source

upgrading package: bash 4.2.6 -> 4.2.7

master
parent
commit
8c5ebae497
  1. 8
      bash/bash.spec

8
bash/bash.spec

@ -24,8 +24,8 @@
# package version
%define V_base_real 4.2
%define V_base_comp 42
%define V_plvl_raw 6
%define V_plvl_pad 006
%define V_plvl_raw 7
%define V_plvl_pad 007
# package information
Name: bash
@ -38,7 +38,7 @@ Class: CORE
Group: Shell
License: GPL
Version: %{V_base_real}.%{V_plvl_raw}
Release: 20110303
Release: 20110307
# list of sources
Source0: ftp://ftp.cwru.edu/pub/bash/bash-%{V_base_real}.tar.gz
@ -50,6 +50,7 @@ Patch3: ftp://ftp.cwru.edu/pub/bash/bash-%{V_base_real}-patches/bash%{V_ba
Patch4: ftp://ftp.cwru.edu/pub/bash/bash-%{V_base_real}-patches/bash%{V_base_comp}-004
Patch5: ftp://ftp.cwru.edu/pub/bash/bash-%{V_base_real}-patches/bash%{V_base_comp}-005
Patch6: ftp://ftp.cwru.edu/pub/bash/bash-%{V_base_real}-patches/bash%{V_base_comp}-006
Patch7: ftp://ftp.cwru.edu/pub/bash/bash-%{V_base_real}-patches/bash%{V_base_comp}-007
# build information
BuildPreReq: OpenPKG, openpkg >= 20100101
@ -85,6 +86,7 @@ PreReq: OpenPKG, openpkg >= 20100101
%patch -p0 -P 4
%patch -p0 -P 5
%patch -p0 -P 6
%patch -p0 -P 7
# ensure generated data is not re-generated on-the-fly
sleep 1

Loading…
Cancel
Save