Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package chromium for openSUSE:Factory 
checked in at 2022-04-21 15:42:51
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/chromium (Old)
 and      /work/SRC/openSUSE:Factory/.chromium.new.1538 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "chromium"

Thu Apr 21 15:42:51 2022 rev:333 rq:971372 version:100.0.4896.127

Changes:
--------
--- /work/SRC/openSUSE:Factory/chromium/chromium.changes        2022-04-16 
00:15:44.813769083 +0200
+++ /work/SRC/openSUSE:Factory/.chromium.new.1538/chromium.changes      
2022-04-21 15:49:07.032345625 +0200
@@ -1,0 +2,5 @@
+Thu Apr 21 10:04:22 UTC 2022 - Callum Farmer <gm...@opensuse.org>
+
+- Fixes for go 1.18
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ chromium.spec ++++++
--- /var/tmp/diff_new_pack.zXRcOd/_old  2022-04-21 15:49:17.188356475 +0200
+++ /var/tmp/diff_new_pack.zXRcOd/_new  2022-04-21 15:49:17.192356479 +0200
@@ -310,7 +310,11 @@
 rm third_party/devtools-frontend/src/third_party/esbuild/esbuild
 tar -xf %{SOURCE1}
 pushd esbuild
-GO_FLAGS="-mod=vendor" make
+gflags="-mod=vendor"
+%if 0%{?suse_version} >= 1550
+gflags+=" -buildvcs=false"
+%endif
+GO_FLAGS="${gflags}" make
 cp -a esbuild ../third_party/devtools-frontend/src/third_party/esbuild/esbuild
 popd
 

Reply via email to