Hello community,

here is the log from the commit of package go for openSUSE:Factory checked in 
at 2015-07-23 15:22:51
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/go (Old)
 and      /work/SRC/openSUSE:Factory/.go.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "go"

Changes:
--------
--- /work/SRC/openSUSE:Factory/go/go.changes    2015-07-14 17:45:38.000000000 
+0200
+++ /work/SRC/openSUSE:Factory/.go.new/go.changes       2015-07-23 
15:23:02.000000000 +0200
@@ -1,0 +2,5 @@
+Wed Jul 22 10:21:39 UTC 2015 - sch...@suse.de
+
+- macros.go: fix missing quotes in %goinstall (bsc#939067)
+
+-------------------------------------------------------------------

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

Other differences:
------------------

++++++ macros.go ++++++
--- /var/tmp/diff_new_pack.oALodk/_old  2015-07-23 15:23:03.000000000 +0200
+++ /var/tmp/diff_new_pack.oALodk/_new  2015-07-23 15:23:03.000000000 +0200
@@ -169,7 +169,7 @@
 %gosrc() \
 install -d %{buildroot}%{go_contribsrcdir} \
 cd %{_builddir}/go/src \
-find . -name *.go -exec install -Dm644 \{\} 
%{buildroot}%{go_contribsrcdir}/\{\} \\; \
+find . -name "*.go" -exec install -Dm644 \{\} 
%{buildroot}%{go_contribsrcdir}/\{\} \\; \
 %{nil}
 
 # Template for source sub-package


Reply via email to