Merge remote-tracking branch 'up/f40' into f40-riscv64
Signed-off-by: David Abdurachmanov <davidlt@rivosinc.com>
This commit is contained in:
commit
173d0e4afd
2
.gitignore
vendored
2
.gitignore
vendored
@ -31,3 +31,5 @@
|
||||
/webkitgtk-2.43.2.tar.xz.asc
|
||||
/webkitgtk-2.43.3.tar.xz.asc
|
||||
/webkitgtk-2.43.4.tar.xz.asc
|
||||
/webkitgtk-2.44.0.tar.xz.asc
|
||||
/webkitgtk-2.44.1.tar.xz.asc
|
||||
|
File diff suppressed because it is too large
Load Diff
4
sources
4
sources
@ -1,2 +1,2 @@
|
||||
SHA512 (webkitgtk-2.43.4.tar.xz) = 6246137deb76192f20bdd1b98e415a183e0c90edf357b08577fa82ce0d196da295c4edf1598b1edc15a258ad6c14997654b947e46e1ea65821c9e5ce6e1dda5c
|
||||
SHA512 (webkitgtk-2.43.4.tar.xz.asc) = 25fb00babd4d6d0ef6463226561963972895f2320c86e9da1bdf06cb6acdc6cee1ad97380b418e645d20f98a1cd4ec37d20efa0cb75473a6d62ae0cae28ecce7
|
||||
SHA512 (webkitgtk-2.44.1.tar.xz) = b1752303f9ee38ef98c1e5c0cad001d389eaedbbf07d13fed8699104e6e311cb47a9bed7089868cb92c53d2777aaff441147353da13123d5c8eee4adf8709169
|
||||
SHA512 (webkitgtk-2.44.1.tar.xz.asc) = 2d2ab4a903ff3e8eeb128b2e7a182d073fc12e14d4b8f2668aaafc638f194e2fa3cf707c040f679f320636c1398dd11df2b6e2941dd3580b8032ea30b604c711
|
||||
|
@ -10,15 +10,13 @@
|
||||
%bcond avif %[%{undefined rhel} || %{defined epel}]
|
||||
%bcond jpegxl %[%{undefined rhel} || %{defined epel}]
|
||||
|
||||
%global _lto_cflags %{nil}
|
||||
|
||||
# Build documentation by default (use `rpmbuild --without docs` to override it).
|
||||
# This is used by Coverity. Coverity injects custom compiler warnings, but
|
||||
# any warning during WebKit docs build is fatal!
|
||||
%bcond_without docs
|
||||
|
||||
Name: webkitgtk
|
||||
Version: 2.43.4
|
||||
Version: 2.44.1
|
||||
Release: %autorelease -e 0.riscv64
|
||||
Summary: GTK web content engine library
|
||||
|
||||
@ -56,14 +54,6 @@ Source1: https://webkitgtk.org/releases/webkitgtk-%{version}.tar.xz.asc
|
||||
# $ gpg --export --export-options export-minimal D7FCF61CF9A2DEAB31D81BD3F3D322D0EC4582C3 5AA3BC334FD7E3369E7C77B291C559DBE4C9123B > webkitgtk-keys.gpg
|
||||
Source2: webkitgtk-keys.gpg
|
||||
|
||||
# https://bugs.webkit.org/show_bug.cgi?id=268744
|
||||
# https://bugzilla.redhat.com/show_bug.cgi?id=2253099
|
||||
Patch0: display-vblank-monitor.patch
|
||||
|
||||
# https://bugs.webkit.org/show_bug.cgi?id=266218
|
||||
# https://github.com/WebKit/WebKit/commit/6b46c24db81426c056f4f1f6fe915c2cdd687a1e
|
||||
Patch1: 6b46c24db81426c056f4f1f6fe915c2cdd687a1e.patch
|
||||
|
||||
BuildRequires: bison
|
||||
BuildRequires: bubblewrap
|
||||
BuildRequires: cmake
|
||||
|
Loading…
Reference in New Issue
Block a user