Hello community,

here is the log from the commit of package webkit2gtk3 for openSUSE:Factory 
checked in at 2016-05-05 12:11:48
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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-04-28 
16:49:58.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.webkit2gtk3.new/webkit2gtk3.changes     
2016-05-05 12:11:49.000000000 +0200
@@ -1,0 +2,32 @@
+Mon May  2 14:05:38 CEST 2016 - [email protected]
+
+- Refresh webkitgtk-disable-gcc-version-checks.patch for latest
+  version.
+
+-------------------------------------------------------------------
+Thu Apr 28 08:30:17 UTC 2016 - [email protected]
+
+- Update to version 2.12.2:
+  + Fix rendering of scrollbars with GTK themes using stepper
+    buttons.
+  + Fix compatibility issue with 2.12.1 regarding local storage
+    access from file URLs.
+  + Make menu list buttons use the text color from the theme.
+  + Do not show resize grip in non-resizable text fields.
+  + Fix accessibility events causing Orca to echo key presses
+    instead of speaking the inserted characters in password fields.
+  + Fix an off by one error in hyphenation.
+  + Fix several crashes and rendering issues.
+  + Fix the build with libjpeg v9.
+  + Updated translations.
+
+-------------------------------------------------------------------
+Mon Apr 25 14:28:33 UTC 2016 - [email protected]
+
+- Drop pkgconfig(gtk+-2.0) BuildRequires and pass
+  -DENABLE_PLUGIN_PROCESS_GTK2=OFF to configure. We do no longer
+  ship the flash-plugin in openSUSE, and it were the last consumer
+  of this functionality. This also have the added bonus of freeing
+  zenity and dependant packages of gtk2 dependencies.
+
+-------------------------------------------------------------------

Old:
----
  webkitgtk-2.12.1.tar.xz

New:
----
  webkitgtk-2.12.2.tar.xz

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

Other differences:
------------------
++++++ webkit2gtk3.spec ++++++
--- /var/tmp/diff_new_pack.AAfGQM/_old  2016-05-05 12:11:50.000000000 +0200
+++ /var/tmp/diff_new_pack.AAfGQM/_new  2016-05-05 12:11:50.000000000 +0200
@@ -26,7 +26,7 @@
 %define _pkgconfig_suffix gtk-3.0
 %define _name webkitgtk
 Name:           webkit2gtk3
-Version:        2.12.1
+Version:        2.12.2
 Release:        0
 Summary:        Library for rendering web content, GTK+ Port
 License:        LGPL-2.0+ and BSD-3-Clause
@@ -68,8 +68,6 @@
 BuildRequires:  pkgconfig(glib-2.0) >= 2.36
 BuildRequires:  pkgconfig(gstreamer-1.0) >= 1.0.3
 BuildRequires:  pkgconfig(gstreamer-plugins-base-1.0)
-# We require gtk2 for the Gtk2 plugin wrapper
-BuildRequires:  pkgconfig(gtk+-2.0) >= 2.24.10
 BuildRequires:  pkgconfig(gtk+-3.0) >= 3.12.0
 BuildRequires:  pkgconfig(gudev-1.0)
 BuildRequires:  pkgconfig(harfbuzz) >= 0.9.2
@@ -245,6 +243,7 @@
   -DCMAKE_BUILD_TYPE=Release \
   -DLIBEXEC_INSTALL_DIR=%{_libexecdir}/libwebkit2gtk%{_wk2sover} \
   -DPORT=GTK \
+  -DENABLE_PLUGIN_PROCESS_GTK2=OFF \
 %ifarch ppc ppc64 ppc64le s390x
   -DENABLE_JIT=OFF \
   -DUSE_SYSTEM_MALLOC=ON \

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

++++++ webkitgtk-disable-gcc-version-checks.patch ++++++
--- /var/tmp/diff_new_pack.AAfGQM/_old  2016-05-05 12:11:50.000000000 +0200
+++ /var/tmp/diff_new_pack.AAfGQM/_new  2016-05-05 12:11:50.000000000 +0200
@@ -11,10 +11,10 @@
  Source/cmake/OptionsGTK.cmake | 7 -------
  1 file changed, 7 deletions(-)
 
-Index: webkitgtk-2.12.0/Source/cmake/OptionsGTK.cmake
+Index: webkitgtk-2.12.2/Source/cmake/OptionsGTK.cmake
 ===================================================================
---- webkitgtk-2.12.0.orig/Source/cmake/OptionsGTK.cmake        2016-03-22 
09:40:16.000000000 +0100
-+++ webkitgtk-2.12.0/Source/cmake/OptionsGTK.cmake     2016-03-23 
09:15:11.358417558 +0100
+--- 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
 @@ -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 6 13)
-Index: webkitgtk-2.12.0/Source/WTF/wtf/Compiler.h
+ CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT2 50 8 13)
+Index: webkitgtk-2.12.2/Source/WTF/wtf/Compiler.h
 ===================================================================
---- webkitgtk-2.12.0.orig/Source/WTF/wtf/Compiler.h    2016-03-17 
08:51:05.000000000 +0100
-+++ webkitgtk-2.12.0/Source/WTF/wtf/Compiler.h 2016-03-23 09:15:11.358417558 
+0100
+--- 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
 @@ -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))


Reply via email to