From 5094b4827a2ac3f6e1300d0752e120fa29d9ed4a Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Jul 28 2020 10:04:46 +0000 Subject: import go-toolset-1.14.4-1.module+el8.3.0+7195+ea2d3c1f --- diff --git a/SPECS/go-toolset.spec b/SPECS/go-toolset.spec index 32a5867..3b984b7 100644 --- a/SPECS/go-toolset.spec +++ b/SPECS/go-toolset.spec @@ -1,12 +1,16 @@ -%global go_version 1.13.4 +%global go_version 1.14.4 Name: go-toolset Version: %{go_version} -Release: 3%{?dist} +Release: 1%{?dist} Summary: Package that installs go-toolset License: BSD and Public Domain Requires: golang = %{go_version} +%ifarch x86_64 +Requires: delve +%endif +ExcludeArch: %{ix86} %description This is the main package for go-toolset. @@ -14,6 +18,26 @@ This is the main package for go-toolset. %files %changelog +* Fri Jun 26 2020 Alejandro Sáez - 1.14.4-1 +- Rebase to Go 1.14.4 +- Related: rhbz#1820596 + +* Mon Jun 15 2020 Alejandro Sáez - 1.14.2-4 +- Delve is only available on x86_64 at the moment +- Resolves: rhbz#1837847 + +* Fri Jun 05 2020 Alejandro Sáez - 1.14.2-3 +- Add reference to delve +- Related: rhbz#1835917 + +* Fri May 22 2020 Alejandro Sáez - 1.14.2-2 +- Stop building for i686 +- Related: rhbz#1752991 + +* Fri May 22 2020 Alejandro Sáez - 1.14.2-1 +- Rebase to Go 1.14.2 +- Related: rhbz#1820596 + * Tue Dec 10 2019 Alejandro Sáez - 1.13.4-3 - Rebase to Go 1.13.4