From 2b99d109419946e7b15d8a5c780978fe55b07d73 Mon Sep 17 00:00:00 2001 From: Jakub Čajka Date: Sep 24 2020 07:57:25 +0000 Subject: Rebase to d54a9a9c42e751a020308cae296add426b56d0f0 --- diff --git a/0001-Don-t-use-the-bundled-tzdata-at-runtime-except-for-t.patch b/0001-Don-t-use-the-bundled-tzdata-at-runtime-except-for-t.patch index 853cf0d..3545fe0 100644 --- a/0001-Don-t-use-the-bundled-tzdata-at-runtime-except-for-t.patch +++ b/0001-Don-t-use-the-bundled-tzdata-at-runtime-except-for-t.patch @@ -1,4 +1,4 @@ -From 00ee41b1598b910c1e7db7e58cea2680a00d47fd Mon Sep 17 00:00:00 2001 +From 05a2bf6215cc996ef05c64c64078ee7b31ddc11f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8Cajka?= Date: Thu, 22 Mar 2018 11:49:09 +0100 Subject: [PATCH 1/3] Don't use the bundled tzdata at runtime, except for the diff --git a/0002-syscall-expose-IfInfomsg.X__ifi_pad-on-s390x.patch b/0002-syscall-expose-IfInfomsg.X__ifi_pad-on-s390x.patch index 9c52d94..22b525e 100644 --- a/0002-syscall-expose-IfInfomsg.X__ifi_pad-on-s390x.patch +++ b/0002-syscall-expose-IfInfomsg.X__ifi_pad-on-s390x.patch @@ -1,4 +1,4 @@ -From 3f6f4a706cf45691ffb9337bec2f9776e99c439d Mon Sep 17 00:00:00 2001 +From ce2530d5d4f709203245951b1865a59094e896cf Mon Sep 17 00:00:00 2001 From: Michael Munday Date: Tue, 17 Jan 2017 11:33:38 -0500 Subject: [PATCH 2/3] syscall: expose IfInfomsg.X__ifi_pad on s390x diff --git a/0003-cmd-go-disable-Google-s-proxy-and-sumdb.patch b/0003-cmd-go-disable-Google-s-proxy-and-sumdb.patch index 1bb1f03..24c3178 100644 --- a/0003-cmd-go-disable-Google-s-proxy-and-sumdb.patch +++ b/0003-cmd-go-disable-Google-s-proxy-and-sumdb.patch @@ -1,4 +1,4 @@ -From bd73fbabd693925ccfc8f0efeb048738bd4c0f4f Mon Sep 17 00:00:00 2001 +From a6058702d8f3d895ff7e3d914f5938915e4aaac8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8Cajka?= Date: Mon, 27 May 2019 15:12:53 +0200 Subject: [PATCH 3/3] cmd/go: disable Google's proxy and sumdb diff --git a/VERSION b/VERSION index e5dd22a..24837a6 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -devel +b4ea672009 Mon Sep 21 01:30:48 2020 +0000 +devel +d54a9a9c42 Wed Sep 23 21:55:55 2020 +0000 diff --git a/golang.spec b/golang.spec index fe96020..880a446 100644 --- a/golang.spec +++ b/golang.spec @@ -108,12 +108,12 @@ %global go_api 1.16 %global go_version 1.16 -%global go_commit b4ea67200977b99ede1885ed77e034a2fdf434f5 +%global go_commit d54a9a9c42e751a020308cae296add426b56d0f0 %global go_shortcommit %(c=%{go_commit}; echo ${c:0:7}) Name: golang Version: %go_version -Release: 0.13git%{go_shortcommit}%{?dist} +Release: 0.14git%{go_shortcommit}%{?dist} Summary: The Go Programming Language # source tree includes several copies of Mark.Twain-Tom.Sawyer.txt under Public Domain License: BSD and Public Domain @@ -569,6 +569,9 @@ fi %endif %changelog +* Thu Sep 24 2020 Jakub Čajka - 1.16-0.14gitd54a9a9 +- Rebase to d54a9a9c42e751a020308cae296add426b56d0f0 + * Mon Sep 21 2020 Jakub Čajka - 1.16-0.13gitb4ea672 - Rebase to b4ea67200977b99ede1885ed77e034a2fdf434f5