Hello community, here is the log from the commit of package libQtWebKit4 for openSUSE:Factory checked in at 2013-10-03 07:42:08 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libQtWebKit4 (Old) and /work/SRC/openSUSE:Factory/.libQtWebKit4.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libQtWebKit4" Changes: -------- --- /work/SRC/openSUSE:Factory/libQtWebKit4/libQtWebKit4.changes 2013-10-01 08:15:19.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.libQtWebKit4.new/libQtWebKit4.changes 2013-10-03 07:42:09.000000000 +0200 @@ -1,0 +2,5 @@ +Sun Sep 29 21:21:01 UTC 2013 - [email protected] + +- Added bison3.patch, fixes compilation with bison3 (webkit#119798) + +------------------------------------------------------------------- New: ---- bison3.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libQtWebKit4.spec ++++++ --- /var/tmp/diff_new_pack.dyPmwY/_old 2013-10-03 07:42:12.000000000 +0200 +++ /var/tmp/diff_new_pack.dyPmwY/_new 2013-10-03 07:42:12.000000000 +0200 @@ -50,6 +50,8 @@ Patch11: buffer-ranges.patch # PATCH-FIX-UPSTREAM aarch64-support.diff [email protected] -- add support for aarch64 Patch12: aarch64-support.patch +# PATCH-FIX-UPSTREAM bison3.patch -- fixes compilation with bison3 +Patch13: bison3.patch BuildRequires: bison BuildRequires: fdupes BuildRequires: flex @@ -125,6 +127,7 @@ %patch11 -p1 %endif %patch12 -p1 +%patch13 -p1 %build ++++++ bison3.patch ++++++ diff --git a/Source/ThirdParty/ANGLE/src/compiler/glslang.y b/Source/ThirdParty/ANGLE/src/compiler/glslang.y index 1f15d07d61dd950512c759d9750a9700c1224d35..4f894b382acf1d7bb161b7baa85527b3a8e5c5c1 100644 --- a/Source/ThirdParty/ANGLE/src/compiler/glslang.y +++ b/Source/ThirdParty/ANGLE/src/compiler/glslang.y @@ -47,6 +47,7 @@ WHICH GENERATES THE GLSL ES PARSER (glslang_tab.cpp AND glslang_tab.h). %expect 1 /* One shift reduce conflict because of if | else */ %pure-parser %parse-param {TParseContext* context} +%lex-param {YYLEX_PARAM} %union { struct { -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
