Accepting request 392233 from GNOME:Next
Versionbump and rather big change for us - die gtk2 die :-) OBS-URL: https://build.opensuse.org/request/show/392233 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/webkit2gtk3?expand=0&rev=63
This commit is contained in:
parent
1692984054
commit
6825532a9f
@ -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
|
||||
|
||||
|
@ -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 \
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5b1a2d5227553f3cecbdb258c68b384f9235747b2c07c15afb555fe4fa6ae896
|
||||
size 11698428
|
3
webkitgtk-2.12.2.tar.xz
Normal file
3
webkitgtk-2.12.2.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9dc49b908b1c37da739703e1402a7f07c4ea9093b8ecfb34f20e8f74e328f124
|
||||
size 11703584
|
Loading…
Reference in New Issue
Block a user