From 8716ef4de3b9ae40879e40df4d05899b37eab591 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81lex=20S=C3=A1ez?= Date: Mon, 18 May 2020 19:59:24 +0200 Subject: [PATCH] Rebase to go1.14.3 --- golang.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/golang.spec b/golang.spec index fb5eb6a..f487909 100644 --- a/golang.spec +++ b/golang.spec @@ -105,10 +105,10 @@ %endif %global go_api 1.14 -%global go_version 1.14.2 +%global go_version 1.14.3 Name: golang -Version: 1.14.2 +Version: 1.14.3 Release: 1%{?dist} Summary: The Go Programming Language # source tree includes several copies of Mark.Twain-Tom.Sawyer.txt under Public Domain @@ -585,6 +585,9 @@ fi %endif %changelog +* Mon May 18 2020 Álex Sáez - 1.14.3-1 +- Rebase to go1.14.3 + * Mon Apr 20 2020 Jakub Čajka - 1.14.2-1 - Rebase to go1.14.2 - Resolves: BZ#1815282