Hello community, here is the log from the commit of package go for openSUSE:Factory checked in at 2015-03-23 12:17:47 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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-03-19 21:25:50.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.go.new/go.changes 2015-03-23 12:17:48.000000000 +0100 @@ -1,0 +2,9 @@ +Fri Mar 20 12:43:46 UTC 2015 - [email protected] + +- remove "go_disable_brp_strip_static_archive" macro from macros.go, + which contains redefinition of os_install_post too. +- disable debug package generation for all architectures, because: + * build IDs are not generated at all, even for successful builds + * "Failed to write file: invalid section alignment" on arm/i586. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ go.spec ++++++ --- /var/tmp/diff_new_pack.27lkIx/_old 2015-03-23 12:17:49.000000000 +0100 +++ /var/tmp/diff_new_pack.27lkIx/_new 2015-03-23 12:17:49.000000000 +0100 @@ -18,12 +18,10 @@ # nodebuginfo -%ifarch %arm # debuginfo extraction currently fails with # "Failed to write file: invalid section alignment" %global __debug_package %{nil} %global __debug_install_post %{nil} -%endif Name: go Version: 1.4.2 ++++++ macros.go ++++++ --- /var/tmp/diff_new_pack.27lkIx/_old 2015-03-23 12:17:49.000000000 +0100 +++ /var/tmp/diff_new_pack.27lkIx/_new 2015-03-23 12:17:49.000000000 +0100 @@ -32,10 +32,6 @@ Recommends: %{name}-doc \ %endif -%go_disable_brp_strip_static_archive \ -%undefine __os_install_post \ -%define __os_install_post %(echo '%{__os_install_post}' | sed -e 's!/usr/lib/rpm/[^/]*/?brp-strip-static-archive %{__strip}!!g') - # Prepare the expected Go package build environement. # We need a $GOPATH: go help gopath # We need a valid importpath: go help packages @@ -143,7 +139,6 @@ if [ "$(ls -A $TMPBIN)" ]; then \ install -m755 $TMPBIN/* %{buildroot}%{_bindir} \ fi \ -%go_disable_brp_strip_static_archive \ %{nil} %gofix() \ @@ -181,4 +176,6 @@ %{-r:Requires: %{-r*}} \ %description %{-n:-n %{-n*}-}doc \ This package provides API, examples and documentation \ -for package %{name}. +for package %{name}.\ +%{nil} + -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
