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 openpkg$ Date: 05-Apr-2003 12:32:05
Branch: HEAD Handle: 2003040511320302
Modified files:
openpkg-re/vcheck vc.coreutils
openpkg-src/coreutils coreutils.spec
openpkg-web news.txt
Log:
upgrading package: coreutils 4.5.12 -> 5.0
Summary:
Revision Changes Path
1.12 +6 -1 openpkg-re/vcheck/vc.coreutils
1.20 +3 -3 openpkg-src/coreutils/coreutils.spec
1.3961 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-re/vcheck/vc.coreutils
============================================================================
$ cvs diff -u -r1.11 -r1.12 vc.coreutils
--- openpkg-re/vcheck/vc.coreutils 30 Mar 2003 19:30:58 -0000 1.11
+++ openpkg-re/vcheck/vc.coreutils 5 Apr 2003 10:32:03 -0000 1.12
@@ -1,7 +1,12 @@
config = {
}
-prog coreutils = {
+prog coreutils:release = {
+ version = 5.0
+ url = ftp://ftp.gnu.org/gnu/coreutils/
+ regex = coreutils-(__VER__)\.tar\.(gz|bz2)
+}
+prog coreutils:alpha = {
version = 4.5.12
url = ftp://alpha.gnu.org/gnu/coreutils/
regex = coreutils-(__VER__)\.tar\.(gz|bz2)
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/coreutils/coreutils.spec
============================================================================
$ cvs diff -u -r1.19 -r1.20 coreutils.spec
--- openpkg-src/coreutils/coreutils.spec 30 Mar 2003 19:31:00 -0000 1.19
+++ openpkg-src/coreutils/coreutils.spec 5 Apr 2003 10:32:05 -0000 1.20
@@ -32,11 +32,11 @@
Distribution: OpenPKG [BASE]
Group: Utility
License: GPL
-Version: 4.5.12
-Release: 20030330
+Version: 5.0
+Release: 20030405
# list of sources
-Source0: ftp://alpha.gnu.org/gnu/coreutils/coreutils-%{version}.tar.bz2
+Source0: ftp://ftp.gnu.org/gnu/coreutils/coreutils-%{version}.tar.bz2
Patch0: coreutils.patch
# build information
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.3960 -r1.3961 news.txt
--- openpkg-web/news.txt 5 Apr 2003 09:38:59 -0000 1.3960
+++ openpkg-web/news.txt 5 Apr 2003 10:32:03 -0000 1.3961
@@ -1,3 +1,4 @@
+05-Apr-2003: Upgraded package: P<coreutils-5.0-20030405>
05-Apr-2003: Upgraded package: P<xboard-4.2.6-20030405>
04-Apr-2003: Upgraded package: P<tidy-20030403-20030404>
04-Apr-2003: Upgraded package: P<openpkg-20030404-20030404>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]