forked from pool/webkit2gtk3
Accepting request 258548 from GNOME:Factory
1 OBS-URL: https://build.opensuse.org/request/show/258548 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/webkit2gtk3?expand=0&rev=3
This commit is contained in:
commit
083b5e5f74
@ -1,3 +1,19 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Oct 25 11:51:21 UTC 2014 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 2.6.2:
|
||||
+ SSLv3 is now disabled to protect us against POODLE
|
||||
vulnerability.
|
||||
+ TLS errors are no longer ignored by default.
|
||||
+ Fix the remote web inspector.
|
||||
+ Fix rendering of buttons, selections and lists with recent GTK+
|
||||
versions.
|
||||
+ Improve performance of timers scheduled after a delay in
|
||||
microseconds.
|
||||
+ Fix WebKitSettings:enable-smooth-scrolling to actually enable
|
||||
smooth scrolling.
|
||||
+ Fix the build with drag and drop support disabled.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 14 09:34:12 UTC 2014 - dimstar@opensuse.org
|
||||
|
||||
|
@ -26,7 +26,7 @@
|
||||
%define _pkgconfig_suffix gtk-3.0
|
||||
%define _name webkitgtk
|
||||
Name: webkit2gtk3
|
||||
Version: 2.6.1
|
||||
Version: 2.6.2
|
||||
Release: 0
|
||||
Summary: Library for rendering web content, GTK+ Port
|
||||
License: LGPL-2.0+ and BSD-3-Clause
|
||||
@ -209,7 +209,7 @@ more.
|
||||
|
||||
%build
|
||||
# Use linker flags to reduce memory consumption
|
||||
%global optflags %(echo %{optflags} -Wl,--no-keep-memory -Wl,--reduce-memory-overheads | sed 's/-g /-g1 /')
|
||||
%global optflags %(echo %{optflags} -Wl,--no-keep-memory -Wl,--reduce-memory-overheads| sed 's/-g /-g1 /')
|
||||
%ifarch ppc ppc64 ppc64le
|
||||
%global optflags %{optflags} -DENABLE_YARR_JIT=0
|
||||
%endif
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c846a662762dd79c26e77fa36348e706d217d1385bb2dbdcfc28a5a1476c6d54
|
||||
size 9990248
|
3
webkitgtk-2.6.2.tar.xz
Normal file
3
webkitgtk-2.6.2.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5172e9b6b65b3de3cc25bffbe109249ac79b9256d57f6a331455ae1a5ea938b9
|
||||
size 9992484
|
Loading…
Reference in New Issue
Block a user