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: 06-Oct-2002 09:36:10
Branch: HEAD Handle: 2002100608360801
Added files:
openpkg-src/bison bison.patch
Modified files:
openpkg-re/vcheck vc.bison
openpkg-src/bison bison.spec
openpkg-web news.txt
Log:
upgrading package: bison 1.35 -> 1.50
Summary:
Revision Changes Path
1.3 +1 -1 openpkg-re/vcheck/vc.bison
1.1 +10 -0 openpkg-src/bison/bison.patch
1.28 +5 -3 openpkg-src/bison/bison.spec
1.1712 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
Index: openpkg-re/vcheck/vc.bison
============================================================
$ cvs diff -u -r1.2 -r1.3 vc.bison
--- openpkg-re/vcheck/vc.bison 26 Mar 2002 19:37:10 -0000 1.2
+++ openpkg-re/vcheck/vc.bison 6 Oct 2002 07:36:08 -0000 1.3
@@ -2,7 +2,7 @@
}
prog bison = {
- version = 1.35
+ version = 1.50
url = ftp://ftp.gnu.org/gnu/bison/
regex = bison-(__VER__)\.tar\.gz
}
Index: openpkg-src/bison/bison.patch
============================================================
$ cvs update -p -r1.1 bison.patch
--- lib/timevar.c.orig Thu Aug 1 20:12:11 2002
+++ lib/timevar.c Sun Oct 6 09:20:10 2002
@@ -41,6 +41,7 @@
# include <sys/times.h>
#endif
#ifdef HAVE_SYS_RESOURCE_H
+#include <sys/time.h>
#include <sys/resource.h>
#endif
Index: openpkg-src/bison/bison.spec
============================================================
$ cvs diff -u -r1.27 -r1.28 bison.spec
--- openpkg-src/bison/bison.spec 13 Aug 2002 12:47:33 -0000 1.27
+++ openpkg-src/bison/bison.spec 6 Oct 2002 07:36:09 -0000 1.28
@@ -32,17 +32,18 @@
Distribution: OpenPKG [CORE]
Group: Language
License: GPL
-Version: 1.35
-Release: 20020418
+Version: 1.50
+Release: 20021006
# list of sources
Source0: ftp://ftp.gnu.org/gnu/bison/bison-%{version}.tar.gz
+Patch0: bison.patch
# build information
Prefix: %{l_prefix}
BuildRoot: %{l_buildroot}
BuildPreReq: OpenPKG, openpkg >= 20020206, make
-PreReq: OpenPKG, openpkg >= 20020206
+PreReq: OpenPKG, openpkg >= 20020206, m4
AutoReq: no
AutoReqProv: no
@@ -58,6 +59,7 @@
%prep
%setup -q
+ %patch -p0
%build
CC="%{l_cc}" \
Index: openpkg-web/news.txt
============================================================
$ cvs diff -u -r1.1711 -r1.1712 news.txt
--- openpkg-web/news.txt 6 Oct 2002 06:49:37 -0000 1.1711
+++ openpkg-web/news.txt 6 Oct 2002 07:36:09 -0000 1.1712
@@ -1,3 +1,4 @@
+06-Oct-2002: Upgraded package: P<bison-1.50-20021006>
06-Oct-2002: Upgraded package: P<xterm-1.69-20021006>
06-Oct-2002: Upgraded package: P<geoip-1.0.8-20021006>
06-Oct-2002: Upgraded package: P<rdiff-backup-0.11.0-20021006>
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]