Browse Source

upgrading package: bash 4.4.18 -> 4.4.19

master
parent
commit
6511a22291
  1. 8
      bash/bash.spec

8
bash/bash.spec

@ -24,8 +24,8 @@
# package version # package version
%define V_base_real 4.4 %define V_base_real 4.4
%define V_base_comp 44 %define V_base_comp 44
%define V_plvl_raw 18 %define V_plvl_raw 19
%define V_plvl_pad 018 %define V_plvl_pad 019
# package information # package information
Name: bash Name: bash
@ -38,7 +38,7 @@ Class: CORE
Group: Shell Group: Shell
License: GPL License: GPL
Version: %{V_base_real}.%{V_plvl_raw} Version: %{V_base_real}.%{V_plvl_raw}
Release: 20180130 Release: 20180207
# list of sources # list of sources
Source0: ftp://ftp.cwru.edu/pub/bash/bash-%{V_base_real}.tar.gz Source0: ftp://ftp.cwru.edu/pub/bash/bash-%{V_base_real}.tar.gz
@ -62,6 +62,7 @@ Patch15: ftp://ftp.cwru.edu/pub/bash/bash-%{V_base_real}-patches/bash%{V_ba
Patch16: ftp://ftp.cwru.edu/pub/bash/bash-%{V_base_real}-patches/bash%{V_base_comp}-016 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 Patch17: ftp://ftp.cwru.edu/pub/bash/bash-%{V_base_real}-patches/bash%{V_base_comp}-017
Patch18: ftp://ftp.cwru.edu/pub/bash/bash-%{V_base_real}-patches/bash%{V_base_comp}-018 Patch18: ftp://ftp.cwru.edu/pub/bash/bash-%{V_base_real}-patches/bash%{V_base_comp}-018
Patch19: ftp://ftp.cwru.edu/pub/bash/bash-%{V_base_real}-patches/bash%{V_base_comp}-019
# build information # build information
BuildPreReq: OpenPKG, openpkg >= 20160101 BuildPreReq: OpenPKG, openpkg >= 20160101
@ -109,6 +110,7 @@ PreReq: OpenPKG, openpkg >= 20160101
%patch -p0 -P 16 %patch -p0 -P 16
%patch -p0 -P 17 %patch -p0 -P 17
%patch -p0 -P 18 %patch -p0 -P 18
%patch -p0 -P 19
# ensure generated data is not re-generated on-the-fly # ensure generated data is not re-generated on-the-fly
sleep 1 sleep 1

Loading…
Cancel
Save