Hello community,

here is the log from the commit of package webkit2gtk3 for openSUSE:Factory 
checked in at 2015-04-23 08:02:06
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/webkit2gtk3 (Old)
 and      /work/SRC/openSUSE:Factory/.webkit2gtk3.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "webkit2gtk3"

Changes:
--------
--- /work/SRC/openSUSE:Factory/webkit2gtk3/webkit2gtk3.changes  2015-04-10 
09:49:36.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.webkit2gtk3.new/webkit2gtk3.changes     
2015-04-23 08:02:08.000000000 +0200
@@ -1,0 +2,14 @@
+Tue Apr 14 17:03:41 UTC 2015 - zai...@opensuse.org
+
+- Update to version 2.8.1:
+  + Handle keep-alive connections in GStreamer HTTP source element.
+  + Fix a crash in DOMObjectCache when a wrapped object owned by.
+    the cache is unreffed by the user.
+  + Fix rendering of drag and drop icon.
+  + Fix the build with REDIRECTED_XCOMPOSITE_WINDOW disabled in X11
+    platform.
+  + Fix the build with Wayland target enabled.
+  + Fix the build for HPPA.
+- Add webkitgtk-gcc5-buildfix.patch: Fix build with gcc5.
+
+-------------------------------------------------------------------

Old:
----
  webkitgtk-2.8.0.tar.xz

New:
----
  webkitgtk-2.8.1.tar.xz
  webkitgtk-gcc5-buildfix.patch

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

Other differences:
------------------
++++++ webkit2gtk3.spec ++++++
--- /var/tmp/diff_new_pack.8WMyqN/_old  2015-04-23 08:02:09.000000000 +0200
+++ /var/tmp/diff_new_pack.8WMyqN/_new  2015-04-23 08:02:09.000000000 +0200
@@ -26,7 +26,7 @@
 %define _pkgconfig_suffix gtk-3.0
 %define _name webkitgtk
 Name:           webkit2gtk3
-Version:        2.8.0
+Version:        2.8.1
 Release:        0
 Summary:        Library for rendering web content, GTK+ Port
 License:        LGPL-2.0+ and BSD-3-Clause
@@ -36,6 +36,8 @@
 Source1:        baselibs.conf
 # PATCH-FIX-OPENSUSE webkitgtk-typelib-sharelib-link.patch 
dims...@opensuse.org -- Fixup the .gir file to contain the full library name 
for libjavascriptcore.
 Patch0:         webkitgtk-typelib-sharelib-link.patch
+# PATCH-FIX-UPSTREAM webkitgtk-gcc5-buildfix.patch zai...@opensuse.org -- Fix 
build with gcc5, stolen with no shame from fedora.
+Patch1:         webkitgtk-gcc5-buildfix.patch
 BuildRequires:  bison >= 2.3
 BuildRequires:  cmake
 BuildRequires:  gcc-c++
@@ -207,6 +209,7 @@
 %prep
 %setup -q -n webkitgtk-%{version}
 %patch0 -p1
+%patch1 -p1
 
 %build
 # Use linker flags to reduce memory consumption

++++++ webkitgtk-2.8.0.tar.xz -> webkitgtk-2.8.1.tar.xz ++++++
/work/SRC/openSUSE:Factory/webkit2gtk3/webkitgtk-2.8.0.tar.xz 
/work/SRC/openSUSE:Factory/.webkit2gtk3.new/webkitgtk-2.8.1.tar.xz differ: char 
27, line 1

++++++ webkitgtk-gcc5-buildfix.patch ++++++
diff -up webkitgtk-2.8.0/Source/JavaScriptCore/runtime/JSObject.cpp.s390_fixes 
webkitgtk-2.8.0/Source/JavaScriptCore/runtime/JSObject.cpp
--- webkitgtk-2.8.0/Source/JavaScriptCore/runtime/JSObject.cpp.s390_fixes       
2015-03-23 09:08:04.000000000 +0100
+++ webkitgtk-2.8.0/Source/JavaScriptCore/runtime/JSObject.cpp  2015-03-27 
10:59:40.245010499 +0100
@@ -1965,6 +1965,10 @@ void JSObject::putByIndexBeyondVectorLen
     }
 }
 
+template void 
JSObject::putByIndexBeyondVectorLengthWithoutAttributes<ContiguousShape>(ExecState*
 exec, unsigned i, JSValue value);
+template void 
JSObject::putByIndexBeyondVectorLengthWithoutAttributes<DoubleShape>(ExecState* 
exec, unsigned i, JSValue value);
+template void 
JSObject::putByIndexBeyondVectorLengthWithoutAttributes<Int32Shape>(ExecState* 
exec, unsigned i, JSValue value);
+
 void JSObject::putByIndexBeyondVectorLengthWithArrayStorage(ExecState* exec, 
unsigned i, JSValue value, bool shouldThrow, ArrayStorage* storage)
 {
     VM& vm = exec->vm();


Reply via email to