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: 03-Nov-2008 19:22:42
Branch: HEAD Handle: 2008110318224200
Modified files:
openpkg-src/bison bison.patch bison.spec
Log:
upgrading package: bison 2.3 -> 2.4
Summary:
Revision Changes Path
1.7 +7 -6 openpkg-src/bison/bison.patch
1.68 +6 -2 openpkg-src/bison/bison.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/bison/bison.patch
============================================================================
$ cvs diff -u -r1.6 -r1.7 bison.patch
--- openpkg-src/bison/bison.patch 11 Jul 2008 12:43:26 -0000 1.6
+++ openpkg-src/bison/bison.patch 3 Nov 2008 18:22:42 -0000 1.7
@@ -1,7 +1,7 @@
Index: lib/timevar.c
---- lib/timevar.c.orig 2006-01-22 08:38:49 +0100
-+++ lib/timevar.c 2008-07-11 14:23:48 +0200
-@@ -45,6 +45,7 @@
+--- lib/timevar.c.orig 2008-07-14 10:56:12 +0200
++++ lib/timevar.c 2008-11-03 19:16:04 +0100
+@@ -42,6 +42,7 @@
# include <sys/times.h>
#endif
#ifdef HAVE_SYS_RESOURCE_H
@@ -15,9 +15,9 @@
http://undeadly.org/cgi?action=article&sid=20080708155228&mode=flat&count=13
Index: data/yacc.c
---- data/yacc.c.orig 2006-05-27 02:28:17 +0200
-+++ data/yacc.c 2008-07-11 14:38:26 +0200
-@@ -1255,7 +1255,10 @@
+--- data/yacc.c.orig 2008-11-02 19:09:10 +0100
++++ data/yacc.c 2008-11-03 19:16:04 +0100
+@@ -1444,7 +1444,10 @@
users should not rely upon it. Assigning to YYVAL
unconditionally makes the parser a bit smaller, and it avoids a
GCC warning that YYVAL may be used uninitialized. */
@@ -28,3 +28,4 @@
]b4_locations_if(
[[ /* Default location. */
+
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/bison/bison.spec
============================================================================
$ cvs diff -u -r1.67 -r1.68 bison.spec
--- openpkg-src/bison/bison.spec 11 Jul 2008 12:41:43 -0000 1.67
+++ openpkg-src/bison/bison.spec 3 Nov 2008 18:22:42 -0000 1.68
@@ -22,7 +22,7 @@
##
# package versions
-%define V_new 2.3
+%define V_new 2.4
%define V_old 1.35
# package information
@@ -36,7 +36,7 @@
Group: CompilerCompiler
License: GPL
Version: %{V_new}
-Release: 20080711
+Release: 20081103
# package options
%option with_old no
@@ -92,6 +92,8 @@
CONFIG_SHELL=/bin/sh \
./configure \
--prefix=%{l_prefix} \
+ --mandir=%{l_prefix}/man \
+ --infodir=%{l_prefix}/info \
--disable-nls
%{l_make} -f Makefile %{l_mflags}
) || exit $?
@@ -102,6 +104,8 @@
CONFIG_SHELL=/bin/sh \
./configure \
--prefix=%{l_prefix} \
+ --mandir=%{l_prefix}/man \
+ --infodir=%{l_prefix}/info \
--disable-nls
%{l_make} -f Makefile %{l_mflags}
) || exit $?
@@ .
______________________________________________________________________
OpenPKG http://openpkg.org
CVS Repository Commit List [email protected]