Accepting request 684734 from GNOME:Next

New stable release

OBS-URL: https://build.opensuse.org/request/show/684734
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/webkit2gtk3?expand=0&rev=206
This commit is contained in:
Bjørn Lie 2019-03-14 10:25:39 +00:00 committed by Git OBS Bridge
parent 9a16d91481
commit 36e3977beb
7 changed files with 123 additions and 1966 deletions

File diff suppressed because it is too large Load Diff

View File

@ -1,3 +1,102 @@
-------------------------------------------------------------------
Wed Mar 13 13:40:11 UTC 2019 - Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 2.24.0:
+ Added support fot content filtering.
+ Variation fonts support.
+ Fully emoji rendering support.
+ Added navigation and pinch zoom gestures for touchpads.
+ Support for JPEG2000 images.
+ Script dialogs are now modal to the current web view only.
+ New API to convert URI to format for display.
-------------------------------------------------------------------
Wed Mar 6 16:25:48 UTC 2019 - Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 2.23.92:
+ Fix constructors returning a GObject in JSC GLib API.
+ Do not scan NPAPI plugins when plugins are disabled in
settings.
+ Add WebKitUserContentFilterStore to the API docs.
+ Fix several crashes and rendering issues.
+ Updated translations.
-------------------------------------------------------------------
Sun Mar 3 18:37:51 UTC 2019 - bjorn.lie@gmail.com
- Update to version 2.23.91:
+ Add new API to handle user content filters.
+ Fix a UI process crash while filling selection data during drag
and drop.
+ Fix deadlock on Linux/x64 between SamplingProfiler and VMTraps.
+ Fix several crashes and rendering issues.
+ Updated translations.
-------------------------------------------------------------------
Sun Mar 3 16:05:51 UTC 2019 - bjorn.lie@gmail.com
- Update to version 2.23.90:
+ Add a new setting to disable JavaScript elments from documents
during parsing.
+ Add new API to expose JavaScriptCore options.
+ Add support for JPEG2000 images.
+ Add support for back/forward touchpad gesture.
+ Add support for pinch zoom on touchpad.
+ Use a scrolled window in alert dialogs to handle long contents.
+ Sleep disabler now inhibits idle when a "System" sleep disabler
is requested.
+ Remove experimental sandboxing support, it's not yet ready for
stable release.
+ Fix a web process deadlock when starting the remote inspector.
+ Fix a crash when browsing inspector:// URI without port set.
+ Fix several crashes and rendering issues.
- Add openjpeg2 and openjpeg2-devel BuildRequires: New
dependencies.
- Drop webkit2gtk3-python3.patch: Not needed anymore.
- Disable bubblewrap, xdg-dbus-proxy and pkgconfig(libseccomp)
BuildRequires and bubblewrap, xdg-dbus-proxy Requires: Sandbox
support was disabled by upstream again.
- Stop passing -DENABLE_ACCELERATED_2D_CANVAS=ON to cmake, follow
upstream default.
-------------------------------------------------------------------
Sun Mar 3 16:05:50 UTC 2019 - bjorn.lie@gmail.com
- Update to version 2.23.3:
+ Fix rendering of emoji sequences containing zero with joiner.
+ Fallback to a colored font when rendering emojis.
+ Fix rendering artifacts on Youtube while scrolling under X11.
+ Remove DConf permissions from sandbox.
+ Fix build from release tarball with gtkdoc enabled.
+ Fix several crashes and rendering issues.
+ Updated translations.
-------------------------------------------------------------------
Sun Mar 3 16:05:49 UTC 2019 - bjorn.lie@gmail.com
- Update to version 2.23.2:
+ Fix rendering artifacts in some websites with accelerated
compositing enabled.
+ Add initial support for variation fonts.
+ Add new API to convert a URI to a format for display.
+ Make scrollbars follow gtk-primary-button-warps-slider setting.
+ Fix crashes when closing the WebDriver session.
+ Fix the build with OpenGL disabled.
+ Fix several crashes and rendering issues.
- Changes from version 2.23.1:
+ Add initial support for subprocess sandboxing in Linux.
+ Add new permission request type for media device information.
+ Make scrollbars follow gtk-primary-button-warps-slider setting.
+ Script dialogs are now modal to the current web view only.
+ Fix several crashes and rendering issues.
- Add bubblewrap, xdg-dbus-proxy and pkgconfig(libseccomp)
BuildRequires: New dependencies for subprocess sandboxing.
- Add bubblewrap and xdg-dbus-proxy Requires: They are needed at
runtime.
- Disable webkit2gtk3-python3.patch: Needs rebase or possibly
outright dropping as fixed, as some parts of them are checked in
upstream.
-------------------------------------------------------------------
Sat Mar 2 16:34:27 UTC 2019 - Bjørn Lie <bjorn.lie@gmail.com>

View File

@ -42,19 +42,17 @@
%bcond_with python3
%endif
Name: webkit2gtk3
Version: 2.22.7
Version: 2.24.0
Release: 0
Summary: Library for rendering web content, GTK+ Port
License: LGPL-2.0-or-later AND BSD-3-Clause
Group: Development/Libraries/C and C++
URL: https://webkitgtk.org/
Source0: http://webkitgtk.org/releases/%{_name}-%{version}.tar.xz
Source1: http://webkitgtk.org/releases/%{_name}-%{version}.tar.xz.asc
Source0: https://webkitgtk.org/releases/%{_name}-%{version}.tar.xz
Source1: https://webkitgtk.org/releases/%{_name}-%{version}.tar.xz.asc
Source98: baselibs.conf
Source99: webkit2gtk3.keyring
# PATCH-FIX-UPSTREAM webkit2gtk3-python3.patch bsc#1079812 mgorse@suse.com -- port to Python 3.
Patch0: webkit2gtk3-python3.patch
# PATCh-FIX-UPSTREAM webkit2gtk3-boo1088932-a11y-state-set.patch boo#1088932 webkit#184366 mgorse@suse.com -- fix crash when atk_object_ref_state_set is called on an AtkObject that's being destroyed.
# PATCH-FIX-UPSTREAM webkit2gtk3-boo1088932-a11y-state-set.patch boo#1088932 webkit#184366 mgorse@suse.com -- fix crash when atk_object_ref_state_set is called on an AtkObject that's being destroyed
Patch1: webkit2gtk3-boo1088932-a11y-state-set.patch
BuildRequires: Mesa-libEGL-devel
@ -63,6 +61,7 @@ BuildRequires: Mesa-libGLESv1_CM-devel
BuildRequires: Mesa-libGLESv2-devel
BuildRequires: Mesa-libGLESv3-devel
BuildRequires: bison >= 2.3
#BuildRequires: bubblewrap
BuildRequires: cmake
BuildRequires: enchant-devel
%if 0%{?suse_version} == 1315
@ -76,9 +75,12 @@ BuildRequires: hyphen-devel
BuildRequires: libicu-devel
BuildRequires: libjpeg-devel
BuildRequires: ninja
BuildRequires: openjpeg2
BuildRequires: openjpeg2-devel
BuildRequires: perl >= 5.10.0
BuildRequires: pkgconfig
BuildRequires: ruby >= 1.8.7
#BuildRequires: xdg-dbus-proxy
BuildRequires: pkgconfig(atk)
BuildRequires: pkgconfig(atspi-2) >= 2.5.3
BuildRequires: pkgconfig(cairo) >= 1.10.2
@ -104,6 +106,7 @@ BuildRequires: pkgconfig(harfbuzz) >= 0.9.2
BuildRequires: pkgconfig(libbrotlidec) >= 1.0.1
BuildRequires: pkgconfig(libnotify)
BuildRequires: pkgconfig(libpng)
#BuildRequires: pkgconfig(libseccomp)
BuildRequires: pkgconfig(libsecret-1)
BuildRequires: pkgconfig(libsoup-2.4) >= 2.61.90
BuildRequires: pkgconfig(libwebp)
@ -129,6 +132,8 @@ BuildRequires: binutils-gold
# We require gtk2 for the Gtk2 plugin wrapper
BuildRequires: pkgconfig(gtk+-2.0) >= 2.24.10
%endif
#Requires: bubblewrap
#Requires: xdg-dbus-proxy
%description
WebKit is a web content engine, derived from KHTML and KJS from KDE,
@ -283,9 +288,6 @@ A small test browswer from webkit, useful for testing features.
%prep
%setup -q -n webkitgtk-%{version}
%if %{with python3}
%patch0 -p1
%endif
%patch1 -p1
%build
@ -318,6 +320,10 @@ export PYTHON=%{_bindir}/python3
-DCMAKE_BUILD_TYPE=Release \
-DLIBEXEC_INSTALL_DIR=%{_libexecdir}/libwebkit2gtk%{_wk2sover} \
-DPORT=GTK \
-DENABLE_MINIBROWSER=ON \
-DCMAKE_EXE_LINKER_FLAGS="-Wl,--as-needed -Wl,-z,now -pthread" \
-DCMAKE_MODULE_LINKER_FLAGS="-Wl,--as-needed -Wl,-z,now -pthread" \
-DCMAKE_SHARED_LINKER_FLAGS="-Wl,--as-needed -Wl,-z,now -pthread" \
%if 0%{?suse_version} == 1315
-DCMAKE_C_COMPILER=gcc-7 \
-DCMAKE_CXX_COMPILER=g++-7 \
@ -328,8 +334,6 @@ export PYTHON=%{_bindir}/python3
-DUSE_WOFF2=false \
-DENABLE_MEDIA_SOURCE=OFF \
%endif
-DENABLE_MINIBROWSER=ON \
-DENABLE_ACCELERATED_2D_CANVAS=ON \
%if %{with python3}
-DPYTHON_EXECUTABLE=%{_bindir}/python3 \
%endif
@ -340,9 +344,6 @@ export PYTHON=%{_bindir}/python3
-DENABLE_JIT=OFF \
%endif
-DUSE_SYSTEM_MALLOC=ON \
-DCMAKE_EXE_LINKER_FLAGS="-Wl,--as-needed -Wl,-z,now -pthread" \
-DCMAKE_MODULE_LINKER_FLAGS="-Wl,--as-needed -Wl,-z,now -pthread" \
-DCMAKE_SHARED_LINKER_FLAGS="-Wl,--as-needed -Wl,-z,now -pthread"
%ninja_build -j $max_link_jobs

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4be6f7d605cd0a690fd26e8aa83b089a33ad9d419148eafcfb60580dd2af30ff
size 16777676

View File

@ -1,6 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iF0EABECAB0WIQRao7wzT9fjNp58d7KRxVnb5MkSOwUCXHlxIQAKCRCRxVnb5MkS
O553AJ9jvJOicYohdrVKJYpLGwdfzSCFwACfWP9BK19+cQR4csHiVzeeei7L2Nk=
=aqhN
-----END PGP SIGNATURE-----

3
webkitgtk-2.24.0.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2e4ad1503fe482ceb5a83cf70ac9cd42f37eb718555a4d6844fe4c59a9214407
size 17894000

View File

@ -0,0 +1,6 @@
-----BEGIN PGP SIGNATURE-----
iF0EABEDAB0WIQTX/PYc+aLeqzHYG9Pz0yLQ7EWCwwUCXIjSEgAKCRDz0yLQ7EWC
w3XeAJ4ihDVCxdmR3bu1ZnJA2+fmSo7rhgCg0jQJCPD1XIrb+zuqPNxWT/wDQwg=
=MBZW
-----END PGP SIGNATURE-----