diff --git a/webkit2gtk3.changes b/webkit2gtk3.changes index 85bd3a4..5881347 100644 --- a/webkit2gtk3.changes +++ b/webkit2gtk3.changes @@ -1,3 +1,29 @@ +------------------------------------------------------------------- +Thu Apr 28 08:30:17 UTC 2016 - zaitor@opensuse.org + +- 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 - zaitor@opensuse.org + +- 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. + ------------------------------------------------------------------- Fri Apr 15 12:50:28 UTC 2016 - zaitor@opensuse.org diff --git a/webkit2gtk3.spec b/webkit2gtk3.spec index 50d906c..5a461b4 100644 --- a/webkit2gtk3.spec +++ b/webkit2gtk3.spec @@ -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(geoclue-2.0) >= 2.1.5 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 @@ more. -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 \ diff --git a/webkitgtk-2.12.1.tar.xz b/webkitgtk-2.12.1.tar.xz deleted file mode 100644 index bd33eb1..0000000 --- a/webkitgtk-2.12.1.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5b1a2d5227553f3cecbdb258c68b384f9235747b2c07c15afb555fe4fa6ae896 -size 11698428 diff --git a/webkitgtk-2.12.2.tar.xz b/webkitgtk-2.12.2.tar.xz new file mode 100644 index 0000000..268bc39 --- /dev/null +++ b/webkitgtk-2.12.2.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9dc49b908b1c37da739703e1402a7f07c4ea9093b8ecfb34f20e8f74e328f124 +size 11703584