Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package golang-github-jteeuwen-go-bindata for openSUSE:Factory checked in at 2021-05-19 17:48:43 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/golang-github-jteeuwen-go-bindata (Old) and /work/SRC/openSUSE:Factory/.golang-github-jteeuwen-go-bindata.new.2988 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "golang-github-jteeuwen-go-bindata" Wed May 19 17:48:43 2021 rev:7 rq:882555 version:3.0.7+git20151023.72.a0ff256 Changes: -------- --- /work/SRC/openSUSE:Factory/golang-github-jteeuwen-go-bindata/golang-github-jteeuwen-go-bindata.changes 2019-06-12 13:00:06.617316556 +0200 +++ /work/SRC/openSUSE:Factory/.golang-github-jteeuwen-go-bindata.new.2988/golang-github-jteeuwen-go-bindata.changes 2021-05-19 17:48:45.101692756 +0200 @@ -1,0 +2,9 @@ +Tue Mar 16 00:30:35 UTC 2021 - Jeff Kowalczyk <jkowalc...@suse.com> + +- Set GO111MODULE=auto to build with go1.16+ + * Default changed to GO111MODULE=on in go1.16 + * Upstream project is archived and will not be converting to modules + * go1.16 adds binary data embed capability that can replace this package + once there are no dependencies + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ golang-github-jteeuwen-go-bindata.spec ++++++ --- /var/tmp/diff_new_pack.oB5EIP/_old 2021-05-19 17:48:45.713690188 +0200 +++ /var/tmp/diff_new_pack.oB5EIP/_new 2021-05-19 17:48:45.713690188 +0200 @@ -1,7 +1,7 @@ # # spec file for package golang-github-jteeuwen-go-bindata # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,7 +12,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # @@ -22,7 +22,7 @@ Summary: A small utility which generates Go code from any file License: CC0-1.0 Group: Development/Languages/Golang -Url: https://github.com/jteeuwen/go-bindata +URL: https://github.com/jteeuwen/go-bindata Source: go-bindata-v%{version}.tar.xz BuildRequires: golang-packaging BuildRequires: xz @@ -43,6 +43,10 @@ %build %{goprep} github.com/jteeuwen/go-bindata +# go1.16+ default is GO111MODULE=on set to auto +# Upstream project is archived and will not be converting to modules +# In a future version of go support for non-module projects will be removed +export GO111MODULE=auto %{gobuild} ... %install @@ -54,6 +58,10 @@ %endif %check +# go1.16+ default is GO111MODULE=on set to auto +# Upstream project is archived and will not be converting to modules +# In a future version of go support for non-module projects will be removed +export GO111MODULE=auto %{gotest} github.com/jteeuwen/go-bindata %files -f file.lst