Hello community,

here is the log from the commit of package libwebkit for openSUSE:Factory 
checked in at 2012-07-02 11:03:48
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libwebkit (Old)
 and      /work/SRC/openSUSE:Factory/.libwebkit.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libwebkit", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/libwebkit/libwebkit.changes      2012-05-22 
10:10:36.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.libwebkit.new/libwebkit.changes 2012-07-02 
11:04:00.000000000 +0200
@@ -1,0 +2,10 @@
+Sat Jun 30 08:49:54 UTC 2012 - [email protected]
+
+- Add webkit-fix-llvmpipe-crash.patch to fix an llvmpipe crash
+  that in turn led to gnome-control-center not starting and giving
+  invalid pointer errors. Patch came from upstream development
+  version and was rebased to apply to present version. Fixes
+  bgo#673681, bnc#769185 and upstream bug
+  https://bugs.webkit.org/show_bug.cgi?id=89358.
+
+-------------------------------------------------------------------
libwebkit3.changes: same change

New:
----
  webkit-fix-llvmpipe-crash.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ libwebkit.spec ++++++
--- /var/tmp/diff_new_pack.wRbVzy/_old  2012-07-02 11:04:05.000000000 +0200
+++ /var/tmp/diff_new_pack.wRbVzy/_new  2012-07-02 11:04:05.000000000 +0200
@@ -54,6 +54,8 @@
 Patch0:         webkit-gir-fixup.patch
 # PATCH-FIX-OPENSUSE webkit-ld-optimization.patch [email protected] -- Add ld 
options to use less memory when linking, should help building on OBS, but this 
will be slower
 Patch2:         webkit-ld-optimization.patch
+# PATCH-FIX-UPSTREAM webkit-fix-llvmpipe-crash.patch bnc#769185, bgo#673681 
[email protected] -- Fix crashes with llvmpipe, patch came from upstream 
trunk and was rebased for present version
+Patch3:         webkit-fix-llvmpipe-crash.patch
 BuildRequires:  Mesa-devel
 BuildRequires:  bison
 BuildRequires:  flex
@@ -221,6 +223,7 @@
 %setup -q -n webkit-%{version}
 %patch0 -p1
 %patch2
+%patch3 -p1
 # FIXME: workaround needed in > 1.7.90 to fix build
 mkdir DerivedSources/ANGLE
 mkdir DerivedSources/InjectedBundle

libwebkit3.spec: same change

++++++ webkit-fix-llvmpipe-crash.patch ++++++
https://bugs.webkit.org/show_bug.cgi?id=89358

Index: webkit-1.8.1/Source/JavaScriptCore/wtf/Platform.h
===================================================================
--- webkit-1.8.1.orig/Source/JavaScriptCore/wtf/Platform.h
+++ webkit-1.8.1/Source/JavaScriptCore/wtf/Platform.h
@@ -494,6 +494,7 @@
 
 #if PLATFORM(GTK)
 #define WTF_USE_CAIRO 1
+#define ENABLE_GLOBAL_FASTMALLOC_NEW 0
 #endif
 
 
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to