Hello community,

here is the log from the commit of package go1.8 for openSUSE:Factory checked 
in at 2018-03-01 12:01:57
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/go1.8 (Old)
 and      /work/SRC/openSUSE:Factory/.go1.8.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "go1.8"

Thu Mar  1 12:01:57 2018 rev:5 rq:580589 version:1.8.5

Changes:
--------
--- /work/SRC/openSUSE:Factory/go1.8/go1.8.changes      2017-11-03 
16:33:11.873980928 +0100
+++ /work/SRC/openSUSE:Factory/.go1.8.new/go1.8.changes 2018-03-01 
12:01:59.018638238 +0100
@@ -1,0 +2,5 @@
+Sat Feb 24 18:53:05 UTC 2018 - [email protected]
+
+- fix bsc#1082409: Review dependencies (requires, recommends and supports) 
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ go1.8.spec ++++++
--- /var/tmp/diff_new_pack.g9dOA7/_old  2018-03-01 12:02:00.278593056 +0100
+++ /var/tmp/diff_new_pack.g9dOA7/_new  2018-03-01 12:02:00.278593056 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package go1.8
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -133,7 +133,7 @@
 %endif
 BuildRequires:  fdupes
 BuildRequires:  systemd
-Recommends:     go-doc = %{version}
+Recommends:     %{name}-doc = %{version}
 %ifarch %{tsan_arch}
 # Needed to compile compiler-rt/TSAN.
 BuildRequires:  gcc-c++
@@ -167,7 +167,7 @@
 Summary:        Go documentation
 License:        BSD-3-Clause
 Group:          Documentation/Other
-Requires:       go = %{version}
+Requires:       %{name} = %{version}
 Provides:       go-doc = %{version}
 
 %description doc
@@ -177,11 +177,11 @@
 # boo#1052528
 %package race
 Summary:        Go runtime race detector
-License:        NCSA or MIT
+License:        NCSA OR MIT
 Group:          Development/Languages/Other
 Url:            https://compiler-rt.llvm.org/
-Requires:       go = %{version}
-Supplements:    go
+Requires:       %{name} = %{version}
+Supplements:    %{name} = %{version}
 ExclusiveArch:  %{tsan_arch}
 
 %description race


Reply via email to