OpenPKG CVS Repository http://cvs.openpkg.org/ ____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall Root: /v/openpkg/cvs Email: r...@openpkg.org Module: openpkg-src Date: 09-Mar-2009 22:01:41 Branch: HEAD Handle: 2009030921014000 Modified files: openpkg-src/bash bash.spec Log: upgrading package: bash 4.0.0 -> 4.0.10 Summary: Revision Changes Path 1.106 +23 -3 openpkg-src/bash/bash.spec ____________________________________________________________________________ patch -p0 <<'@@ .' Index: openpkg-src/bash/bash.spec ============================================================================ $ cvs diff -u -r1.105 -r1.106 bash.spec --- openpkg-src/bash/bash.spec 7 Mar 2009 13:34:12 -0000 1.105 +++ openpkg-src/bash/bash.spec 9 Mar 2009 21:01:40 -0000 1.106 @@ -24,8 +24,8 @@ # package version %define V_base_real 4.0 %define V_base_comp 40 -%define V_plvl_raw 0 -%define V_plvl_pad 000 +%define V_plvl_raw 10 +%define V_plvl_pad 010 # package information Name: bash @@ -38,12 +38,22 @@ Group: Shell License: GPL Version: %{V_base_real}.%{V_plvl_raw} -Release: 20090307 +Release: 20090309 # list of sources Source0: ftp://ftp.cwru.edu/pub/bash/bash-%{V_base_real}.tar.gz Source1: bash.txt Patch0: bash.patch +Patch1: ftp://ftp.cwru.edu/pub/bash/bash-%{V_base_real}-patches/bash%{V_base_comp}-001 +Patch2: ftp://ftp.cwru.edu/pub/bash/bash-%{V_base_real}-patches/bash%{V_base_comp}-002 +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 # build information Prefix: %{l_prefix} @@ -77,6 +87,16 @@ # unpack and patch distribution %setup -q -n bash-%{V_base_real} %patch -p0 + %patch -p0 -P 1 + %patch -p0 -P 2 + %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 # ensure generated data is not re-generated on-the-fly sleep 1 @@ . ______________________________________________________________________ OpenPKG http://openpkg.org CVS Repository Commit List openpkg-cvs@openpkg.org