Hello community,

here is the log from the commit of package webkit2gtk3 for openSUSE:Factory 
checked in at 2016-10-10 17:32:46
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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  2016-09-21 
18:45:05.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.webkit2gtk3.new/webkit2gtk3.changes     
2016-10-10 17:32:46.000000000 +0200
@@ -1,0 +2,18 @@
+Tue Sep 20 15:16:41 UTC 2016 - dims...@opensuse.org
+
+- Update to version 2.14.0:
+  + Use gdk_cairo_draw_from_gl() when possible in Wayland to render
+    directly using the GPU in the UI process.
+  + Ensure we don't send an empty referrer header after session
+    restore.
+  + Fix a web process crash in pages using filter animations.
+  + Fix main frame scrolling jumps when scrolling acclerated
+    subframes.
+  + Fix the size of the cairo surface created in the UI process on
+    Wayland.
+  + Fix memory leak in JavaScriptCore.
+  + Fix the build when '.' is not in @INC by default in perl.
+  + Updated translations.
+- Rebase webkitgtk-disable-gcc-version-checks.patch.
+
+-------------------------------------------------------------------

Old:
----
  webkitgtk-2.13.92.tar.xz

New:
----
  webkitgtk-2.14.0.tar.xz

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

Other differences:
------------------
++++++ webkit2gtk3.spec ++++++
--- /var/tmp/diff_new_pack.iqaMvN/_old  2016-10-10 17:32:50.000000000 +0200
+++ /var/tmp/diff_new_pack.iqaMvN/_new  2016-10-10 17:32:50.000000000 +0200
@@ -26,7 +26,7 @@
 %define _pkgconfig_suffix gtk-3.0
 %define _name webkitgtk
 Name:           webkit2gtk3
-Version:        2.13.92
+Version:        2.14.0
 Release:        0
 Summary:        Library for rendering web content, GTK+ Port
 License:        LGPL-2.0+ and BSD-3-Clause

++++++ webkitgtk-2.13.92.tar.xz -> webkitgtk-2.14.0.tar.xz ++++++
/work/SRC/openSUSE:Factory/webkit2gtk3/webkitgtk-2.13.92.tar.xz 
/work/SRC/openSUSE:Factory/.webkit2gtk3.new/webkitgtk-2.14.0.tar.xz differ: 
char 26, line 1

++++++ webkitgtk-disable-gcc-version-checks.patch ++++++
--- /var/tmp/diff_new_pack.iqaMvN/_old  2016-10-10 17:32:50.000000000 +0200
+++ /var/tmp/diff_new_pack.iqaMvN/_new  2016-10-10 17:32:50.000000000 +0200
@@ -11,11 +11,11 @@
  Source/cmake/OptionsGTK.cmake | 7 -------
  1 file changed, 7 deletions(-)
 
-Index: webkitgtk-2.12.4/Source/cmake/OptionsGTK.cmake
+Index: webkitgtk-2.14.0/Source/cmake/OptionsGTK.cmake
 ===================================================================
---- webkitgtk-2.12.4.orig/Source/cmake/OptionsGTK.cmake
-+++ webkitgtk-2.12.4/Source/cmake/OptionsGTK.cmake
-@@ -6,13 +6,6 @@ set(PROJECT_VERSION_MICRO 4)
+--- webkitgtk-2.14.0.orig/Source/cmake/OptionsGTK.cmake
++++ webkitgtk-2.14.0/Source/cmake/OptionsGTK.cmake
+@@ -6,13 +6,6 @@ set(PROJECT_VERSION_MICRO 0)
  set(PROJECT_VERSION 
${PROJECT_VERSION_MAJOR}.${PROJECT_VERSION_MINOR}.${PROJECT_VERSION_MICRO})
  set(WEBKITGTK_API_VERSION 4.0)
  
@@ -28,12 +28,12 @@
 -
  # Libtool library version, not to be confused with API version.
  # See 
http://www.gnu.org/software/libtool/manual/html_node/Libtool-versioning.html
- CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT2 50 11 13)
-Index: webkitgtk-2.12.4/Source/WTF/wtf/Compiler.h
+ CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT2 51 7 14)
+Index: webkitgtk-2.14.0/Source/WTF/wtf/Compiler.h
 ===================================================================
---- webkitgtk-2.12.4.orig/Source/WTF/wtf/Compiler.h
-+++ webkitgtk-2.12.4/Source/WTF/wtf/Compiler.h
-@@ -70,8 +70,8 @@
+--- webkitgtk-2.14.0.orig/Source/WTF/wtf/Compiler.h
++++ webkitgtk-2.14.0/Source/WTF/wtf/Compiler.h
+@@ -89,8 +89,8 @@
  #define GCC_VERSION (__GNUC__ * 10000 + __GNUC_MINOR__ * 100 + 
__GNUC_PATCHLEVEL__)
  #define GCC_VERSION_AT_LEAST(major, minor, patch) (GCC_VERSION >= (major * 
10000 + minor * 100 + patch))
  


Reply via email to