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 Date: 06-Feb-2004 10:08:01
Branch: HEAD Handle: 2004020609075901
Modified files:
openpkg-src/openpkg HISTORY openpkg.spec
Log:
upgraded to OSSP uuid 0.9.5
Summary:
Revision Changes Path
1.124 +1 -0 openpkg-src/openpkg/HISTORY
1.280 +10 -10 openpkg-src/openpkg/openpkg.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/openpkg/HISTORY
============================================================================
$ cvs diff -u -r1.123 -r1.124 HISTORY
--- openpkg-src/openpkg/HISTORY 6 Feb 2004 08:22:40 -0000 1.123
+++ openpkg-src/openpkg/HISTORY 6 Feb 2004 09:07:59 -0000 1.124
@@ -2,6 +2,7 @@
2004
====
+20040206 upgraded to OSSP uuid 0.9.5
20040206 disable %prep checks under --track-dump and cleanup its output
20040205 activate only the %env of "openpkg" in the "musr" run-time environment
20040205 add --tack-dump and make sure --track/-bt do not require dependencies and
sources
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/openpkg/openpkg.spec
============================================================================
$ cvs diff -u -r1.279 -r1.280 openpkg.spec
--- openpkg-src/openpkg/openpkg.spec 6 Feb 2004 08:22:40 -0000 1.279
+++ openpkg-src/openpkg/openpkg.spec 6 Feb 2004 09:08:00 -0000 1.280
@@ -52,7 +52,7 @@
%define V_patch 2.5.9
%define V_tar 1.13.25
%define V_bash 2.05b
-%define V_uuid 0.9.4
+%define V_uuid 0.9.5
# package information
Name: openpkg
@@ -156,53 +156,53 @@
%track
prog openpkg:bash = {
- version = 2.05b
+ version = %{V_bash}
url = ftp://ftp.gnu.org/gnu/bash/
regex = bash-(__VER__)\.tar\.gz
}
prog openpkg:bzip2 = {
- version = 1.0.2
+ version = %{V_bzip2}
url = ftp://sources.redhat.com/pub/bzip2/
regex = v(\d+)
url = ftp://sources.redhat.com/pub/bzip2/v__NEWVER__/
regex = bzip2-(__VER__)\.tar\.gz
}
prog openpkg:curl = {
- version = 7.11.0
+ version = %{V_curl}
url = http://curl.haxx.se/download/
regex = curl-(__VER__)\.tar\.gz
}
prog openpkg:gzip = {
- version = 1.3.5
+ version = %{V_gzip}
url = ftp://alpha.gnu.org/gnu/gzip/
regex = gzip-(__VER__)\.tar(\.gz)?
}
prog openpkg:make = {
- version = 3.80
+ version = %{V_make}
url = ftp://ftp.gnu.org/gnu/make/
regex = make-(__VER__)\.tar\.gz
}
prog openpkg:patch = {
disabled
comment = "rse: directory missing after GNU.org security issues"
- version = 2.5.9
+ version = %{V_patch}
url = ftp://alpha.gnu.org/gnu/patch/
regex = patch-(__VER__)\.tar\.gz
}
prog openpkg:rpm = {
disabled
comment = "rse: we have a .src.rpm extracted .tar.gz, because there is
still no tarball for 4.2.1"
- version = 4.2.1
+ version = %{V_rpm}
url = ftp://ftp.rpm.org/pub/rpm/dist/rpm-4.2.x/
regex = rpm-(4\.2\.\d+)\.tar\.gz
}
prog openpkg:tar = {
- version = 1.13.25
+ version = %{V_tar}
url = ftp://alpha.gnu.org/gnu/tar/
regex = tar-(\d+\.\d+\d.(2\d|9[3-9]))\.tar\.gz
}
prog openpkg:zlib = {
- version = 1.2.1
+ version = %{V_zlib}
url = http://www.gzip.org/zlib/
regex = zlib-(__VER__)\.tar\.gz
}
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]