OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 07-Oct-2005 08:23:48
Branch: HEAD Handle: 2005100707234800
Modified files:
openpkg-src/thunderbird thunderbird.spec
Log:
fix tracking and bless for PLUS class
Summary:
Revision Changes Path
1.7 +3 -3 openpkg-src/thunderbird/thunderbird.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/thunderbird/thunderbird.spec
============================================================================
$ cvs diff -u -r1.6 -r1.7 thunderbird.spec
--- openpkg-src/thunderbird/thunderbird.spec 6 Oct 2005 08:16:37 -0000
1.6
+++ openpkg-src/thunderbird/thunderbird.spec 7 Oct 2005 06:23:48 -0000
1.7
@@ -29,11 +29,11 @@
Vendor: The Mozilla Project
Packager: OpenPKG
Distribution: OpenPKG
-Class: EVAL
+Class: PLUS
Group: Web
License: MPL
Version: 1.0.7
-Release: 20051006
+Release: 20051007
# package options
%option with_optimize yes
@@ -76,7 +76,7 @@
prog thunderbird = {
version = %{version}
url =
ftp://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/
- regex = (__VER__)
+ regex = (\d+\.\d+(\.\d+)+)
url =
ftp://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/__NEWVER__/source/
regex = thunderbird-(__VER__)-source\.tar\.bz2
}
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]