Hello community,

here is the log from the commit of package chromium for openSUSE:Factory 
checked in at 2019-05-12 11:43:11
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/chromium (Old)
 and      /work/SRC/openSUSE:Factory/.chromium.new.5148 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "chromium"

Sun May 12 11:43:11 2019 rev:217 rq:701987 version:74.0.3729.108

Changes:
--------
--- /work/SRC/openSUSE:Factory/chromium/chromium.changes        2019-05-02 
19:17:47.117469129 +0200
+++ /work/SRC/openSUSE:Factory/.chromium.new.5148/chromium.changes      
2019-05-12 11:43:13.567598843 +0200
@@ -1,0 +2,6 @@
+Tue May  7 09:18:05 UTC 2019 - Guillaume GARDET <[email protected]>
+
+- Add patch to fix build on aarch64:
+  * chromium-fix-crc32-for-aarch64.patch
+
+-------------------------------------------------------------------

New:
----
  chromium-fix-crc32-for-aarch64.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ chromium.spec ++++++
--- /var/tmp/diff_new_pack.D71m5i/_old  2019-05-12 11:43:21.167621156 +0200
+++ /var/tmp/diff_new_pack.D71m5i/_new  2019-05-12 11:43:21.171621168 +0200
@@ -90,6 +90,8 @@
 Patch19:        05-basevalue.patch
 Patch20:        06-basevalue.patch
 Patch21:        quic.patch
+# PATCH-FEATURE-UPSTREAM 
https://bugs.chromium.org/p/chromium/issues/detail?id=960279
+Patch22:        chromium-fix-crc32-for-aarch64.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-fix-crc32-for-aarch64.patch ++++++
--- chromium-74.0.3729.108.orig/third_party/crc32c/BUILD.gn     2019-05-07 
10:32:14.244623332 +0200
+++ chromium-74.0.3729.108/third_party/crc32c/BUILD.gn  2019-05-07 
10:33:37.915113532 +0200
@@ -129,6 +129,10 @@ source_set("crc32c_arm64") {
         "-Xclang",
         "+crypto",
       ]
+    } else {
+      cflags = [
+        "-march=armv8-a+crc+crypto",
+      ]
     }
   }
 

Reply via email to