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: 16-Jul-2003 14:23:15
Branch: HEAD Handle: 2003071613231203
Modified files:
openpkg-re/vcheck vc.coreutils
openpkg-src/coreutils coreutils.spec
openpkg-web news.txt
Log:
upgrading package: coreutils 5.0 -> 5.0.1
Summary:
Revision Changes Path
1.13 +5 -5 openpkg-re/vcheck/vc.coreutils
1.24 +4 -3 openpkg-src/coreutils/coreutils.spec
1.5594 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-re/vcheck/vc.coreutils
============================================================================
$ cvs diff -u -r1.12 -r1.13 vc.coreutils
--- openpkg-re/vcheck/vc.coreutils 5 Apr 2003 10:32:03 -0000 1.12
+++ openpkg-re/vcheck/vc.coreutils 16 Jul 2003 12:23:12 -0000 1.13
@@ -1,14 +1,14 @@
config = {
}
+prog coreutils:alpha = {
+ version = 5.0.1
+ url = ftp://alpha.gnu.org/gnu/coreutils/
+ regex = coreutils-(__VER__)\.tar\.(gz|bz2)
+}
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.23 -r1.24 coreutils.spec
--- openpkg-src/coreutils/coreutils.spec 8 Jul 2003 14:39:01 -0000 1.23
+++ openpkg-src/coreutils/coreutils.spec 16 Jul 2003 12:23:15 -0000 1.24
@@ -32,14 +32,14 @@
Distribution: OpenPKG [BASE]
Group: Utility
License: GPL
-Version: 5.0
-Release: 20030512
+Version: 5.0.1
+Release: 20030716
# package options
%option with_legacy no
# list of sources
-Source0: ftp://ftp.gnu.org/gnu/coreutils/coreutils-%{version}.tar.bz2
+Source0: ftp://alpha.gnu.org/gnu/coreutils/coreutils-%{version}.tar.bz2
Patch0: coreutils.patch
# build information
@@ -91,6 +91,7 @@
rm -rf $RPM_BUILD_ROOT
%{l_make} %{l_mflags} install AM_MAKEFLAGS="DESTDIR=$RPM_BUILD_ROOT"
strip $RPM_BUILD_ROOT%{l_prefix}/bin/* >/dev/null 2>&1 || true
+ rm -f "$RPM_BUILD_ROOT%{l_prefix}/bin/g["
%if "%{with_legacy}" == "yes"
( cd $RPM_BUILD_ROOT%{l_prefix}/bin
for i in g*; do
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.5593 -r1.5594 news.txt
--- openpkg-web/news.txt 16 Jul 2003 12:08:54 -0000 1.5593
+++ openpkg-web/news.txt 16 Jul 2003 12:23:13 -0000 1.5594
@@ -1,3 +1,4 @@
+16-Jul-2003: Upgraded package: P<coreutils-5.0.1-20030716>
16-Jul-2003: Upgraded package: P<tcpdump-3.7.2-20030716>
16-Jul-2003: Upgraded package: P<postgresql-7.3.3-20030716>
16-Jul-2003: New package: P<yodl-1.31.18-20030716>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]