Hello community,

here is the log from the commit of package libQtWebKit4 for openSUSE:13.1 
checked in at 2013-10-20 10:52:36
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:13.1/libQtWebKit4 (Old)
 and      /work/SRC/openSUSE:13.1/.libQtWebKit4.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libQtWebKit4"

Changes:
--------
--- /work/SRC/openSUSE:13.1/libQtWebKit4/libQtWebKit4.changes   2013-10-01 
08:15:26.000000000 +0200
+++ /work/SRC/openSUSE:13.1/.libQtWebKit4.new/libQtWebKit4.changes      
2013-10-20 10:52:42.000000000 +0200
@@ -1,0 +2,10 @@
+Sat Oct 19 11:30:16 UTC 2013 - [email protected]
+
+- reduce memory consumption on ARM/AArch64 to fix build 
+
+-------------------------------------------------------------------
+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.Ozbbz2/_old  2013-10-20 10:52:43.000000000 +0200
+++ /var/tmp/diff_new_pack.Ozbbz2/_new  2013-10-20 10:52:43.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,8 +127,13 @@
 %patch11 -p1
 %endif
 %patch12 -p1
+%patch13 -p1
 
 %build
+# runs out of memory otherwise
+%ifarch %arm aarch64
+export RPM_OPT_FLAGS=${RPM_OPT_FLAGS/-g / /}
+%endif
 
 %ifnarch x86_64
 jitopts="DEFINES+=ENABLE_JIT=0 DEFINES+=ENABLE_YARR_JIT=0 
DEFINES+=ENABLE_ASSEMBLER=0"

++++++ 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]

Reply via email to