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: 19-Oct-2006 18:36:05
Branch: OPENPKG_2_STABLE Handle: 2006101917360500
Modified files: (Branch: OPENPKG_2_STABLE)
openpkg-src/bash bash.spec
Log:
MFC: backtick parsing fix
Summary:
Revision Changes Path
1.78.2.4 +5 -4 openpkg-src/bash/bash.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/bash/bash.spec
============================================================================
$ cvs diff -u -r1.78.2.3 -r1.78.2.4 bash.spec
--- openpkg-src/bash/bash.spec 16 Oct 2006 14:48:26 -0000 1.78.2.3
+++ openpkg-src/bash/bash.spec 19 Oct 2006 16:36:05 -0000 1.78.2.4
@@ -25,8 +25,8 @@
# package version
%define V_base_real 3.2
%define V_base_comp 32
-%define V_plvl_raw 0
-%define V_plvl_pad 0
+%define V_plvl_raw 1
+%define V_plvl_pad 001
# package information
Name: bash
@@ -39,12 +39,13 @@
Group: Shell
License: GPL
Version: %{V_base_real}.%{V_plvl_raw}
-Release: 2.20061018
+Release: 2.20061019
# 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
# build information
Prefix: %{l_prefix}
@@ -77,7 +78,7 @@
%prep
# unpack and patch distribution
%setup -q -n bash-%{V_base_real}
- %patch -p0
+ %patch -p0 -P 0 1
sleep 1
touch y.tab.[ch]
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]