forked from pool/webkit2gtk3
Accepting request 256571 from GNOME:Factory
1 OBS-URL: https://build.opensuse.org/request/show/256571 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/webkit2gtk3?expand=0&rev=2
This commit is contained in:
commit
94042d4dd0
@ -1,3 +1,29 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 14 09:34:12 UTC 2014 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 2.6.1:
|
||||
+ Ensure WebKitWebView:is-loading is TRUE right after a new load
|
||||
starts.
|
||||
+ Fix a crash in the plugin process with some windowed flash
|
||||
plugins.
|
||||
+ Allow to dock the inspector again once undocked when building
|
||||
with GTK+ >= 3.10.
|
||||
+ TLS errors now take precedence over the HTTP authentication
|
||||
dialog.
|
||||
+ Do not shrink on-disk cache to its default size on startup.
|
||||
+ Improve the proportion and visibility of some web inspector
|
||||
icons.
|
||||
+ Fix GTK+2 plugins not working after being updated.
|
||||
+ Don’t include full path names in WebKitEnumTypes.h to ensure
|
||||
the generated headers are always identical.
|
||||
+ Updated transations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 13 14:59:24 UTC 2014 - dvaleev@suse.com
|
||||
|
||||
- Disable JIT on Power architectures
|
||||
(-DEANBLE_JIT=OFF -DENABLE_YARR_JIT=0)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 25 08:13:58 UTC 2014 - dimstar@opensuse.org
|
||||
|
||||
|
@ -26,7 +26,7 @@
|
||||
%define _pkgconfig_suffix gtk-3.0
|
||||
%define _name webkitgtk
|
||||
Name: webkit2gtk3
|
||||
Version: 2.6.0
|
||||
Version: 2.6.1
|
||||
Release: 0
|
||||
Summary: Library for rendering web content, GTK+ Port
|
||||
License: LGPL-2.0+ and BSD-3-Clause
|
||||
@ -210,10 +210,16 @@ 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 /')
|
||||
%ifarch ppc ppc64 ppc64le
|
||||
%global optflags %{optflags} -DENABLE_YARR_JIT=0
|
||||
%endif
|
||||
%cmake \
|
||||
-DCMAKE_BUILD_TYPE=Release \
|
||||
-DLIBEXEC_INSTALL_DIR=%{_libexecdir}/libwebkit2gtk%{_wk2sover} \
|
||||
-DPORT=GTK \
|
||||
%ifarch ppc ppc64 ppc64le
|
||||
-DENABLE_JIT=OFF \
|
||||
%endif
|
||||
-DCMAKE_EXE_LINKER_FLAGS="-Wl,--as-needed -Wl,-z,now" \
|
||||
-DCMAKE_MODULE_LINKER_FLAGS="-Wl,--as-needed -Wl,-z,now" \
|
||||
-DCMAKE_SHARED_LINKER_FLAGS="-Wl,--as-needed -Wl,-z,now"
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:beb702b3d57d5323b6eecc7f517033777454ea59f1d897d2d96090756aadf4f3
|
||||
size 9945848
|
3
webkitgtk-2.6.1.tar.xz
Normal file
3
webkitgtk-2.6.1.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c846a662762dd79c26e77fa36348e706d217d1385bb2dbdcfc28a5a1476c6d54
|
||||
size 9990248
|
Loading…
Reference in New Issue
Block a user