From f632a8a5b2066d76c3f32921e173a2621ea0ad80 Mon Sep 17 00:00:00 2001 From: Jakub Čajka Date: Jan 08 2019 09:07:31 +0000 Subject: Rebase to a1d5e8adfa4d2f1043f4617fe20994ddbb7cc25c --- 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 3074ef2..15559c0 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 63148cf1bad50d57409d92ac43e961c0325c0d25 Mon Sep 17 00:00:00 2001 +From bee66913b691d60e86e33ae5124471785c2d9db7 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 d05840b..7297b7d 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 8c51efb3ff063ca68cef1e6de31440ce18bc1599 Mon Sep 17 00:00:00 2001 +From 62db1629eeeb33d7011352aa75444369c552df69 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 473a920..8261371 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -devel +ad1644943b Wed Jan 2 16:18:03 2019 +0000 +devel +a1d5e8adfa Tue Jan 8 02:10:40 2019 +0000 diff --git a/golang.spec b/golang.spec index d936b35..8c7ac7c 100644 --- a/golang.spec +++ b/golang.spec @@ -108,12 +108,12 @@ %global go_api 1.13 %global go_version 1.13 -%global go_commit ad1644943ba691740c3bec29280f350f9d81c1b1 +%global go_commit a1d5e8adfa4d2f1043f4617fe20994ddbb7cc25c %global go_shortcommit %(c=%{go_commit}; echo ${c:0:7}) Name: golang Version: %go_version -Release: 0.1git%{go_shortcommit}%{?dist} +Release: 0.2git%{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 Jan 08 2019 Jakub Čajka - 1.13-0.2gita1d5e8a +- Rebase to a1d5e8adfa4d2f1043f4617fe20994ddbb7cc25c + * Wed Jan 02 2019 Jakub Čajka - 1.13-0.1gitad16449 - Rebase to ad1644943ba691740c3bec29280f350f9d81c1b1