Hello community, here is the log from the commit of package go for openSUSE:Factory checked in at 2018-11-18 23:20:53 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/go (Old) and /work/SRC/openSUSE:Factory/.go.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "go" Sun Nov 18 23:20:53 2018 rev:93 rq:648710 version:1.11.1 Changes: -------- --- /work/SRC/openSUSE:Factory/go/go.changes 2018-11-12 09:48:57.588506654 +0100 +++ /work/SRC/openSUSE:Factory/.go.new/go.changes 2018-11-18 23:21:00.606289012 +0100 @@ -1,0 +2,7 @@ +Tue Nov 13 09:46:18 UTC 2018 - Aleksa Sarai <[email protected]> + +- Revert golang(API) removal since it turns out this breaks >= requires in + certain cases. Instead we recommend that folks set Prefer: go in all of their + projects. boo#1114209 + +------------------------------------------------------------------- @@ -88,0 +96,6 @@ +Wed Jun 20 10:48:35 UTC 2018 - [email protected] + +- Update to 1.9.7 + fix bsc#1081495 (CVE-2018-7187) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ go.spec ++++++ --- /var/tmp/diff_new_pack.PmKuyZ/_old 2018-11-18 23:21:02.214287261 +0100 +++ /var/tmp/diff_new_pack.PmKuyZ/_new 2018-11-18 23:21:02.218287256 +0100 @@ -32,6 +32,9 @@ Source: README Recommends: go-doc = %{version} ExclusiveArch: %ix86 x86_64 %arm aarch64 ppc64 ppc64le s390x +# We provide golang(API) so that projects can Prefer: go. Any project using Go +# code with golang(API) BuildRequires should add Prefer: go. +Provides: golang(API) = %{short_version} Requires: go%{short_version} %description
