OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Thomas Lotterer
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src openpkg-web Date: 03-Feb-2004 22:41:17
Branch: HEAD Handle: 2004020321411502
Modified files:
openpkg-src/openpkg HISTORY openpkg.spec
openpkg-web news.txt
Log:
comment what we did today; roll src.sh; update V_openpkg and revert to
use variables for Version: and Release: headers
Summary:
Revision Changes Path
1.118 +1 -0 openpkg-src/openpkg/HISTORY
1.276 +3 -3 openpkg-src/openpkg/openpkg.spec
1.8423 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/openpkg/HISTORY
============================================================================
$ cvs diff -u -r1.117 -r1.118 HISTORY
--- openpkg-src/openpkg/HISTORY 30 Jan 2004 16:59:33 -0000 1.117
+++ openpkg-src/openpkg/HISTORY 3 Feb 2004 21:41:17 -0000 1.118
@@ -2,6 +2,7 @@
2004
====
+20040203 actually use new Class: header and %track section
20040130 add support to RPM for new "%track" section which will become the new
vcheck(1) source
20040130 add support to RPM for new "%test" section which will allow run-time
testing
20040130 add support to RPM for new "Class" header which will become the new
package class source
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/openpkg/openpkg.spec
============================================================================
$ cvs diff -u -r1.275 -r1.276 openpkg.spec
--- openpkg-src/openpkg/openpkg.spec 3 Feb 2004 20:04:35 -0000 1.275
+++ openpkg-src/openpkg/openpkg.spec 3 Feb 2004 21:41:17 -0000 1.276
@@ -39,7 +39,7 @@
# o any cc(1)
# the package version/release
-%define V_openpkg 20040130
+%define V_openpkg 20040203
# the used software versions
%define V_rpm 4.2.1
@@ -64,8 +64,8 @@
Class: CORE
Group: Bootstrapping
License: GPL
-Version: 20040203
-Release: 20040203
+Version: %{V_openpkg}
+Release: %{V_openpkg}
# list of sources
Source0: ftp://ftp.openpkg.org/sources/CPY/openpkg/rpm-%{V_rpm}.tar.gz
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.8422 -r1.8423 news.txt
--- openpkg-web/news.txt 3 Feb 2004 20:48:40 -0000 1.8422
+++ openpkg-web/news.txt 3 Feb 2004 21:41:15 -0000 1.8423
@@ -1,3 +1,4 @@
+03-Feb-2004: Upgraded package: P<openpkg-20040203-20040203>
03-Feb-2004: Upgraded package: P<nagios-1.2-20040203>
03-Feb-2004: Upgraded package: P<apache2-2.0.48-20040203>
03-Feb-2004: Upgraded package: P<delegate-8.9.1-20040203>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]