Merge branch 'rawhide' into epel8

epel8
Than Ngo 1 year ago
commit 72a711f55f

@ -238,7 +238,7 @@
%endif
Name: chromium%{chromium_channel}
Version: 117.0.5938.88
Version: 117.0.5938.92
Release: 1%{?dist}
Summary: A WebKit (Blink) powered web browser that Google doesn't want you to use
Url: http://www.chromium.org/Home
@ -352,18 +352,18 @@ Patch302: chromium-117-workaround_clang_bug-structured_binding.patch
# missing typename
Patch303: chromium-117-typename.patch
# missing include header files
Patch304: chromium-117-missing-header-files.patch
# compiler error with c++20
Patch305: chromium-117-emplace_back_on_vector-c++20.patch
Patch304: chromium-117-emplace_back_on_vector-c++20.patch
# error: invalid operands to binary expression
Patch306: chromium-117-string-convert.patch
Patch305: chromium-117-string-convert.patch
# disable memory tagging in epel7 and epel8 on aarch64 due to new feature IFUNC-Resolver
# not supported in old glibc < 2.30, error: fatal error: 'sys/ifunc.h' file not found
Patch307: chromium-116-arm64-memory_tagging.patch
Patch306: chromium-116-arm64-memory_tagging.patch
# missing include header files
Patch310: chromium-117-missing-header-files.patch
# clang warnings
Patch311: chromium-115-clang-warnings.patch
@ -968,18 +968,18 @@ udev.
%patch -P301 -p1 -b .workaround_clang-SkColor4f
%patch -P302 -p1 -b .workaround_clang_bug-structured_binding
%patch -P303 -p1 -b .typename
%patch -P304 -p1 -b .missing-header-files
%patch -P305 -p1 -b .emplace_back_on_vector-c++20
%patch -P306 -p1 -b .string-convert
%patch -P304 -p1 -b .emplace_back_on_vector-c++20
%patch -P305 -p1 -b .string-convert
%endif
%endif
%ifarch aarch64
%if 0%{?rhel} <= 8
%patch -P307 -p1 -b .memory_tagging
%patch -P306 -p1 -b .memory_tagging
%endif
%endif
%patch -P310 -p1 -b .missing-header-files
%patch -P311 -p1 -b .clang-warnings
%if 0%{?rhel} > 9 || 0%{?fedora} > 38
@ -1682,6 +1682,9 @@ getent group chrome-remote-desktop >/dev/null || groupadd -r chrome-remote-deskt
%{chromium_path}/chromedriver
%changelog
* Fri Sep 22 2023 Than Ngo <than@redhat.com> - 117.0.5938.92-1
- update to 117.0.5938.92
* Sun Sep 17 2023 Than Ngo <than@redhat.com> - 117.0.5938.88-1
- update to 117.0.5938.88

@ -2,4 +2,4 @@ SHA512 (node-v20.6.1-linux-arm64.tar.xz) = adfcaf2c22614797fd69fb46d94c1cbf64dea
SHA512 (node-v20.6.1-linux-x64.tar.xz) = 7e15c05041a9a50f0046266aadb2e092a5aefbec19be1c7c809471add520cb57c7df3c47d88b1888b29bf2979dca3c92adddfd965370fa2a9da4ea02186464fd
SHA512 (linux-arm64-0.19.2.tgz) = 8a0d8fec6786fffcd6954d00820037a55d61e60762c74300df0801f8db27057562c221a063bedfb8df56af9ba80abb366336987e881782c5996e6f871abd3dc6
SHA512 (linux-x64-0.19.2.tgz) = a31cc74c4bfa54f9b75d735a1cfc944d3b5efb7c06bfba9542da9a642ae0b2d235ea00ae84d3ad0572c406405110fe7b61377af0fd15803806ef78d20fc6f05d
SHA512 (chromium-117.0.5938.88-clean.tar.xz) = 7b9d2cd6911e95421d82de299e18f4d4f996d0c44ce6c887030df1efa8ab1db791cffeb49a03809992edb210892e4bbcd935443b307f983a2373a2d50a345dd4
SHA512 (chromium-117.0.5938.92-clean.tar.xz) = 920ff4ddb09deb4268f996289d631ac8b61318d1bca47f900d1300b5f0f373749efd3c76b6f99e5ee3eb3a4032e7f6133a0df7898372db0428b41193041e640e

Loading…
Cancel
Save