From 2c24203cc50ce6af8f655e311a89f2920f660547 Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Wed, 22 May 2024 21:26:48 +0200 Subject: [PATCH] automatic version update by autodist [release 125.0.6422.60-1mamba;Sun May 19 2024] --- chromium-119.0.6045.159-icu-74.patch | 13 ------------- ...2.60-use-oauth2-client-switches-as-default.patch | 9 +++++---- chromium.spec | 8 +++++--- 3 files changed, 10 insertions(+), 20 deletions(-) delete mode 100644 chromium-119.0.6045.159-icu-74.patch rename chromium-90.0.4430.212-use-oauth2-client-switches-as-default.patch => chromium-125.0.6422.60-use-oauth2-client-switches-as-default.patch (67%) diff --git a/chromium-119.0.6045.159-icu-74.patch b/chromium-119.0.6045.159-icu-74.patch deleted file mode 100644 index 719113d..0000000 --- a/chromium-119.0.6045.159-icu-74.patch +++ /dev/null @@ -1,13 +0,0 @@ ---- a/third_party/blink/renderer/platform/text/text_break_iterator.cc -+++ b/third_party/blink/renderer/platform/text/text_break_iterator.cc -@@ -161,7 +161,9 @@ static const unsigned char kAsciiLineBreakTable[][(kAsciiLineBreakTableLastChar - }; - // clang-format on - --#if U_ICU_VERSION_MAJOR_NUM >= 58 -+#if U_ICU_VERSION_MAJOR_NUM >= 74 -+#define BA_LB_COUNT (U_LB_COUNT - 8) -+#elif U_ICU_VERSION_MAJOR_NUM >= 58 - #define BA_LB_COUNT (U_LB_COUNT - 3) - #else - #define BA_LB_COUNT U_LB_COUNT diff --git a/chromium-90.0.4430.212-use-oauth2-client-switches-as-default.patch b/chromium-125.0.6422.60-use-oauth2-client-switches-as-default.patch similarity index 67% rename from chromium-90.0.4430.212-use-oauth2-client-switches-as-default.patch rename to chromium-125.0.6422.60-use-oauth2-client-switches-as-default.patch index 9d9c57b..55289a8 100644 --- a/chromium-90.0.4430.212-use-oauth2-client-switches-as-default.patch +++ b/chromium-125.0.6422.60-use-oauth2-client-switches-as-default.patch @@ -1,7 +1,8 @@ -diff -upr chromium-89.0.4389.58.orig/google_apis/google_api_keys.cc chromium-89.0.4389.58/google_apis/google_api_keys.cc ---- chromium-89.0.4389.58.orig/google_apis/google_api_keys.cc 2021-02-24 22:37:18.494007649 +0000 -+++ chromium-89.0.4389.58/google_apis/google_api_keys.cc 2021-02-24 22:35:00.865777600 +0000 -@@ -154,11 +154,11 @@ class APIKeyCache { +diff --git a/google_apis/google_api_keys-inc.cc b/google_apis/google_api_keys-inc.cc +index 49c396d69d17..9493e7e5aa48 100644 +--- a/google_apis/google_api_keys-inc.cc ++++ b/google_apis/google_api_keys-inc.cc +@@ -182,11 +182,11 @@ class APIKeyCache { std::string default_client_id = CalculateKeyValue( GOOGLE_DEFAULT_CLIENT_ID, diff --git a/chromium.spec b/chromium.spec index e222695..fa7b852 100644 --- a/chromium.spec +++ b/chromium.spec @@ -3,7 +3,7 @@ %define clang_version %(clang --version | grep -m1 version | sed 's/[^0-9.]//g' | cut -d. -f1) Name: chromium Epoch: 3 -Version: 124.0.6367.201 +Version: 125.0.6422.60 Release: 1mamba Summary: An open-source browser project that aims to build a safer, faster, and more stable way to experience the web Group: Graphical Desktop/Applications/Internet @@ -14,9 +14,8 @@ URL: https://www.chromium.org Source: https://commondatastorage.googleapis.com/chromium-browser-official/chromium-%{version}.tar.xz Source1: %{name}-master_preferences Source2: https://gitlab.com/Matt.Jolly/chromium-patches/-/archive/%{chromium_patches_ver}/chromium-patches-%{chromium_patches_ver}.tar.bz2 -Patch1: chromium-90.0.4430.212-use-oauth2-client-switches-as-default.patch +Patch1: chromium-125.0.6422.60-use-oauth2-client-switches-as-default.patch Patch2: chromium-116-0.5845.110-aarch64-include-limits.patch -Patch3: chromium-119.0.6045.159-icu-74.patch Patch4: chromium-122.0.6261.69-drop-flags-unsupported-by-clang16.patch Patch5: chromium-123.0.6312.86-clang-18.patch Patch6: chromium-123.0.6312.86-clang-18-2.patch @@ -418,6 +417,9 @@ ln -s %{_libdir}/chromium/chromedriver %{buildroot}%{_bindir}/chromedriver %{_mandir}/man1/chromium.1* %changelog +* Sun May 19 2024 Automatic Build System 125.0.6422.60-1mamba +- automatic version update by autodist + * Fri May 10 2024 Automatic Build System 124.0.6367.201-1mamba - automatic version update by autodist