forked from pool/webkit2gtk3
Accepting request 1090276 from GNOME:Factory
OBS-URL: https://build.opensuse.org/request/show/1090276 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/webkit2gtk3?expand=0&rev=168
This commit is contained in:
commit
eea37b3f32
@ -1,18 +0,0 @@
|
||||
diff -urp webkitgtk-2.40.1.orig/Source/WebCore/platform/graphics/SourceBrush.cpp webkitgtk-2.40.1/Source/WebCore/platform/graphics/SourceBrush.cpp
|
||||
--- webkitgtk-2.40.1.orig/Source/WebCore/platform/graphics/SourceBrush.cpp 2023-04-12 08:07:29.748326800 -0500
|
||||
+++ webkitgtk-2.40.1/Source/WebCore/platform/graphics/SourceBrush.cpp 2023-04-20 11:31:00.456319923 -0500
|
||||
@@ -65,12 +65,12 @@ Pattern* SourceBrush::pattern() const
|
||||
|
||||
void SourceBrush::setGradient(Ref<Gradient>&& gradient, const AffineTransform& spaceTransform)
|
||||
{
|
||||
- m_brush = { Brush::LogicalGradient { WTFMove(gradient), spaceTransform } };
|
||||
+ m_brush = Brush { Brush::LogicalGradient { { WTFMove(gradient) }, spaceTransform } };
|
||||
}
|
||||
|
||||
void SourceBrush::setPattern(Ref<Pattern>&& pattern)
|
||||
{
|
||||
- m_brush = { Brush::Variant { std::in_place_type<Ref<Pattern>>, WTFMove(pattern) } };
|
||||
+ m_brush = Brush { Brush::Variant { std::in_place_type<Ref<Pattern>>, WTFMove(pattern) } };
|
||||
}
|
||||
|
||||
WTF::TextStream& operator<<(TextStream& ts, const SourceBrush& brush)
|
@ -1,3 +1,19 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed May 31 16:05:38 UTC 2023 - Michael Gorse <mgorse@suse.com>
|
||||
|
||||
- Update to version 2.40.2 (boo#1211846):
|
||||
+ Fix scrollbar jumping to top when drag released outside window
|
||||
in GTK4.
|
||||
+ Fix video rendering when GL is disabled.
|
||||
+ Fix flickering on looped videos when starting again.
|
||||
+ Fix CPU usage on autoplaying videos.
|
||||
+ Choose amount of painting threads depending on available CPU
|
||||
cores on GTK4.
|
||||
+ Fix several crashes and rendering issues.
|
||||
+ Security fixes: CVE-2023-28204 CVE-2023-32373 (boo#1211658
|
||||
boo#1211659).
|
||||
- Drop gcc13-fix.patch: fixed upstream.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 20 14:21:35 UTC 2023 - Michael Gorse <mgorse@suse.com>
|
||||
|
||||
|
@ -72,7 +72,7 @@ ExclusiveArch: do-not-build
|
||||
%endif
|
||||
|
||||
Name: webkit2%{_gtknamesuffix}
|
||||
Version: 2.40.1
|
||||
Version: 2.40.2
|
||||
Release: 0
|
||||
Summary: Library for rendering web content, GTK+ Port
|
||||
License: BSD-3-Clause AND LGPL-2.0-or-later
|
||||
@ -85,8 +85,6 @@ Source99: webkit2gtk3.keyring
|
||||
|
||||
# PATCH-FEATURE-OPENSUSE reproducibility.patch -- Make build reproducible
|
||||
Patch0: reproducibility.patch
|
||||
# PATCH-FIX-UPSTREAM Fix rejected code by GCC 13: https://github.com/WebKit/WebKit/pull/11910
|
||||
Patch1: gcc13-fix.patch
|
||||
|
||||
BuildRequires: Mesa-libEGL-devel
|
||||
BuildRequires: Mesa-libGL-devel
|
||||
|
BIN
webkitgtk-2.40.1.tar.xz
(Stored with Git LFS)
BIN
webkitgtk-2.40.1.tar.xz
(Stored with Git LFS)
Binary file not shown.
@ -1,6 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iF0EABEDAB0WIQRao7wzT9fjNp58d7KRxVnb5MkSOwUCZEBCkQAKCRCRxVnb5MkS
|
||||
O8umAJ4lwUaJE5wc06yCJ6KxQV3D040EkQCffYgpjfNmTer2Niy9lhrfMmAK+Gk=
|
||||
=81MT
|
||||
-----END PGP SIGNATURE-----
|
3
webkitgtk-2.40.2.tar.xz
Normal file
3
webkitgtk-2.40.2.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:96898870d994da406ee7a632816dcde9a3bb395ee5f344fcb3f3b8cc8a77e000
|
||||
size 40065104
|
6
webkitgtk-2.40.2.tar.xz.asc
Normal file
6
webkitgtk-2.40.2.tar.xz.asc
Normal file
@ -0,0 +1,6 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iF0EABEDAB0WIQTX/PYc+aLeqzHYG9Pz0yLQ7EWCwwUCZHR6tgAKCRDz0yLQ7EWC
|
||||
wxTMAKC7sFjPBO4f2zKoAvR9Ty6yVNDWcwCg4t/xKisE5/LBfHnr+ygjyVHRYKI=
|
||||
=rOT7
|
||||
-----END PGP SIGNATURE-----
|
Loading…
Reference in New Issue
Block a user