Compare commits

...

5 Commits

Author SHA1 Message Date
David Abdurachmanov 173d0e4afd
Merge remote-tracking branch 'up/f40' into f40-riscv64
Signed-off-by: David Abdurachmanov <davidlt@rivosinc.com>
2024-05-12 13:46:24 +03:00
Michael Catanzaro cd903237fa Update to 2.44.1 2024-04-11 13:10:58 -05:00
Michael Catanzaro bdb1395041 Attempt to reenable LTO
Let's see whether this builds. Probably not.

(Actually, it did build. Yippee!)
2024-04-11 13:10:55 -05:00
Michael Catanzaro b299e2180e Fix i686 build 2024-03-16 19:46:10 -05:00
Michael Catanzaro f4fad41d83 Update to 2.44.0 2024-03-16 14:53:52 -05:00
4 changed files with 5 additions and 1058 deletions

2
.gitignore vendored
View File

@ -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

View File

@ -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

View File

@ -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