Hello community, here is the log from the commit of package webkit2gtk3 for openSUSE:Factory checked in at 2014-10-15 16:27:14 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/webkit2gtk3 (Old) and /work/SRC/openSUSE:Factory/.webkit2gtk3.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "webkit2gtk3" Changes: -------- --- /work/SRC/openSUSE:Factory/webkit2gtk3/webkit2gtk3.changes 2014-09-30 19:41:44.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.webkit2gtk3.new/webkit2gtk3.changes 2014-10-15 16:27:41.000000000 +0200 @@ -1,0 +2,26 @@ +Tue Oct 14 09:34:12 UTC 2014 - [email protected] + +- 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 - [email protected] + +- Disable JIT on Power architectures + (-DEANBLE_JIT=OFF -DENABLE_YARR_JIT=0) + +------------------------------------------------------------------- Old: ---- webkitgtk-2.6.0.tar.xz New: ---- webkitgtk-2.6.1.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ webkit2gtk3.spec ++++++ --- /var/tmp/diff_new_pack.rAllKf/_old 2014-10-15 16:27:42.000000000 +0200 +++ /var/tmp/diff_new_pack.rAllKf/_new 2014-10-15 16:27:42.000000000 +0200 @@ -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 @@ %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" ++++++ webkitgtk-2.6.0.tar.xz -> webkitgtk-2.6.1.tar.xz ++++++ /work/SRC/openSUSE:Factory/webkit2gtk3/webkitgtk-2.6.0.tar.xz /work/SRC/openSUSE:Factory/.webkit2gtk3.new/webkitgtk-2.6.1.tar.xz differ: char 25, line 1 -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
