Hello community,

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

Package is "go1.4"

Mon Oct 23 16:53:18 2017 rev:4 rq:535894 version:1.4.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/go1.4/go1.4.changes      2017-10-17 
01:53:51.546665597 +0200
+++ /work/SRC/openSUSE:Factory/.go1.4.new/go1.4.changes 2017-10-23 
16:53:41.207575694 +0200
@@ -1,0 +2,6 @@
+Sat Oct 21 11:44:02 UTC 2017 - [email protected]
+
+- Install $GOROOT/lib packages, to include upstream files such as the timezone
+  database. bsc#1064522
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ go1.4.spec ++++++
--- /var/tmp/diff_new_pack.FFMiBy/_old  2017-10-23 16:53:42.219528335 +0200
+++ /var/tmp/diff_new_pack.FFMiBy/_new  2017-10-23 16:53:42.227527960 +0200
@@ -175,10 +175,12 @@
 for i in $(ls %{buildroot}%{_datadir}/%{name}/src);do
   ln -s %{_datadir}/%{name}/src/$i $GOROOT/src/$i
 done
+# add lib files that are needed (such as the timezone database).
+install -d $GOROOT/lib
+find lib -type f -exec install -D -m644 {} $GOROOT/{} \;
 
 # copy document templates, packages, obj libs and command utilities
 mkdir -p $GOROOT/bin
-mkdir -p $GOROOT/lib
 mv pkg $GOROOT
 mv bin/* $GOROOT/bin
 rm -f $GOROOT/bin/{hgpatch,quietgcc}


Reply via email to