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: 28-Mar-2008 15:32:19
Branch: HEAD Handle: 2008032814321900
Modified files:
openpkg-src/bash bash.patch bash.spec
Log:
update patch file to fit exactly fitout fuzzy matching requirements
Summary:
Revision Changes Path
1.17 +11 -11 openpkg-src/bash/bash.patch
1.98 +1 -1 openpkg-src/bash/bash.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/bash/bash.patch
============================================================================
$ cvs diff -u -r1.16 -r1.17 bash.patch
--- openpkg-src/bash/bash.patch 10 Jul 2007 16:58:12 -0000 1.16
+++ openpkg-src/bash/bash.patch 28 Mar 2008 14:32:19 -0000 1.17
@@ -2,8 +2,8 @@
line options "-v" and "-x". It is derived from Debian GNU/Linux.
Index: doc/bash.1
---- doc/bash.1.orig 2004-07-12 17:27:08 +0200
-+++ doc/bash.1 2004-07-27 19:47:10 +0200
+--- doc/bash.1.orig 2006-10-03 14:54:26 +0200
++++ doc/bash.1 2008-03-28 15:28:44 +0100
@@ -116,6 +116,12 @@
This option allows the positional parameters to be set
when invoking an interactive shell.
@@ -16,15 +16,15 @@
+.TP
.B \-D
A list of all double-quoted strings preceded by \fB$\fP
- is printed on the standard ouput.
+ is printed on the standard output.
-----------------------------------------------------------------------------
Port to HP-UX 11i and similar less smart platforms.
Index: configure
---- configure.orig 2004-07-21 22:18:56 +0200
-+++ configure 2004-07-27 19:47:10 +0200
+--- configure.orig 2006-09-26 17:06:01 +0200
++++ configure 2008-03-28 15:28:44 +0100
@@ -1517,6 +1517,7 @@
*-beos*) opt_bash_malloc=no ;; # they say it's suitable
*-cygwin*) opt_bash_malloc=no ;; # Cygnus's CYGWIN environment
@@ -43,8 +43,8 @@
MALLOC_DEP=
fi
Index: syntax.h
---- syntax.h.orig 2004-04-15 05:19:36 +0200
-+++ syntax.h 2004-07-27 19:47:10 +0200
+--- syntax.h.orig 2006-06-22 19:45:22 +0200
++++ syntax.h 2008-03-28 15:28:44 +0100
@@ -21,6 +21,8 @@
#ifndef _SYNTAX_H_
#define _SYNTAX_H_
@@ -60,8 +60,8 @@
This adds the OpenPKG packaging brand.
Index: version.c
---- version.c.orig 2003-12-19 22:34:02 +0100
-+++ version.c 2004-07-27 19:47:10 +0200
+--- version.c.orig 2005-05-16 17:58:34 +0200
++++ version.c 2008-03-28 15:28:44 +0100
@@ -77,7 +77,7 @@
show_shell_version (extended)
int extended;
@@ -69,7 +69,7 @@
- printf ("GNU bash, version %s (%s)\n", shell_version_string (), MACHTYPE);
+ printf ("GNU bash, version %s (%s) [EMAIL PROTECTED]@]\n",
shell_version_string (), MACHTYPE);
if (extended)
- printf (_("Copyright (C) 2004 Free Software Foundation, Inc.\n"));
+ printf (_("Copyright (C) 2005 Free Software Foundation, Inc.\n"));
}
-----------------------------------------------------------------------------
@@ -78,7 +78,7 @@
Index: Makefile.in
--- Makefile.in.orig 2006-08-17 20:03:35 +0200
-+++ Makefile.in 2007-07-10 18:50:38 +0200
++++ Makefile.in 2008-03-28 15:28:44 +0100
@@ -687,7 +687,6 @@
# comment out for distribution
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/bash/bash.spec
============================================================================
$ cvs diff -u -r1.97 -r1.98 bash.spec
--- openpkg-src/bash/bash.spec 1 Jan 2008 14:51:15 -0000 1.97
+++ openpkg-src/bash/bash.spec 28 Mar 2008 14:32:19 -0000 1.98
@@ -38,7 +38,7 @@
Group: Shell
License: GPL
Version: %{V_base_real}.%{V_plvl_raw}
-Release: 20080101
+Release: 20080328
# list of sources
Source0: ftp://ftp.cwru.edu/pub/bash/bash-%{V_base_real}.tar.gz
@@ .
______________________________________________________________________
OpenPKG http://openpkg.org
CVS Repository Commit List [email protected]