OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-re, openpkg-web, openpkg-src Date: 15-Oct-2002 15:04:56
Branch: HEAD Handle: 2002101514045402
Modified files:
openpkg-re/vcheck vc.bison
openpkg-src/bison bison.spec
openpkg-web news.txt
Log:
upgrade to bison-beta 1.75
Summary:
Revision Changes Path
1.5 +5 -5 openpkg-re/vcheck/vc.bison
1.31 +2 -2 openpkg-src/bison/bison.spec
1.1795 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
Index: openpkg-re/vcheck/vc.bison
============================================================
$ cvs diff -u -r1.4 -r1.5 vc.bison
--- openpkg-re/vcheck/vc.bison 11 Oct 2002 19:21:31 -0000 1.4
+++ openpkg-re/vcheck/vc.bison 15 Oct 2002 13:04:54 -0000 1.5
@@ -1,14 +1,14 @@
config = {
}
-prog bison:beta = {
- version = 1.50
- url = ftp://ftp.gnu.org/gnu/bison/
- regex = bison-(1\.5\d+)\.tar\.gz
-}
prog bison:release = {
version = 1.35
url = ftp://ftp.gnu.org/gnu/bison/
regex = bison-(1\.3\d+)\.tar\.gz
+}
+prog bison:beta = {
+ version = 1.75
+ url = ftp://ftp.gnu.org/gnu/bison/
+ regex = bison-(1\.[5-9]\d+)\.tar\.gz
}
Index: openpkg-src/bison/bison.spec
============================================================
$ cvs diff -u -r1.30 -r1.31 bison.spec
--- openpkg-src/bison/bison.spec 11 Oct 2002 19:21:32 -0000 1.30
+++ openpkg-src/bison/bison.spec 15 Oct 2002 13:04:56 -0000 1.31
@@ -30,7 +30,7 @@
# package versions
%define V_release 1.35
-%define V_beta 1.50
+%define V_beta 1.75
# package information
Name: bison
@@ -42,7 +42,7 @@
Group: Language
License: GPL
Version: %{V_release}
-Release: 20021011
+Release: 20021015
# list of sources
Source0: ftp://ftp.gnu.org/gnu/bison/bison-%{V_release}.tar.gz
Index: openpkg-web/news.txt
============================================================
$ cvs diff -u -r1.1794 -r1.1795 news.txt
--- openpkg-web/news.txt 15 Oct 2002 12:28:13 -0000 1.1794
+++ openpkg-web/news.txt 15 Oct 2002 13:04:54 -0000 1.1795
@@ -1,3 +1,4 @@
+15-Oct-2002: Upgraded package: P<bison-1.35-20021015>
15-Oct-2002: Upgraded package: P<vim-6.1.227-20021015>
15-Oct-2002: Upgraded package: P<python-2.2.2-20021015>
15-Oct-2002: Upgraded package: P<autogen-5.4.7-20021015>
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]