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: 17-Jan-2003 11:15:29
Branch: HEAD Handle: 2003011710152602
Modified files:
openpkg-re/vcheck vc.mysql4
openpkg-src/mysql4 mysql4.spec
openpkg-web news.txt
Log:
remove redundancy; bless for PLUS
Summary:
Revision Changes Path
1.2 +2 -0 openpkg-re/vcheck/vc.mysql4
1.3 +6 -4 openpkg-src/mysql4/mysql4.spec
1.2898 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-re/vcheck/vc.mysql4
============================================================================
$ cvs diff -u -r1.1 -r1.2 vc.mysql4
--- openpkg-re/vcheck/vc.mysql4 16 Jan 2003 15:02:05 -0000 1.1
+++ openpkg-re/vcheck/vc.mysql4 17 Jan 2003 10:15:26 -0000 1.2
@@ -1,8 +1,10 @@
config = {
+ lastcheck = "2003-01-16 17:59"
}
prog mysql4 = {
version = 4.0.9-gamma
+ lastcheck = "2003-01-16 17:59"
url = http://www.mysql.com/downloads/mysql-4.0.html
regex = mysql-(__VER__)\.tar\.gz
}
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/mysql4/mysql4.spec
============================================================================
$ cvs diff -u -r1.2 -r1.3 mysql4.spec
--- openpkg-src/mysql4/mysql4.spec 16 Jan 2003 17:32:08 -0000 1.2
+++ openpkg-src/mysql4/mysql4.spec 17 Jan 2003 10:15:28 -0000 1.3
@@ -25,8 +25,10 @@
# package version
%define V_major 4.0
-%define V_mysql %{V_major}.9-gamma
-%define V_opkg %{V_major}.9gamma
+%define V_minor 9
+%define V_class gamma
+%define V_mysql %{V_major}.%{V_minor}-%{V_class}
+%define V_opkg %{V_major}.%{V_minor}%{V_class}
# package information
Name: mysql4
@@ -34,11 +36,11 @@
URL: http://www.mysql.com/
Vendor: MySQL AB
Packager: The OpenPKG Project
-Distribution: OpenPKG [EVAL]
+Distribution: OpenPKG [PLUS]
Group: Database
License: GPL
Version: %{V_opkg}
-Release: 20030116
+Release: 20030117
# package options
%option with_berkeleydb yes
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.2897 -r1.2898 news.txt
--- openpkg-web/news.txt 17 Jan 2003 10:04:20 -0000 1.2897
+++ openpkg-web/news.txt 17 Jan 2003 10:15:27 -0000 1.2898
@@ -1,3 +1,4 @@
+17-Jan-2003: Upgraded package: P<mysql4-4.0.9gamma-20030117>
17-Jan-2003: Upgraded package: P<xv-3.10a-20030117>
17-Jan-2003: Upgraded package: P<sdl-1.2.5-20030117>
17-Jan-2003: Upgraded package: P<bochs-2.0.1-20030117>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]