Accepting request 360519 from GNOME:Next
Update to 2.11.90 OBS-URL: https://build.opensuse.org/request/show/360519 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/webkit2gtk3?expand=0&rev=53
This commit is contained in:
parent
5d391df091
commit
c7faa06827
@ -1,3 +1,19 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Feb 19 15:19:20 UTC 2016 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 2.11.90:
|
||||||
|
+ Switch to use overlay scrollbars like all other GTK+ widgets
|
||||||
|
and ensure the behavior is consistent with GTK+ too.
|
||||||
|
+ Limit the number of tiles according to the visible area. This
|
||||||
|
was causing a huge memory consumption with some websites.
|
||||||
|
+ Fix toggle buttons rendering with GTK+ 3.19.
|
||||||
|
+ Fix HTTP authentication dialog rendering when accelerated
|
||||||
|
compositing mode is enabled.
|
||||||
|
+ Use G_TYPE_ERROR instead of G_TYPE_POINTER for GError
|
||||||
|
parameters of signals.
|
||||||
|
+ Fix several memory leaks.
|
||||||
|
- Rebase webkitgtk-disable-gcc-version-checks.patch.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Feb 16 14:42:11 UTC 2016 - fcrozat@suse.com
|
Tue Feb 16 14:42:11 UTC 2016 - fcrozat@suse.com
|
||||||
|
|
||||||
|
@ -26,7 +26,7 @@
|
|||||||
%define _pkgconfig_suffix gtk-3.0
|
%define _pkgconfig_suffix gtk-3.0
|
||||||
%define _name webkitgtk
|
%define _name webkitgtk
|
||||||
Name: webkit2gtk3
|
Name: webkit2gtk3
|
||||||
Version: 2.11.5
|
Version: 2.11.90
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Library for rendering web content, GTK+ Port
|
Summary: Library for rendering web content, GTK+ Port
|
||||||
License: LGPL-2.0+ and BSD-3-Clause
|
License: LGPL-2.0+ and BSD-3-Clause
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:f6bb102ec2db2f1c134280551cd19fac9ea067324268709df97c2221b08baa02
|
|
||||||
size 11701588
|
|
3
webkitgtk-2.11.90.tar.xz
Normal file
3
webkitgtk-2.11.90.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:027c2cb4816a524f100d9c79a4a8307ada073c2bdb6dbbf34034764e1aee3bb9
|
||||||
|
size 11727936
|
@ -11,11 +11,11 @@ process code.
|
|||||||
Source/cmake/OptionsGTK.cmake | 7 -------
|
Source/cmake/OptionsGTK.cmake | 7 -------
|
||||||
1 file changed, 7 deletions(-)
|
1 file changed, 7 deletions(-)
|
||||||
|
|
||||||
Index: webkitgtk-2.11.5/Source/cmake/OptionsGTK.cmake
|
Index: webkitgtk-2.11.90/Source/cmake/OptionsGTK.cmake
|
||||||
===================================================================
|
===================================================================
|
||||||
--- webkitgtk-2.11.5.orig/Source/cmake/OptionsGTK.cmake
|
--- webkitgtk-2.11.90.orig/Source/cmake/OptionsGTK.cmake
|
||||||
+++ webkitgtk-2.11.5/Source/cmake/OptionsGTK.cmake
|
+++ webkitgtk-2.11.90/Source/cmake/OptionsGTK.cmake
|
||||||
@@ -6,13 +6,6 @@ set(PROJECT_VERSION_MICRO 5)
|
@@ -6,13 +6,6 @@ set(PROJECT_VERSION_MICRO 90)
|
||||||
set(PROJECT_VERSION ${PROJECT_VERSION_MAJOR}.${PROJECT_VERSION_MINOR}.${PROJECT_VERSION_MICRO})
|
set(PROJECT_VERSION ${PROJECT_VERSION_MAJOR}.${PROJECT_VERSION_MINOR}.${PROJECT_VERSION_MICRO})
|
||||||
set(WEBKITGTK_API_VERSION 4.0)
|
set(WEBKITGTK_API_VERSION 4.0)
|
||||||
|
|
||||||
@ -28,11 +28,11 @@ Index: webkitgtk-2.11.5/Source/cmake/OptionsGTK.cmake
|
|||||||
-
|
-
|
||||||
# Libtool library version, not to be confused with API version.
|
# Libtool library version, not to be confused with API version.
|
||||||
# See http://www.gnu.org/software/libtool/manual/html_node/Libtool-versioning.html
|
# See http://www.gnu.org/software/libtool/manual/html_node/Libtool-versioning.html
|
||||||
CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT2 50 2 13)
|
CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT2 50 3 13)
|
||||||
Index: webkitgtk-2.11.5/Source/WTF/wtf/Compiler.h
|
Index: webkitgtk-2.11.90/Source/WTF/wtf/Compiler.h
|
||||||
===================================================================
|
===================================================================
|
||||||
--- webkitgtk-2.11.5.orig/Source/WTF/wtf/Compiler.h
|
--- webkitgtk-2.11.90.orig/Source/WTF/wtf/Compiler.h
|
||||||
+++ webkitgtk-2.11.5/Source/WTF/wtf/Compiler.h
|
+++ webkitgtk-2.11.90/Source/WTF/wtf/Compiler.h
|
||||||
@@ -20,7 +20,7 @@
|
@@ -20,7 +20,7 @@
|
||||||
* PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY
|
* PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY
|
||||||
* OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
* OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
||||||
|
Loading…
Reference in New Issue
Block a user