Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package chromium for openSUSE:Factory checked in at 2024-06-13 15:38:31 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/chromium (Old) and /work/SRC/openSUSE:Factory/.chromium.new.19518 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "chromium" Thu Jun 13 15:38:31 2024 rev:423 rq:1180216 version:125.0.6422.141 Changes: -------- --- /work/SRC/openSUSE:Factory/chromium/chromium.changes 2024-05-31 22:20:52.572892661 +0200 +++ /work/SRC/openSUSE:Factory/.chromium.new.19518/chromium.changes 2024-06-13 15:39:15.468685759 +0200 @@ -1,0 +2,6 @@ +Wed Jun 12 13:00:59 UTC 2024 - Callum Farmer <[email protected]> + +- Amend fix_building_widevinecdm_with_chromium.patch to allow + Widevine on ARM64 (bsc#1226170) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ fix_building_widevinecdm_with_chromium.patch ++++++ --- /var/tmp/diff_new_pack.P2nMOR/_old 2024-06-13 15:39:35.037400537 +0200 +++ /var/tmp/diff_new_pack.P2nMOR/_new 2024-06-13 15:39:35.041400684 +0200 @@ -10,3 +10,15 @@ #endif // WIDEVINE_CDM_VERSION_H_ +--- chromium-125.0.6422.141.orig/third_party/widevine/cdm/widevine.gni ++++ chromium-125.0.6422.141/third_party/widevine/cdm/widevine.gni +@@ -27,7 +27,7 @@ + library_widevine_cdm_available = + (is_chromeos && + (target_cpu == "x64" || target_cpu == "arm" || target_cpu == "arm64")) || +- (target_os == "linux" && target_cpu == "x64") || ++ (target_os == "linux" && (target_cpu == "x64" || target_cpu == "arm64")) || + (target_os == "mac" && (target_cpu == "x64" || target_cpu == "arm64")) || + (target_os == "win" && + (target_cpu == "x86" || target_cpu == "x64" || target_cpu == "arm64")) +
