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:21:26
Branch: HEAD Handle: 2005100707212600
Modified files:
openpkg-src/firefox firefox.spec
Log:
fix tracking
Summary:
Revision Changes Path
1.31 +2 -2 openpkg-src/firefox/firefox.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/firefox/firefox.spec
============================================================================
$ cvs diff -u -r1.30 -r1.31 firefox.spec
--- openpkg-src/firefox/firefox.spec 6 Oct 2005 06:53:47 -0000 1.30
+++ openpkg-src/firefox/firefox.spec 7 Oct 2005 06:21:26 -0000 1.31
@@ -33,7 +33,7 @@
Group: Web
License: MPL
Version: 1.0.7
-Release: 20051006
+Release: 20051007
# package options
%option with_optimize yes
@@ -73,7 +73,7 @@
prog firefox = {
version = %{version}
url = ftp://ftp.mozilla.org/pub/mozilla.org/firefox/releases/
- regex = (__VER__)
+ regex = (\d+\.\d+(\.\d+)+)
url =
ftp://ftp.mozilla.org/pub/mozilla.org/firefox/releases/__NEWVER__/source/
regex = firefox-(__VER__)-source\.tar\.bz2
}
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]