Browse Source

upgrading package: bison 3.2.4 -> 3.3

master
parent
commit
c6d676d646
  1. 6
      bison/bison.patch
  2. 4
      bison/bison.spec

6
bison/bison.patch

@ -1,6 +1,6 @@
Index: data/yacc.c
--- data/yacc.c.orig 2018-10-29 18:37:53.000000000 +0100
+++ data/yacc.c 2018-10-30 08:12:59.695888000 +0100
Index: data/skeletons/yacc.c
--- data/skeletons/yacc.c.orig 2018-10-29 18:37:53.000000000 +0100
+++ data/skeletons/yacc.c 2018-10-30 08:12:59.695888000 +0100
@@ -1636,7 +1636,10 @@
users should not rely upon it. Assigning to YYVAL
unconditionally makes the parser a bit smaller, and it avoids a

4
bison/bison.spec

@ -22,7 +22,7 @@
##
# package versions
%define V_new 3.2.4
%define V_new 3.3
%define V_old1 2.7.1
%define V_old2 1.35
@ -37,7 +37,7 @@ Class: CORE
Group: CompilerCompiler
License: GPL
Version: %{V_new}
Release: 20181224
Release: 20190126
# package options
%option with_old no

Loading…
Cancel
Save