Hello community, here is the log from the commit of package chromium for openSUSE:Factory checked in at 2019-11-18 20:09:42 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/chromium (Old) and /work/SRC/openSUSE:Factory/.chromium.new.26869 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "chromium" Mon Nov 18 20:09:42 2019 rev:238 rq:749199 version:78.0.3904.97 Changes: -------- --- /work/SRC/openSUSE:Factory/chromium/chromium.changes 2019-11-15 22:40:07.592482643 +0100 +++ /work/SRC/openSUSE:Factory/.chromium.new.26869/chromium.changes 2019-11-18 20:10:21.609592944 +0100 @@ -1,0 +2,6 @@ +Mon Nov 18 07:53:32 UTC 2019 - Guillaume GARDET <[email protected]> + +- Fix build on aarch64 with: + * chromium-79-icu-65.patch + +------------------------------------------------------------------- New: ---- chromium-79-icu-65.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ chromium.spec ++++++ --- /var/tmp/diff_new_pack.TQB3eX/_old 2019-11-18 20:10:36.825585186 +0100 +++ /var/tmp/diff_new_pack.TQB3eX/_new 2019-11-18 20:10:36.829585184 +0100 @@ -94,6 +94,7 @@ Patch19: chromium-78-protobuf-export.patch Patch20: chromium-77-clang.patch Patch21: chromium-old-glibc-noexcept.patch +Patch22: chromium-79-icu-65.patch # Google seem not too keen on merging this but GPU accel is quite important # https://chromium-review.googlesource.com/c/chromium/src/+/532294 # https://github.com/saiarcot895/chromium-ubuntu-build/tree/master/debian/patches ++++++ chromium-79-icu-65.patch ++++++ diff --git a/third_party/blink/renderer/core/dom/document.cc b/third_party/blink/renderer/core/dom/document.cc index 5a62770..1fae2aa 100644 --- a/third_party/blink/renderer/core/dom/document.cc +++ b/third_party/blink/renderer/core/dom/document.cc @@ -6192,7 +6192,7 @@ static ParseQualifiedNameResult ParseQualifiedNameInternal( for (unsigned i = 0; i < length;) { UChar32 c; - U16_NEXT(characters, i, length, c) + U16_NEXT(characters, i, length, c); if (c == ':') { if (saw_colon) return ParseQualifiedNameResult(kQNMultipleColons);
