Hello community,

here is the log from the commit of package go for openSUSE:Factory checked in 
at 2012-06-07 15:38:32
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/go (Old)
 and      /work/SRC/openSUSE:Factory/.go.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "go", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/go/go.changes    2012-05-10 14:31:56.000000000 
+0200
+++ /work/SRC/openSUSE:Factory/.go.new/go.changes       2012-06-07 
15:38:40.000000000 +0200
@@ -1,0 +2,11 @@
+Tue Jun  5 14:10:49 UTC 2012 - sasc...@suse.de
+
+- Some Fedora_16 build fixes (i.e. added suse macros)
+
+-------------------------------------------------------------------
+Tue Jun  5 13:53:04 UTC 2012 - gra...@andtech.eu
+
+- Fix build time path locations in macros.go for packages that 
+  depend on other Go packages. 
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ go.spec ++++++
--- /var/tmp/diff_new_pack.DwqS9a/_old  2012-06-07 15:38:41.000000000 +0200
+++ /var/tmp/diff_new_pack.DwqS9a/_new  2012-06-07 15:38:41.000000000 +0200
@@ -46,8 +46,10 @@
 %if 0%{?suse_version} >= 1210
 BuildRequires:  systemd
 %endif
+%if 0%{?suse_version} >= 1100
 BuildRequires:  fdupes
 Recommends:     go-doc
+%endif
 # We need to manually specify the release version string here. All code 
compiled
 # with this package will have the release string specified by the VERSION file
 # in this source tarball baked into it, libs compiled with a different version
@@ -201,7 +203,9 @@
 # Disable brp-strip-static-archive breaks build
 %define __os_install_post %(echo '%{__os_install_post}' | sed -e 
's!/usr/lib/rpm/[^/]*/?brp-strip-static-archive %{__strip}!!g')
 
+%if 0%{?suse_version} >= 1100
 %fdupes %{buildroot}%{_prefix}
+%endif
 
 %pre
 %if 0%{?suse_version} >= 1210

++++++ macros.go ++++++
--- /var/tmp/diff_new_pack.DwqS9a/_old  2012-06-07 15:38:41.000000000 +0200
+++ /var/tmp/diff_new_pack.DwqS9a/_new  2012-06-07 15:38:41.000000000 +0200
@@ -95,7 +95,7 @@
 # See: go help install, go help packages
 %gobuild() \
 export BUILDFLAGS="-s -v -p 4" \
-export GOPATH=%{_builddir}/go:%{go_contribdir} \
+export GOPATH=%{_builddir}/go:%{_libdir}/go/contrib \
 export GOBIN=%{_builddir}/go/bin \
 MOD="" \
 if [ %# -gt 0 ]; then \
@@ -139,7 +139,7 @@
 %{nil}
 
 %gotest() \
-export GOPATH=%{_builddir}/go \
+export GOPATH=%{_builddir}/go:%{_libdir}/go/contrib  \
 if [ %# -eq 0 ]; then \
   echo "gotest: please specify a valid importpath, see: go help test" \
   exit 1 \

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to