Browse Source

upgrading package: bash 4.4.5 -> 4.4.12

master
parent
commit
f6837df02f
  1. 20
      bash/bash.spec

20
bash/bash.spec

@ -24,8 +24,8 @@
# package version
%define V_base_real 4.4
%define V_base_comp 44
%define V_plvl_raw 5
%define V_plvl_pad 005
%define V_plvl_raw 12
%define V_plvl_pad 012
# package information
Name: bash
@ -38,7 +38,7 @@ Class: CORE
Group: Shell
License: GPL
Version: %{V_base_real}.%{V_plvl_raw}
Release: 20161120
Release: 20170325
# list of sources
Source0: ftp://ftp.cwru.edu/pub/bash/bash-%{V_base_real}.tar.gz
@ -49,6 +49,13 @@ Patch2: ftp://ftp.cwru.edu/pub/bash/bash-%{V_base_real}-patches/bash%{V_ba
Patch3: ftp://ftp.cwru.edu/pub/bash/bash-%{V_base_real}-patches/bash%{V_base_comp}-003
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
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
Patch11: ftp://ftp.cwru.edu/pub/bash/bash-%{V_base_real}-patches/bash%{V_base_comp}-011
Patch12: ftp://ftp.cwru.edu/pub/bash/bash-%{V_base_real}-patches/bash%{V_base_comp}-012
# build information
BuildPreReq: OpenPKG, openpkg >= 20160101
@ -83,6 +90,13 @@ PreReq: OpenPKG, openpkg >= 20160101
%patch -p0 -P 3
%patch -p0 -P 4
%patch -p0 -P 5
%patch -p0 -P 6
%patch -p0 -P 7
%patch -p0 -P 8
%patch -p0 -P 9
%patch -p0 -P 10
%patch -p0 -P 11
%patch -p0 -P 12
# ensure generated data is not re-generated on-the-fly
sleep 1

Loading…
Cancel
Save