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: 22-Dec-2008 19:27:08 Branch: HEAD Handle: 2008122218270800 Modified files: openpkg-src/antlr antlr.spec Log: fix tracking Summary: Revision Changes Path 1.19 +3 -3 openpkg-src/antlr/antlr.spec ____________________________________________________________________________ patch -p0 <<'@@ .' Index: openpkg-src/antlr/antlr.spec ============================================================================ $ cvs diff -u -r1.18 -r1.19 antlr.spec --- openpkg-src/antlr/antlr.spec 17 Nov 2008 13:03:15 -0000 1.18 +++ openpkg-src/antlr/antlr.spec 22 Dec 2008 18:27:08 -0000 1.19 @@ -36,7 +36,7 @@ Group: CompilerCompiler License: GPL Version: %{V_antlr} -Release: 20081117 +Release: 20081222 # list of sources Source0: http://www.antlr.org/download/antlr-%{V_antlr}.tar.gz @@ -65,12 +65,12 @@ %track prog antlr = { version = %{V_antlr} - url = http://www.antlr.org/download/ + url = http://www.antlr.org/download.html regex = antlr-(__VER__)\.tar\.gz } prog antlr:antrlworks = { version = %{V_antlrworks} - url = http://www.antlr.org/download/ + url = http://www.antlr.org/download.html regex = antlrworks-(__VER__)\.jar } @@ . ______________________________________________________________________ OpenPKG http://openpkg.org CVS Repository Commit List [email protected]
