OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src openpkg-web Date: 06-Oct-2003 17:37:46
Branch: HEAD Handle: 2003100616374402
Modified files:
openpkg-src/bash bash.patch bash.spec
openpkg-web news.txt
Log:
add OpenPKG branding
Summary:
Revision Changes Path
1.3 +17 -0 openpkg-src/bash/bash.patch
1.38 +4 -1 openpkg-src/bash/bash.spec
1.6873 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/bash/bash.patch
============================================================================
$ cvs diff -u -r1.2 -r1.3 bash.patch
--- openpkg-src/bash/bash.patch 25 Jul 2003 14:42:45 -0000 1.2
+++ openpkg-src/bash/bash.patch 6 Oct 2003 15:37:46 -0000 1.3
@@ -148,3 +148,20 @@
builtin_error ("no job control");
}
+-----------------------------------------------------------------------------
+
+This adds the OpenPKG packaging brand.
+
+Index: version.c
+--- version.c.orig 2002-04-03 15:49:19.000000000 +0200
++++ version.c 2003-10-06 17:23:18.000000000 +0200
+@@ -63,7 +63,7 @@
+ show_shell_version (extended)
+ int extended;
+ {
+- 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) 2002 Free Software Foundation, Inc.\n");
+ }
+
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/bash/bash.spec
============================================================================
$ cvs diff -u -r1.37 -r1.38 bash.spec
--- openpkg-src/bash/bash.spec 25 Jul 2003 14:27:21 -0000 1.37
+++ openpkg-src/bash/bash.spec 6 Oct 2003 15:37:46 -0000 1.38
@@ -37,7 +37,7 @@
Group: Shell
License: GPL
Version: %{V_real}
-Release: 20030725
+Release: 20031006
# list of sources
Source0: ftp://ftp.cwru.edu/pub/bash/bash-%{V_real}.tar.gz
@@ -76,6 +76,9 @@
%patch5 -p0
%patch6 -p0
%patch7 -p0
+ %{l_shtool} subst \
+ -e 's;@l_openpkg_release@;%{l_openpkg_release};' \
+ version.c
%build
# configure package
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.6872 -r1.6873 news.txt
--- openpkg-web/news.txt 6 Oct 2003 15:19:49 -0000 1.6872
+++ openpkg-web/news.txt 6 Oct 2003 15:37:44 -0000 1.6873
@@ -1,3 +1,4 @@
+06-Oct-2003: Upgraded package: P<bash-2.05b-20031006>
06-Oct-2003: Upgraded package: P<vim-6.2.106-20031006>
06-Oct-2003: Upgraded package: P<apache2-2.0.47-20031006>
06-Oct-2003: Upgraded package: P<amavisd-20030616p5-20031006>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]