Accepting request 1004770 from GNOME:Factory
New stable OBS-URL: https://build.opensuse.org/request/show/1004770 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/webkit2gtk3?expand=0&rev=152
This commit is contained in:
commit
414e8ea65a
@ -1,7 +1,9 @@
|
|||||||
--- orig-webkitgtk-2.35.3/Source/cmake/WebKitCompilerFlags.cmake 2022-02-10 14:13:15.967239967 +0100
|
Index: webkitgtk-2.37.90/Source/cmake/WebKitCompilerFlags.cmake
|
||||||
+++ webkitgtk-2.35.3/Source/cmake/WebKitCompilerFlags.cmake 2022-02-10 18:20:56.008703314 +0100
|
===================================================================
|
||||||
@@ -156,15 +156,6 @@
|
--- webkitgtk-2.37.90.orig/Source/cmake/WebKitCompilerFlags.cmake
|
||||||
WEBKIT_PREPEND_GLOBAL_COMPILER_FLAGS(-Wno-expansion-to-defined)
|
+++ webkitgtk-2.37.90/Source/cmake/WebKitCompilerFlags.cmake
|
||||||
|
@@ -154,15 +154,6 @@ if (COMPILER_IS_GCC_OR_CLANG)
|
||||||
|
WEBKIT_PREPEND_GLOBAL_CXX_FLAGS(-Wno-odr)
|
||||||
endif ()
|
endif ()
|
||||||
|
|
||||||
- # Force SSE2 fp on x86 builds.
|
- # Force SSE2 fp on x86 builds.
|
||||||
|
@ -1,3 +1,72 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Sep 16 22:44:55 UTC 2022 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||||
|
|
||||||
|
- Update to version 2.38.0 (boo#1203530):
|
||||||
|
+ New media controls UI style.
|
||||||
|
+ Add new API to set WebView’s Content-Security-Policy for web
|
||||||
|
extensions support.
|
||||||
|
+ Make it possible to use the remote inspector from other
|
||||||
|
browsers using WEBKIT_INSPECTOR_HTTP_SERVER env var.
|
||||||
|
+ MediaSession is enabled by default, allowing remote media
|
||||||
|
control using MPRIS.
|
||||||
|
+ Add support for PDF documents using PDF.js.
|
||||||
|
+ Security fixes: CVE-2022-32886, CVE-2022-32912.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Sep 5 06:25:57 UTC 2022 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||||
|
|
||||||
|
- Update to version 2.37.91:
|
||||||
|
+ Cache and reuse image-based backing stores to improve memory
|
||||||
|
consumption.
|
||||||
|
+ Fix printing with bubblewrap sandbox enabled.
|
||||||
|
+ Deprecate enable-frame-flattening setting because the
|
||||||
|
functionality will be removed for 2.40.
|
||||||
|
+ Fix deadlock when disposing player while handling rotation tag.
|
||||||
|
+ Fix several crashes and rendering issues.
|
||||||
|
+ Updated translations.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 26 13:40:09 UTC 2022 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||||
|
|
||||||
|
- Update to version 2.37.90:
|
||||||
|
+ Remove libnotify dependency.
|
||||||
|
+ Add support for service worker notifications.
|
||||||
|
+ Add support for loading the notification icon.
|
||||||
|
+ Add support for pac proxy type in WebDriver.
|
||||||
|
+ Fix several crashes and rendering issues.
|
||||||
|
+ Updated translations.
|
||||||
|
- Changes from version 2.37.1:
|
||||||
|
+ Add initial implementation of WebRTC using GstWebRTC if
|
||||||
|
GStreamer 1.20 is available, disabled by default via web view
|
||||||
|
settings.
|
||||||
|
+ Add new API to set WebView’s Content-Security-Policy for web
|
||||||
|
extensions support.
|
||||||
|
+ Add new API to run async JavaScript functions.
|
||||||
|
+ Expose typed arrays in JavaScriptCore GLib API.
|
||||||
|
+ Add support for PDF documents using PDF.js.
|
||||||
|
+ Show font name and font variant settings in the inspector.
|
||||||
|
+ MediaSession is enabled by default, allowing remote media
|
||||||
|
control using MPRIS.
|
||||||
|
+ Modernized media controls UI.
|
||||||
|
+ Add Support Google Dynamic Ad Insertion (DAI).
|
||||||
|
+ Add support for capturing encoded video streams from a webcam.
|
||||||
|
+ Make it possible to use the remote inspector from other
|
||||||
|
browsers using WEBKIT_INSPECTOR_HTTP_SERVER env var.
|
||||||
|
+ Add support for IPv6 in the remote inspector.
|
||||||
|
+ Update form elements style to match libadwaita.
|
||||||
|
+ Fix canvas animations and images with threaded rendering
|
||||||
|
enabled.
|
||||||
|
+ Switch to use gi-docgen for API documentation instead of
|
||||||
|
gtk-doc.
|
||||||
|
+ Remove the ATK a11y implementation that has been replaced by
|
||||||
|
AT-SPI DBus interfaces.
|
||||||
|
+ Fix several crashes and rendering issues.
|
||||||
|
- Update no-forced-sse.patch with quilt.
|
||||||
|
- Pass -DENABLE_DOCUMENTATION=OFF to configure, we did not build
|
||||||
|
the API docs in the past, and I see no reason to start now.
|
||||||
|
- Drop pkgconfig(libnotify) BuildRequires: No longer needed, nor
|
||||||
|
used if available.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Aug 26 13:40:08 UTC 2022 - Michael Gorse <mgorse@suse.com>
|
Fri Aug 26 13:40:08 UTC 2022 - Michael Gorse <mgorse@suse.com>
|
||||||
|
|
||||||
@ -24,7 +93,7 @@ Fri Jul 29 15:09:20 UTC 2022 - Michael Gorse <mgorse@suse.com>
|
|||||||
- Fix WebKitWebView::context-menu when using GTK4.
|
- Fix WebKitWebView::context-menu when using GTK4.
|
||||||
- Fix LTO builds with GCC.
|
- Fix LTO builds with GCC.
|
||||||
- Fix several crashes and rendering issues.
|
- Fix several crashes and rendering issues.
|
||||||
+ Security fixes: CVE-2022-32792, CVE-2022-32816.
|
+ Security fixes: CVE-2022-32792, CVE-2022-32816, CVE-2022-32891.
|
||||||
- Drop webkit2gtk3-fix-build.patch: fixed upstream.
|
- Drop webkit2gtk3-fix-build.patch: fixed upstream.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
|
@ -70,7 +70,7 @@ ExclusiveArch: do-not-build
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: webkit2%{_gtknamesuffix}
|
Name: webkit2%{_gtknamesuffix}
|
||||||
Version: 2.36.7
|
Version: 2.38.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Library for rendering web content, GTK+ Port
|
Summary: Library for rendering web content, GTK+ Port
|
||||||
License: BSD-3-Clause AND LGPL-2.0-or-later
|
License: BSD-3-Clause AND LGPL-2.0-or-later
|
||||||
@ -144,7 +144,6 @@ BuildRequires: pkgconfig(gudev-1.0)
|
|||||||
BuildRequires: pkgconfig(harfbuzz) >= 0.9.18
|
BuildRequires: pkgconfig(harfbuzz) >= 0.9.18
|
||||||
BuildRequires: pkgconfig(lcms2)
|
BuildRequires: pkgconfig(lcms2)
|
||||||
BuildRequires: pkgconfig(libavif) >= 0.9.0
|
BuildRequires: pkgconfig(libavif) >= 0.9.0
|
||||||
BuildRequires: pkgconfig(libnotify)
|
|
||||||
BuildRequires: pkgconfig(libpng)
|
BuildRequires: pkgconfig(libpng)
|
||||||
BuildRequires: pkgconfig(libseccomp)
|
BuildRequires: pkgconfig(libseccomp)
|
||||||
BuildRequires: pkgconfig(libsecret-1)
|
BuildRequires: pkgconfig(libsecret-1)
|
||||||
@ -355,6 +354,7 @@ export PYTHON=%{_bindir}/python3
|
|||||||
%cmake \
|
%cmake \
|
||||||
-GNinja \
|
-GNinja \
|
||||||
-DCMAKE_BUILD_TYPE=Release \
|
-DCMAKE_BUILD_TYPE=Release \
|
||||||
|
-DENABLE_DOCUMENTATION=OFF \
|
||||||
%if %usegcc10
|
%if %usegcc10
|
||||||
-DCMAKE_C_COMPILER=gcc-10 \
|
-DCMAKE_C_COMPILER=gcc-10 \
|
||||||
-DCMAKE_CXX_COMPILER=g++-10 \
|
-DCMAKE_CXX_COMPILER=g++-10 \
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:0c260cf2b32f0481d017670dfed1b61e554967cd067195606c9f9eb5fe731743
|
|
||||||
size 26594424
|
|
@ -1,6 +0,0 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
|
||||||
|
|
||||||
iF0EABECAB0WIQRao7wzT9fjNp58d7KRxVnb5MkSOwUCYwaNMwAKCRCRxVnb5MkS
|
|
||||||
OwFGAJ9cz5+l3fKydXxOgJWDLBvlavsI1ACfbkmK0bmhBExS7febO1y16Ftd91Q=
|
|
||||||
=Zhg7
|
|
||||||
-----END PGP SIGNATURE-----
|
|
3
webkitgtk-2.38.0.tar.xz
Normal file
3
webkitgtk-2.38.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:f9ce6375a3b6e1329b0b609f46921e2627dc7ad6224b37b967ab2ea643bc0fbd
|
||||||
|
size 32997240
|
6
webkitgtk-2.38.0.tar.xz.asc
Normal file
6
webkitgtk-2.38.0.tar.xz.asc
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
|
||||||
|
iF0EABEDAB0WIQTX/PYc+aLeqzHYG9Pz0yLQ7EWCwwUCYyQurgAKCRDz0yLQ7EWC
|
||||||
|
w3VnAJ4wWBzLncj5Fktg9sIUGJScGNF2XACffDfdNniOXoI/ikKPZMj2ifuj2vg=
|
||||||
|
=CJqm
|
||||||
|
-----END PGP SIGNATURE-----
|
Loading…
x
Reference in New Issue
Block a user