OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 09-Jan-2006 21:04:48
Branch: HEAD Handle: 2006010920044700
Modified files:
openpkg-src/bash bash.spec
Log:
upgrading package: bash 3.1.1 -> 3.1.5
Summary:
Revision Changes Path
1.68 +8 -4 openpkg-src/bash/bash.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/bash/bash.spec
============================================================================
$ cvs diff -u -r1.67 -r1.68 bash.spec
--- openpkg-src/bash/bash.spec 1 Jan 2006 13:12:12 -0000 1.67
+++ openpkg-src/bash/bash.spec 9 Jan 2006 20:04:47 -0000 1.68
@@ -25,8 +25,8 @@
# package version
%define V_base_real 3.1
%define V_base_comp 31
-%define V_plvl_raw 1
-%define V_plvl_pad 001
+%define V_plvl_raw 5
+%define V_plvl_pad 005
# package information
Name: bash
@@ -39,13 +39,17 @@
Group: Shell
License: GPL
Version: %{V_base_real}.%{V_plvl_raw}
-Release: 20051222
+Release: 20060109
# list of sources
Source0: ftp://ftp.cwru.edu/pub/bash/bash-%{V_base_real}.tar.gz
Source1: profile
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
# build information
Prefix: %{l_prefix}
@@ -77,7 +81,7 @@
%prep
# unpack and patch distribution
%setup -q -n bash-%{V_base_real}
- %patch -p0 -P 0 1
+ %patch -p0 -P 0 1 2 3 4 5
# brand with OpenPKG release and fix patchlevel
%{l_shtool} subst \
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]