automatic version update by autodist [release 125.0.6422.60-1mamba;Sun May 19 2024]

This commit is contained in:
Automatic Build System 2024-05-22 21:26:48 +02:00
parent 769e7b2732
commit 2c24203cc5
3 changed files with 10 additions and 20 deletions

View File

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

View File

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

View File

@ -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 <autodist@openmamba.org> 125.0.6422.60-1mamba
- automatic version update by autodist
* Fri May 10 2024 Automatic Build System <autodist@openmamba.org> 124.0.6367.201-1mamba
- automatic version update by autodist