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: 11-Aug-2003 20:59:14
Branch: HEAD Handle: 2003081119591003
Modified files:
openpkg-re/vcheck vc.python
openpkg-src/python python.spec
openpkg-web news.txt
Log:
upgrading package: python 2.2.3 -> 2.3
Summary:
Revision Changes Path
1.7 +3 -3 openpkg-re/vcheck/vc.python
1.38 +2 -2 openpkg-src/python/python.spec
1.6130 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-re/vcheck/vc.python
============================================================================
$ cvs diff -u -r1.6 -r1.7 vc.python
--- openpkg-re/vcheck/vc.python 31 May 2003 10:40:32 -0000 1.6
+++ openpkg-re/vcheck/vc.python 11 Aug 2003 18:59:10 -0000 1.7
@@ -2,10 +2,10 @@
}
prog python = {
- version = 2.2.3
+ version = 2.3
url = ftp://ftp.python.org/pub/python/
- regex = (\d+\.\d+\.\d+)
+ regex = (\d+\.\d+(\.\d+)*)
url = ftp://ftp.python.org/pub/python/__NEWVER__/
- regex = Python-(\d+\.\d+\.\d+)\.tgz
+ regex = Python-(\d+\.\d+(\.\d+)*)\.tgz
}
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/python/python.spec
============================================================================
$ cvs diff -u -r1.37 -r1.38 python.spec
--- openpkg-src/python/python.spec 16 Jul 2003 09:26:34 -0000 1.37
+++ openpkg-src/python/python.spec 11 Aug 2003 18:59:13 -0000 1.38
@@ -32,8 +32,8 @@
Distribution: OpenPKG [BASE]
Group: Language
License: GPL
-Version: 2.2.3
-Release: 20030716
+Version: 2.3
+Release: 20030811
# list of sources
Source0: ftp://ftp.python.org/pub/python/%{version}/Python-%{version}.tgz
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.6129 -r1.6130 news.txt
--- openpkg-web/news.txt 11 Aug 2003 18:57:06 -0000 1.6129
+++ openpkg-web/news.txt 11 Aug 2003 18:59:11 -0000 1.6130
@@ -1,3 +1,4 @@
+11-Aug-2003: Upgraded package: P<python-2.3-20030811>
11-Aug-2003: Upgraded package: P<orbit2-2.7.6-20030811>
11-Aug-2003: Upgraded package: P<ntp-4.1.2-20030811>
11-Aug-2003: Upgraded package: P<di-3.9-20030811>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]