Hello community, here is the log from the commit of package webkit2gtk3 for openSUSE:Factory checked in at 2016-08-26 23:15:30 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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-07-01 09:53:01.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.webkit2gtk3.new/webkit2gtk3.changes 2016-08-26 23:15:32.000000000 +0200 @@ -1,0 +2,27 @@ +Thu Aug 25 23:14:56 UTC 2016 - [email protected] + +- Rebase webkitgtk-disable-gcc-version-checks.patch for 2.12.4 + +------------------------------------------------------------------- +Thu Aug 25 07:13:38 UTC 2016 - [email protected] + +- Update to version 2.12.4: + + Security fixes: CVE-2016-4622, CVE-2016-4624, CVE-2016-4591, + CVE-2016-4590. + + Fix performance in accelerated compositing mode with the + modesetting intel driver and DRI3 enabled. + + Reduce the amount of file descriptors that the Web Process + keeps open. + + Fix Web Process deadlocks when loading HLS videos. + + Make CSS and SVG animations run at 60fps. + + Make meter elements accessible. + + Improve accessibility name and description of elements to make + it more compatible with W3C specs and fix several bugs in which + the accessible name of objects was missing or broken. + + Fix a crash when running windowed plugins under Wayland. + + Fix a crash at process exit under Wayland. + + Fix several crashes and rendering issues. + + Updated translations. +- Update _constraints memory requirements. + +------------------------------------------------------------------- Old: ---- webkitgtk-2.12.3.tar.xz New: ---- webkitgtk-2.12.4.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ webkit2gtk3.spec ++++++ --- /var/tmp/diff_new_pack.UdZNlC/_old 2016-08-26 23:15:33.000000000 +0200 +++ /var/tmp/diff_new_pack.UdZNlC/_new 2016-08-26 23:15:33.000000000 +0200 @@ -26,7 +26,7 @@ %define _pkgconfig_suffix gtk-3.0 %define _name webkitgtk Name: webkit2gtk3 -Version: 2.12.3 +Version: 2.12.4 Release: 0 Summary: Library for rendering web content, GTK+ Port License: LGPL-2.0+ and BSD-3-Clause ++++++ _constraints ++++++ --- /var/tmp/diff_new_pack.UdZNlC/_old 2016-08-26 23:15:33.000000000 +0200 +++ /var/tmp/diff_new_pack.UdZNlC/_new 2016-08-26 23:15:33.000000000 +0200 @@ -4,7 +4,7 @@ <size unit="M">2200</size> </disk> <physicalmemory> - <size unit="M">3200</size> + <size unit="M">4300</size> </physicalmemory> </hardware> <overwrite> ++++++ webkitgtk-2.12.3.tar.xz -> webkitgtk-2.12.4.tar.xz ++++++ /work/SRC/openSUSE:Factory/webkit2gtk3/webkitgtk-2.12.3.tar.xz /work/SRC/openSUSE:Factory/.webkit2gtk3.new/webkitgtk-2.12.4.tar.xz differ: char 26, line 1 ++++++ webkitgtk-disable-gcc-version-checks.patch ++++++ --- /var/tmp/diff_new_pack.UdZNlC/_old 2016-08-26 23:15:33.000000000 +0200 +++ /var/tmp/diff_new_pack.UdZNlC/_new 2016-08-26 23:15:33.000000000 +0200 @@ -11,11 +11,11 @@ Source/cmake/OptionsGTK.cmake | 7 ------- 1 file changed, 7 deletions(-) -Index: webkitgtk-2.12.3/Source/cmake/OptionsGTK.cmake +Index: webkitgtk-2.12.4/Source/cmake/OptionsGTK.cmake =================================================================== ---- webkitgtk-2.12.3.orig/Source/cmake/OptionsGTK.cmake 2016-05-24 10:06:23.000000000 +0200 -+++ webkitgtk-2.12.3/Source/cmake/OptionsGTK.cmake 2016-06-20 15:45:57.393089713 +0200 -@@ -6,13 +6,6 @@ +--- 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) set(PROJECT_VERSION ${PROJECT_VERSION_MAJOR}.${PROJECT_VERSION_MINOR}.${PROJECT_VERSION_MICRO}) set(WEBKITGTK_API_VERSION 4.0) @@ -28,11 +28,11 @@ - # 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 9 13) -Index: webkitgtk-2.12.3/Source/WTF/wtf/Compiler.h + CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT2 50 10 13) +Index: webkitgtk-2.12.4/Source/WTF/wtf/Compiler.h =================================================================== ---- webkitgtk-2.12.3.orig/Source/WTF/wtf/Compiler.h 2016-04-11 08:18:43.000000000 +0200 -+++ webkitgtk-2.12.3/Source/WTF/wtf/Compiler.h 2016-06-20 15:45:57.393089713 +0200 +--- webkitgtk-2.12.4.orig/Source/WTF/wtf/Compiler.h ++++ webkitgtk-2.12.4/Source/WTF/wtf/Compiler.h @@ -70,8 +70,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))
