From 596c06db8b7fda4cee21b3445ca22a3a3dd63d15 Mon Sep 17 00:00:00 2001 From: Jakub Čajka Date: Nov 06 2018 08:49:05 +0000 Subject: Rebase to 510eea2dfcabbc8916c7c59aa37046269ad29497 --- 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 316ed1e..9999914 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 db8a2ba4578f72bc4dd545f64fa83935cf9da15d Mon Sep 17 00:00:00 2001 +From 98577fb225ceeb429dfe8efa29b1ba1c7227cb2c 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/2] 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 5cc8750..59d9f2f 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 2de14a02f9d4b19270cc2213ca8967afdc6ef378 Mon Sep 17 00:00:00 2001 +From bec2f5b9fa8e51811e00c592f89ea2aa25a37e1c Mon Sep 17 00:00:00 2001 From: Michael Munday Date: Tue, 17 Jan 2017 11:33:38 -0500 Subject: [PATCH 2/2] syscall: expose IfInfomsg.X__ifi_pad on s390x diff --git a/VERSION b/VERSION index d51ea1c..62182b4 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -devel +efd229238a Sun Nov 4 19:34:07 2018 +0000 +devel +510eea2dfc Tue Nov 6 06:57:39 2018 +0000 diff --git a/golang.spec b/golang.spec index 14b674c..6f5a1f5 100644 --- a/golang.spec +++ b/golang.spec @@ -108,12 +108,12 @@ %global go_api 1.12 %global go_version 1.12 -%global go_commit efd229238aceefdee6a00ea28b61c924c2b5f1a5 +%global go_commit 510eea2dfcabbc8916c7c59aa37046269ad29497 %global go_shortcommit %(c=%{go_commit}; echo ${c:0:7}) Name: golang Version: %go_version -Release: 0.47git%{go_shortcommit}%{?dist} +Release: 0.48git%{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 @@ -564,6 +564,9 @@ fi %endif %changelog +* Tue Nov 06 2018 Jakub Čajka - 1.12-0.48git510eea2 +- Rebase to 510eea2dfcabbc8916c7c59aa37046269ad29497 + * Mon Nov 05 2018 Jakub Čajka - 1.12-0.47gitefd2292 - Rebase to efd229238aceefdee6a00ea28b61c924c2b5f1a5