commit go1.10 for openSUSE:Leap:15.2

2020-05-26 Thread root
Hello community,

here is the log from the commit of package go1.10 for openSUSE:Leap:15.2 
checked in at 2020-05-26 18:32:25

Comparing /work/SRC/openSUSE:Leap:15.2/go1.10 (Old)
 and  /work/SRC/openSUSE:Leap:15.2/.go1.10.new.2738 (New)


Package is "go1.10"

Tue May 26 18:32:25 2020 rev:5 rq:808201 version:1.10.8

Changes:

--- /work/SRC/openSUSE:Leap:15.2/go1.10/go1.10.changes  2020-05-16 
04:57:11.395920037 +0200
+++ /work/SRC/openSUSE:Leap:15.2/.go1.10.new.2738/go1.10.changes
2020-05-26 18:32:33.553599235 +0200
@@ -1,0 +2,5 @@
+Wed Apr 29 13:24:07 UTC 2020 - Guillaume GARDET 
+
+- Requires binutils-gold for %arm and aarch64 - boo#1170826
+
+---



Other differences:
--
++ go1.10.spec ++
--- /var/tmp/diff_new_pack.Ivzo1z/_old  2020-05-26 18:32:34.189600623 +0200
+++ /var/tmp/diff_new_pack.Ivzo1z/_new  2020-05-26 18:32:34.197600641 +0200
@@ -149,6 +149,11 @@
 BuildRequires:  gdb
 Requires(post):update-alternatives
 Requires(postun):  update-alternatives
+# Needed on arm aarch64 to avoid
+# collect2: fatal error: cannot find 'ld'-
+%ifarch %arm aarch64
+Requires:   binutils-gold
+%endif
 Requires:   gcc
 Provides:   go = %{version}
 Provides:   go-devel = go%{version}




commit go1.10 for openSUSE:Leap:15.2

2020-05-15 Thread root
Hello community,

here is the log from the commit of package go1.10 for openSUSE:Leap:15.2 
checked in at 2020-05-16 04:57:10

Comparing /work/SRC/openSUSE:Leap:15.2/go1.10 (Old)
 and  /work/SRC/openSUSE:Leap:15.2/.go1.10.new.2738 (New)


Package is "go1.10"

Sat May 16 04:57:10 2020 rev:4 rq:805567 version:1.10.8

Changes:

--- /work/SRC/openSUSE:Leap:15.2/go1.10/go1.10.changes  2020-01-15 
15:05:40.801912026 +0100
+++ /work/SRC/openSUSE:Leap:15.2/.go1.10.new.2738/go1.10.changes
2020-05-16 04:57:11.395920037 +0200
@@ -1,0 +2,7 @@
+Tue Jun 18 20:29:25 UTC 2019 - Jeff Kowalczyk 
+
+- BuildRequire pkgconfig(systemd) instead of systemd: allow OBS to
+  shortcut the build queues by allowing usage of systemd-mini.
+  Originally from Dominique Leuenberger 
+
+---
@@ -11 +18 @@
-- Remove unnedded armv6.patch
+- Remove unneeded armv6l.patch
@@ -57 +64,2 @@
-- Fix build error with PIE linker flags on ppc64le. bsc#1113978 boo#1098017
+- Fix build error with PIE linker flags on ppc64le.
+  Fixes bsc#1113978 boo#1098017.



Other differences:
--
++ go1.10.spec ++
--- /var/tmp/diff_new_pack.hjJprY/_old  2020-05-16 04:57:12.307921907 +0200
+++ /var/tmp/diff_new_pack.hjJprY/_new  2020-05-16 04:57:12.311921915 +0200
@@ -59,6 +59,7 @@
 # linuxppc-dev discussion:
 # "PIE binaries are no longer mapped below 4 GiB on ppc64le"
 # https://lists.ozlabs.org/pipermail/linuxppc-dev/2018-November/180862.html
+# fixes bsc#1113978 boo#1098017
 %ifarch ppc64le
 #!BuildIgnore: gcc-PIE
 %endif
@@ -135,7 +136,7 @@
 BuildRequires:  go1.4
 %endif
 BuildRequires:  fdupes
-BuildRequires:  systemd
+BuildRequires:  pkgconfig(systemd)
 Recommends: %{name}-doc = %{version}
 %ifarch %{tsan_arch}
 # Needed to compile compiler-rt/TSAN.