From ecf8f72447d36ed238fefc571225228bbc905047 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alejandro=20S=C3=A1ez?= Date: Tue, 30 Jun 2020 18:10:31 +0200 Subject: [PATCH] Rebase to go1.14.4 Related: BZ#1842708 --- golang.spec | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/golang.spec b/golang.spec index 93eb31b..85b8f70 100644 --- a/golang.spec +++ b/golang.spec @@ -1,10 +1,5 @@ %bcond_with bootstrap -# temporalily ignore test failures -%ifarch %{ix86} aarch64 %{arm} -%bcond_without ignore_tests -%else %bcond_with ignore_tests -%endif # build ids are not currently generated: # https://code.google.com/p/go/issues/detail?id=5238 @@ -105,10 +100,10 @@ %endif %global go_api 1.14 -%global go_version 1.14.3 +%global go_version 1.14.4 Name: golang -Version: 1.14.3 +Version: 1.14.4 Release: 1%{?dist} Summary: The Go Programming Language # source tree includes several copies of Mark.Twain-Tom.Sawyer.txt under Public Domain @@ -585,6 +580,10 @@ fi %endif %changelog +* Tue Jun 30 2020 Alejandro Sáez - 1.14.4-1 +- Rebase to go1.14.4 +- Related: BZ#1842708 + * Mon May 18 2020 Álex Sáez - 1.14.3-1 - Rebase to go1.14.3 - Resolves: BZ#1836015