diff --git a/SPECS/go-toolset.spec b/SPECS/go-toolset.spec index bf76d9e..ddbfe20 100644 --- a/SPECS/go-toolset.spec +++ b/SPECS/go-toolset.spec @@ -1,4 +1,4 @@ -%global go_version 1.13.15 +%global go_version 1.14.7 Name: go-toolset Version: %{go_version} @@ -7,6 +7,10 @@ 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,22 +18,34 @@ This is the main package for go-toolset. %files %changelog -* Mon Aug 17 2020 Alejandro Sáez - 1.13.15-1 -- Rebase to 1.13.15 -- Related: rhbz#1865875 -- Related: rhbz#1865873 - -* Sat Aug 08 2020 Alejandro Sáez - 1.13.14-2 -- Rebase to 1.13.14 -- Bump up x/text to v0.3.3 fixing. This should have been done in the previous - commit -- Resolves: rhbz#1865875 -- Resolves: rhbz#1865873 - -* Thu Aug 06 2020 Alejandro Sáez - 1.13.14-1 -- Rebase to 1.13.14 -- Resolves: rhbz#1865875 -- Resolves: rhbz#1865873 +* Wed Aug 19 2020 Alejandro Sáez - 1.14.7-1 +- Rebase to Go 1.14.7 +- Resolves: rhbz#1820596 +- Resolves: rbhz#1859442 + +* Tue Aug 04 2020 Alejandro Sáez - 1.14.6-1 +- Rebase to Go 1.14.6 +- Related: rhbz#1820596 + +* 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