commit go1.13 for openSUSE:Leap:15.2:Update

2020-09-20 Thread root
Hello community,

here is the log from the commit of package go1.13 for openSUSE:Leap:15.2:Update 
checked in at 2020-09-21 06:21:03

Comparing /work/SRC/openSUSE:Leap:15.2:Update/go1.13 (Old)
 and  /work/SRC/openSUSE:Leap:15.2:Update/.go1.13.new.4249 (New)


Package is "go1.13"

Mon Sep 21 06:21:03 2020 rev:3 rq:835308 version:unknown

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.lUrMZs/_old  2020-09-21 06:21:05.524868571 +0200
+++ /var/tmp/diff_new_pack.lUrMZs/_new  2020-09-21 06:21:05.524868571 +0200
@@ -1 +1 @@
-
+




commit go1.13 for openSUSE:Leap:15.2:Update

2020-08-12 Thread root
Hello community,

here is the log from the commit of package go1.13 for openSUSE:Leap:15.2:Update 
checked in at 2020-08-12 14:22:59

Comparing /work/SRC/openSUSE:Leap:15.2:Update/go1.13 (Old)
 and  /work/SRC/openSUSE:Leap:15.2:Update/.go1.13.new.3399 (New)


Package is "go1.13"

Wed Aug 12 14:22:59 2020 rev:2 rq:824923 version:unknown

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.rnIxGt/_old  2020-08-12 14:23:00.519116972 +0200
+++ /var/tmp/diff_new_pack.rnIxGt/_new  2020-08-12 14:23:00.523116975 +0200
@@ -1 +1 @@
-
+




commit go1.13 for openSUSE:Leap:15.2

2020-05-23 Thread root
Hello community,

here is the log from the commit of package go1.13 for openSUSE:Leap:15.2 
checked in at 2020-05-23 16:07:12

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


Package is "go1.13"

Sat May 23 16:07:12 2020 rev:4 rq:808184 version:1.13.11

Changes:

--- /work/SRC/openSUSE:Leap:15.2/go1.13/go1.13.changes  2020-05-07 
19:38:03.678777174 +0200
+++ /work/SRC/openSUSE:Leap:15.2/.go1.13.new.2738/go1.13.changes
2020-05-23 16:07:18.369038405 +0200
@@ -1,0 +2,12 @@
+Fri May 15 19:42:01 UTC 2020 - Jeff Kowalczyk 
+
+- go1.13.11 (released 2020/05/14) includes fixes to the compiler.
+  Refs boo#1149259.
+  * go#38442 cmd/compile: unexpected nil dereference on s390x
+
+---
+Wed Apr 29 13:19:09 UTC 2020 - Guillaume GARDET 
+
+- Requires binutils-gold for %arm and aarch64 - boo#1170826
+
+---

Old:

  go1.13.10.src.tar.gz

New:

  go1.13.11.src.tar.gz



Other differences:
--
++ go1.13.spec ++
--- /var/tmp/diff_new_pack.0BUpzd/_old  2020-05-23 16:07:19.061039888 +0200
+++ /var/tmp/diff_new_pack.0BUpzd/_new  2020-05-23 16:07:19.065039897 +0200
@@ -118,7 +118,7 @@
 %endif
 
 Name:   go1.13
-Version:1.13.10
+Version:1.13.11
 Release:0
 Summary:A compiled, garbage-collected, concurrent programming language
 License:BSD-3-Clause
@@ -162,6 +162,11 @@
 %endif
 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}

++ go1.13.10.src.tar.gz -> go1.13.11.src.tar.gz ++
/work/SRC/openSUSE:Leap:15.2/go1.13/go1.13.10.src.tar.gz 
/work/SRC/openSUSE:Leap:15.2/.go1.13.new.2738/go1.13.11.src.tar.gz differ: char 
15, line 1




commit go1.13 for openSUSE:Leap:15.2

2020-05-07 Thread root
Hello community,

here is the log from the commit of package go1.13 for openSUSE:Leap:15.2 
checked in at 2020-05-07 19:28:57

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


Package is "go1.13"

Thu May  7 19:28:57 2020 rev:3 rq:801247 version:1.13.10

Changes:

--- /work/SRC/openSUSE:Leap:15.2/go1.13/go1.13.changes  2020-02-19 
18:48:24.363011702 +0100
+++ /work/SRC/openSUSE:Leap:15.2/.go1.13.new.2738/go1.13.changes
2020-05-07 19:38:03.678777174 +0200
@@ -1,0 +2,42 @@
+Thu Apr  9 03:49:17 UTC 2020 - Jeff Kowalczyk 
+
+- go1.13.10 (released 2020/04/08) includes fixes to the go command,
+  the runtime, os/exec, and time packages.
+  Refs boo#1149259.
+  * go#38236 time: NewTicker will not emit ticks at a frequency greater than 
1/sec on qemu user mode ppc64le
+  * go#38082 cmd/go/internal/test: data race in (*runCache).builderRunTest
+  * go#37901 cmd/compile/internal/syntax: TestStdLib verbosely broken on 
Windows
+  * go#37895 os: TestRemoveAllWithMoreErrorThanReqSize is failing on Plan 9 
and Windows
+  * go#37892 net/http: TestCancelRequestWithChannelBeforeDo_Cancel failure on 
Windows long test
+  * go#37802 cmd/go: 'Access is denied' when renaming module cache directory
+  * go#37483 runtime: "fatal error: unexpected signal" 0xC005 on Windows 
for a small program with a large allocation
+  * go#37433 os/exec: environForSysProcAttr is never called as sysattr.Env is 
never nil
+  * go#37230 PowerRegisterSuspendResumeNotification error on Azure App 
Services with go 1.13.7
+
+---
+Fri Mar 20 04:30:47 UTC 2020 - Jeff Kowalczyk 
+
+- go1.13.9 (released 2020/03/19) includes fixes to the go command,
+  tools, the runtime, the toolchain, and the crypto/cypher package.
+  Refs boo#1149259.
+  * go#37826 internal/syscall/windows/registry: TestWalkFullRegistry failing 
on windows-amd64-longtest
+  * go#37821 cmd/go: module's "go" version should be included in cache key
+  * go#37417 crypto/cipher: NewGCMWithNonceSize allows zero-length nonce
+  * go#37342 cmd/trace: requires HTML imports, which doesn't work on any major 
browser anymore
+  * go#36846 cmd/link: system linker warnings on macOS 10.14 when using cgo
+
+---
+Tue Mar  3 00:09:02 UTC 2020 - Jeff Kowalczyk 
+
+- Packaging sync accumulated changes from go1.12
+  Refs boo#1149259.
+- Use gcc9 by default by updating define gcc_go_version 9 (was 8)
+  * drop unneeded patch gcc8-go.patch
+- Fix broken go_api evaluation (1.12 < 1.5, when evaluated as floats),
+  let RPM evaluate the expression, drop no longer required bc.
+- Own the gdbinit.d directory, avoid the build dependency on gdb.
+- Add %ifarch %arm aarch64 BuildRequires: binutils-gold to fix
+  /usr/lib64/go/{version}/pkg/tool/linux_arm64/link: running gcc failed: exit 
status 1
+  collect2: fatal error: cannot find 'ld'-
+
+---

Old:

  gcc8-go.patch
  go1.13.8.src.tar.gz

New:

  go1.13.10.src.tar.gz



Other differences:
--
++ go1.13.spec ++
--- /var/tmp/diff_new_pack.owSuIM/_old  2020-05-07 19:38:05.018779855 +0200
+++ /var/tmp/diff_new_pack.owSuIM/_new  2020-05-07 19:38:05.018779855 +0200
@@ -33,7 +33,7 @@
 # SLE15 or Leap 15.x
 %define gcc_go_version 7
 %else
-%define gcc_go_version 8
+%define gcc_go_version 9
 %endif
 %endif
 
@@ -78,8 +78,7 @@
 %define go_api 1.13
 
 # shared library support
-%define shared_supported %(echo "%{go_api} >= 1.5" | bc -l)
-%if %{shared_supported}
+%if "%{rpm_vercmp %{go_api} 1.5}" > "0"
 %if %{with gccgo}
 %define with_shared 1
 %else
@@ -119,7 +118,7 @@
 %endif
 
 Name:   go1.13
-Version:1.13.8
+Version:1.13.10
 Release:0
 Summary:A compiled, garbage-collected, concurrent programming language
 License:BSD-3-Clause
@@ -136,7 +135,6 @@
 # PATCH-FIX-UPSTREAM marguer...@opensuse.org - find /usr/bin/go-5 when 
bootstrapping with gcc5-go
 Patch8: gcc6-go.patch
 Patch9: gcc7-go.patch
-Patch10:gcc8-go.patch
 Patch11:gcc9-rsp-clobber.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 # boostrap
@@ -150,17 +148,18 @@
 BuildRequires:  %{go_bootstrap_version}
 %endif
 BuildRequires:  fdupes
-BuildRequires:  pkgconfig(systemd)
 Recommends: %{name}-doc = %{version}
 %ifarch %{tsan_arch}
 # Needed to compile compiler-rt/TSAN.
 BuildRequires:  gcc-c++
 %endif
 #BNC#818502 debug edit tool of rpm fails on i586 builds
-BuildRequires:  bc
 BuildRequires:  rpm >= 4.11.1
-# for go.gdbinit, directory ownership
-BuildRequires:  gdb
+# Needed on arm aarch64 to avoid
+# 

commit go1.13 for openSUSE:Leap:15.2

2020-02-19 Thread root
Hello community,

here is the log from the commit of package go1.13 for openSUSE:Leap:15.2 
checked in at 2020-02-19 18:48:21

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


Package is "go1.13"

Wed Feb 19 18:48:21 2020 rev:2 rq:776548 version:1.13.8

Changes:

--- /work/SRC/openSUSE:Leap:15.2/go1.13/go1.13.changes  2020-02-13 
14:41:03.313663833 +0100
+++ /work/SRC/openSUSE:Leap:15.2/.go1.13.new.26092/go1.13.changes   
2020-02-19 18:48:24.363011702 +0100
@@ -1,0 +2,11 @@
+Thu Feb 13 19:45:43 UTC 2020 - Jeff Kowalczyk 
+
+- go1.13.8 (released 2020/02/12) includes fixes to the runtime, the
+  crypto/x509, and net/http packages.
+  Refs boo#1149259.
+  * go#37067 crypto/x509: MarshalPKCS8PrivateKey doc says RSA private key 
while it supports more than that
+  * go#36583 net/http: HTTP/2 with MaxConnsPerHost hangs or crashes
+  * go#36575 runtime: "PowerRegisterSuspendResumeNotification failed with 
errno= 87" when running in Windows docker containers
+  * Truncate changelog for versions older than go1.13
+
+---
@@ -5,0 +17 @@
+  Refs boo#1149259.
@@ -298,2061 +309,0 @@
-

-Mon Jun 17 20:38:09 UTC 2019 - Jeff Kowalczyk 
-
-- go1.12.6 (released 2019/06/11) includes fixes to the compiler, the linker,
-  the go command, and the crypto/x509, net/http, and os packages.
-   * go#32484 cmd/link: fix deferreturn detector
-   * go#32367 net/http: make Transport ignore 408 timeout messages from server
-   * go#32295 cmd/go: tests failing on linux-amd64-longtest
-   * go#32282 crypto/x509: macos 10.14 SIGSEGV in 
crypto/x509._Cfunc_FetchPEMRoots
-   * go#32261 syscall: Windows user32 function (SendInput) behaves incorrectly 
when called within golang environment
-   * go#32168 cmd/go: accept -Wl,-R,path
-   * go#32081 os: windows processes started with foreign token inherit the 
wrong environment [CVE-2019-11888]
-   * go#32013 cmd/compile: sparse slices with struct items are not initialized
-   * go#30526 cmd/go: MacOS binaries invalid for eventual Apple Notary
-

-Wed Jun 12 14:46:50 UTC 2019 - Dominique Leuenberger 
-
-- BuildRequire pkgconfig(systemd) instead of systemd: allow OBS to
-  shortcut the build queues by allowing usage of systemd-mini
-

-Thu May 16 07:12:19 UTC 2019 - Martin Liška 
-
-- Add gcc9-rsp-clobber.patch in order to fix bsc#1121397.
-

-Tue May  7 14:42:33 UTC 2019 - Jeff Kowalczyk 
-
-- go1.12.5 (released 2019/05/06) includes fixes to the compiler, the
-  linker, the go command, the runtime, and the os package.
-  * go#31783 cmd/go: go get -x prints to stdout
-  * go#31763 cmd/go: module loader fails to resolve imports within symlinked 
source file
-  * go#31679 runtime: high-percentile latency of memory allocations has 
regressed significantly
-  * go#31677 runtime: treap implementation of find() doesn't return the 
best-fit span
-  * go#31565 cmd/link: ppc64 broken NeedsFix
-  * go#31474 os.RemoveAll failing silently in go 1.12.2 when removing 
non-empty directories at /
-  * go#31469 x/build/cmd/gopherbot: gopherbot needs human intervention
-  * go#31396 cmd/compile: :1: symbol listed multiple times for 
same type across multiple packages
-  * go#31196 cmd/go: pseudoversions can refer to external commits
-  * go#31117 cmd/go: go directive is not only added during go mod init, but 
also under other conditions that are hard to deduce
-  * go#30465 cmd/vet: Consider reverting tag conflict for embedded fields
-  * go#30399 cmd/vet: possible to get a printf false positive with big.Int
-

-Mon Apr 15 07:06:36 UTC 2019 - Jeff Kowalczyk 
-
-- go1.12.4 (released 2019/04/11) fixes an issue where using the prebuilt binary
-  releases on older versions of GNU/Linux led to failures when linking programs
-  that used cgo. Only Linux users who hit this issue need to update.
-  Unpackaged go1.12.3 (released 2019/04/08) was accidentally released by
-  upstream without its intended fix. It is identical to go1.12.2, except for
-  its version number. The intended fix is in go1.12.4. go1.12.3 was never
-  packaged for SUSE and openSUSE.
-  * go#31293 runtime/cgo: unrecognized relocation with binaries shipped in 
go1.12.2
-

-Fri Apr  5 23:46:46 UTC 2019 - Jeff Kowalczyk 
-
-- go1.12.2 (released 2019/04/05) includes fixes to the compiler, the
-  go command, the runtime, and the doc, net, net/http/httputil, and
-  os packages.
-