commit webkit2gtk3 for openSUSE:Factory
Hello community, here is the log from the commit of package webkit2gtk3 for openSUSE:Factory checked in at 2016-07-01 09:52:59 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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-05-13 09:22:58.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.webkit2gtk3.new/webkit2gtk3.changes 2016-07-01 09:53:01.000000000 +0200 @@ -2 +2 @@ -Thu May 5 18:02:14 CEST 2016 - ro@suse.de +Mon Jun 20 13:46:09 UTC 2016 - fcrozat@suse.com @@ -4 +4,40 @@ -- handle s390 like s390x +- Refresh webkitgtk-disable-gcc-version-checks.patch for latest + version. + +------------------------------------------------------------------- +Fri Jun 17 08:38:10 UTC 2016 - zaitor@opensuse.org + +- Update to version 2.12.3: + + Security fixes: CVE-2016-1857, CVE-2016-1856. + + Improved the detection of supported MIME types supported by the + media player. + + Fix web process crash when playing adaptive streaming media. + + Change the volume while thumb slider is dragged, not only when + released. + + Fix leaked thread in network process. + + Fix several crashes and rendering issues. + + Updated translations. + +------------------------------------------------------------------- +Tue Jun 7 09:12:46 UTC 2016 - dimstar@opensuse.org + +- Also apply webkitgtk-disable-gcc-version-checks.patch on Leap + and use GCC 4.8. +- Change condition to pass -DENABLE_DATABASE_PROCESS=OFF, + -DENABLE_INDEXED_DATABASE=OFF and -DENABLE_FTL_JIT=OFF to cmake: + newly on all SLE12 based systems (incl. Leap). + +------------------------------------------------------------------- +Fri May 27 11:59:29 UTC 2016 - idonmez@suse.com + +- Update to GNOME 3.20.2 FATE#318572 + +------------------------------------------------------------------- +Thu May 5 23:34:03 CEST 2016 - ro@suse.de + +- add -DUSE_SYSTEM_MALLOC=ON as in factory on ppc/s390 + +------------------------------------------------------------------- +Wed May 4 15:07:26 CEST 2016 - ro@suse.de + +- handle s390 like s390x to fix build @@ -738 +776,0 @@ - Old: ---- webkitgtk-2.12.2.tar.xz New: ---- webkitgtk-2.12.3.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ webkit2gtk3.spec ++++++ --- /var/tmp/diff_new_pack.qH1Qkb/_old 2016-07-01 09:53:02.000000000 +0200 +++ /var/tmp/diff_new_pack.qH1Qkb/_new 2016-07-01 09:53:02.000000000 +0200 @@ -26,7 +26,7 @@ %define _pkgconfig_suffix gtk-3.0 %define _name webkitgtk Name: webkit2gtk3 -Version: 2.12.2 +Version: 2.12.3 Release: 0 Summary: Library for rendering web content, GTK+ Port License: LGPL-2.0+ and BSD-3-Clause @@ -43,7 +43,7 @@ %endif BuildRequires: bison >= 2.3 BuildRequires: cmake -%if 0%{?is_opensuse} +%if %{?suse_version} > 1315 BuildRequires: gcc-c++ >= 4.9 %else BuildRequires: gcc-c++ >= 4.8 @@ -217,7 +217,7 @@ %prep %setup -q -n webkitgtk-%{version} %patch0 -p1 -%if !0%{?is_opensuse} +%if %{?suse_version} == 1315 %patch1 -p1 %endif @@ -235,7 +235,7 @@ # Disable FTL JIT on SLE until we get llvm >= 3.7 or until # upstream switches from LLVM to B3 (requires gcc >= 4.9). %cmake \ -%if !0%{?is_opensuse} +%if 0%{?suse_version} == 1315 -DENABLE_DATABASE_PROCESS=OFF \ -DENABLE_INDEXED_DATABASE=OFF \ -DENABLE_FTL_JIT=OFF \ ++++++ webkitgtk-2.12.2.tar.xz -> webkitgtk-2.12.3.tar.xz ++++++ /work/SRC/openSUSE:Factory/webkit2gtk3/webkitgtk-2.12.2.tar.xz /work/SRC/openSUSE:Factory/.webkit2gtk3.new/webkitgtk-2.12.3.tar.xz differ: char 26, line 1 ++++++ webkitgtk-disable-gcc-version-checks.patch ++++++ --- /var/tmp/diff_new_pack.qH1Qkb/_old 2016-07-01 09:53:02.000000000 +0200 +++ /var/tmp/diff_new_pack.qH1Qkb/_new 2016-07-01 09:53:02.000000000 +0200 @@ -11,10 +11,10 @@ Source/cmake/OptionsGTK.cmake | 7 ------- 1 file changed, 7 deletions(-) -Index: webkitgtk-2.12.2/Source/cmake/OptionsGTK.cmake +Index: webkitgtk-2.12.3/Source/cmake/OptionsGTK.cmake =================================================================== ---- webkitgtk-2.12.2.orig/Source/cmake/OptionsGTK.cmake 2016-04-28 08:49:27.000000000 +0200 -+++ webkitgtk-2.12.2/Source/cmake/OptionsGTK.cmake 2016-05-02 14:06:42.166231056 +0200 +--- 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 @@ 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 8 13) -Index: webkitgtk-2.12.2/Source/WTF/wtf/Compiler.h + CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT2 50 9 13) +Index: webkitgtk-2.12.3/Source/WTF/wtf/Compiler.h =================================================================== ---- webkitgtk-2.12.2.orig/Source/WTF/wtf/Compiler.h 2016-04-11 08:18:43.000000000 +0200 -+++ webkitgtk-2.12.2/Source/WTF/wtf/Compiler.h 2016-05-02 14:06:42.166231056 +0200 +--- 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 @@ -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))
participants (1)
-
root@hilbert.suse.de