Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package go1.18 for openSUSE:Factory checked 
in at 2022-02-18 23:02:53
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/go1.18 (Old)
 and      /work/SRC/openSUSE:Factory/.go1.18.new.1958 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "go1.18"

Fri Feb 18 23:02:53 2022 rev:4 rq:955776 version:1.18rc1

Changes:
--------
--- /work/SRC/openSUSE:Factory/go1.18/go1.18.changes    2022-02-17 
23:42:16.667700044 +0100
+++ /work/SRC/openSUSE:Factory/.go1.18.new.1958/go1.18.changes  2022-02-18 
23:03:20.569410968 +0100
@@ -1,0 +2,15 @@
+Fri Feb 18 02:10:17 UTC 2022 - Jeff Kowalczyk <jkowalc...@suse.com>
+
+- Add .bin assembler pattern table file and test data to packaging.
+  * Error manifests building some Go applications as:
+    src/crypto/elliptic/p256_asm.go:24:12:
+    pattern p256_asm_table.bin: no matching files found
+  * A Quick Guide to Go's Assembler https://go.dev/doc/asm
+  * New assembler pattern file added to packaging with mode 644:
+    src/crypto/elliptic/p256_asm_table.bin
+  * Existing test data files added to packaging with mode 644:
+    src/compress/bzip2/testdata/pass-random2.bin
+    src/compress/bzip2/testdata/pass-random1.bin
+    src/debug/dwarf/testdata/line-gcc-win.bin
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ go1.18.spec ++++++
--- /var/tmp/diff_new_pack.WAhJuL/_old  2022-02-18 23:03:21.189410920 +0100
+++ /var/tmp/diff_new_pack.WAhJuL/_new  2022-02-18 23:03:21.193410920 +0100
@@ -313,7 +313,7 @@
 
 # source files for go install, godoc, etc
 install -d %{buildroot}%{_datadir}/go/%{go_api}
-for ext in *.{go,c,h,s,S,py,syso}; do
+for ext in *.{go,c,h,s,S,py,syso,bin}; do
   find src -name ${ext} -exec install -Dm644 \{\} 
%{buildroot}%{_datadir}/go/%{go_api}/\{\} \;
 done
 # executable bash scripts called by go tool, etc

Reply via email to