Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package go for openSUSE:Factory checked in 
at 2022-02-03 23:15:35
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/go (Old)
 and      /work/SRC/openSUSE:Factory/.go.new.1898 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "go"

Thu Feb  3 23:15:35 2022 rev:102 rq:950568 version:1.17

Changes:
--------
--- /work/SRC/openSUSE:Factory/go/go.changes    2021-09-26 21:49:01.490801670 
+0200
+++ /work/SRC/openSUSE:Factory/.go.new.1898/go.changes  2022-02-03 
23:15:39.140954396 +0100
@@ -19,0 +20,5 @@
+Fri Aug 28 17:14:07 UTC 2020 - Neal Gompa <ngomp...@gmail.com>
+
+- Add golang Provides for RH/Fedora compatibility
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ go.spec ++++++
--- /var/tmp/diff_new_pack.Pnyzjf/_old  2022-02-03 23:15:40.084947952 +0100
+++ /var/tmp/diff_new_pack.Pnyzjf/_new  2022-02-03 23:15:40.088947925 +0100
@@ -41,6 +41,8 @@
 # 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) = %{api_version}
+# We provide this for RH/Fedora compatibility
+Provides:       golang = %{version}
 # Make this both Requires and BuildRequires go1.x so that we get build errors
 # if it is missing.
 BuildRequires:  go%{api_version}
@@ -57,6 +59,8 @@
 Summary:        Go documentation
 License:        BSD-3-Clause
 Group:          Documentation/Other
+# We provide this for RH/Fedora compatibility
+Provides:       golang-docs = %{version}
 Requires:       go = %{version}
 Supplements:    go = %{version}
 Requires:       go%{api_version}-doc
@@ -74,6 +78,8 @@
 Requires:       go = %{version}
 Supplements:    go = %{version}
 ExclusiveArch:  %{tsan_arch}
+# We provide this for RH/Fedora compatibility
+Provides:       golang-race = %{version}
 # Make this both Requires and BuildRequires go1.x-race so that we get build
 # errors if it is missing.
 BuildRequires:  go%{api_version}-race

Reply via email to