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: 15-Jul-2003 11:18:19
Branch: HEAD Handle: 2003071510181602
Modified files:
openpkg-re/vcheck vc.tin
openpkg-src/tin tin.spec
openpkg-web news.txt
Log:
upgrading package: tin 1.5.18 -> 1.6.0
Summary:
Revision Changes Path
1.9 +3 -5 openpkg-re/vcheck/vc.tin
1.37 +3 -3 openpkg-src/tin/tin.spec
1.5568 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-re/vcheck/vc.tin
============================================================================
$ cvs diff -u -r1.8 -r1.9 vc.tin
--- openpkg-re/vcheck/vc.tin 3 Jun 2003 08:43:03 -0000 1.8
+++ openpkg-re/vcheck/vc.tin 15 Jul 2003 09:18:16 -0000 1.9
@@ -2,10 +2,8 @@
}
prog tin = {
- version = 1.5.18
- url = ftp://ftp.tin.org/pub/news/clients/tin/
- regex = v((\d+\.)*\d)
- url = ftp://ftp.tin.org/pub/news/clients/tin/v__NEWVER__/
- regex = tin-(__VER__)\.tar\.bz2
+ version = 1.6.0
+ url = ftp://ftp.tin.org/pub/news/clients/tin/stable/
+ regex = tin-(\d+\.\d+\.\d+)\.tar\.(gz|bz2)
}
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/tin/tin.spec
============================================================================
$ cvs diff -u -r1.36 -r1.37 tin.spec
--- openpkg-src/tin/tin.spec 8 Jul 2003 14:42:53 -0000 1.36
+++ openpkg-src/tin/tin.spec 15 Jul 2003 09:18:18 -0000 1.37
@@ -24,8 +24,8 @@
##
# package version
-%define V_major 1.5
-%define V_minor 18
+%define V_major 1.6
+%define V_minor 0
# package information
Name: tin
@@ -37,7 +37,7 @@
Group: News
License: GPL
Version: %{V_major}.%{V_minor}
-Release: 20030603
+Release: 20030715
# list of sources
Source0:
ftp://ftp.tin.org/pub/news/clients/tin/v%{V_major}/tin-%{version}.tar.bz2
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.5567 -r1.5568 news.txt
--- openpkg-web/news.txt 15 Jul 2003 08:49:11 -0000 1.5567
+++ openpkg-web/news.txt 15 Jul 2003 09:18:17 -0000 1.5568
@@ -1,3 +1,4 @@
+15-Jul-2003: Upgraded package: P<tin-1.6.0-20030715>
15-Jul-2003: Upgraded package: P<wget-1.8.2-20030715>
15-Jul-2003: Upgraded package: P<openpkg-20030715-20030715>
15-Jul-2003: Upgraded package: P<tiff-3.5.7-20030715>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]