Script 'mail_helper' called by obssrc
Hello community,

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

Package is "go1.17"

Mon Feb 21 17:46:01 2022 rev:8 rq:955955 version:1.17.7

Changes:
--------
--- /work/SRC/openSUSE:Factory/go1.17/go1.17.changes    2022-02-13 
19:50:57.970200461 +0100
+++ /work/SRC/openSUSE:Factory/.go1.17.new.1958/go1.17.changes  2022-02-21 
17:46:32.603593014 +0100
@@ -1,0 +2,9 @@
+Fri Feb 18 02:10:17 UTC 2022 - Jeff Kowalczyk <jkowalc...@suse.com>
+
+- Add missing .bin binary test data to packaging.
+  * 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.17.spec ++++++
--- /var/tmp/diff_new_pack.BJOKlY/_old  2022-02-21 17:46:33.199593192 +0100
+++ /var/tmp/diff_new_pack.BJOKlY/_new  2022-02-21 17:46:33.203593194 +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