#116 Update f38 to upstream release 1.21.3
Closed 7 months ago by alexsaezm. Opened 7 months ago by packit.

file modified
+1
@@ -136,3 +136,4 @@ 

  /go1.20.6.src.tar.gz

  /go1.20.7.src.tar.gz

  /go1.20.8.src.tar.gz

+ /go1.21.3.src.tar.gz

file added
+21
@@ -0,0 +1,21 @@ 

+ upstream_package_name: go

+ downstream_package_name: golang

+ upstream_project_url: https://github.com/golang/go

+ specfile_path: golang.spec

+ upstream_tag_template: go{version}

+ actions:

+   changelog-entry:

+   - echo "New release ${PACKIT_PROJECT_VERSION}"

+ jobs:

+   - job: pull_from_upstream

+     trigger: release

+     dist_git_branches:

+       - fedora-rawhide

+       - fedora-stable

+ 

+   - job: koji_build

+     trigger: commit

+     dist_git_branches:

+       - fedora-rawhide

+       - fedora-stable

+ 

@@ -0,0 +1,30 @@ 

+ From 52d9cfec8124a9c7382bed5284246d9b18a21eb4 Mon Sep 17 00:00:00 2001

+ From: =?UTF-8?q?Alejandro=20S=C3=A1ez?= <asm@redhat.com>

+ Date: Wed, 16 Aug 2023 07:06:38 +0200

+ Subject: [PATCH] Modify go.env

+ 

+ Change GOPROXY, GOSUMDB, and GOTOOLCHAIN

+ ---

+  go.env | 6 +++---

+  1 file changed, 3 insertions(+), 3 deletions(-)

+ 

+ diff --git a/go.env b/go.env

+ index 6ff2b921d4..087208cd7c 100644

+ --- a/go.env

+ +++ b/go.env

+ @@ -4,9 +4,9 @@

+  

+  # Use the Go module mirror and checksum database by default.

+  # See https://proxy.golang.org for details.

+ -GOPROXY=https://proxy.golang.org,direct

+ -GOSUMDB=sum.golang.org

+ +GOPROXY=direct

+ +GOSUMDB=off

+  

+  # Automatically download newer toolchains as directed by go.mod files.

+  # See https://go.dev/doc/toolchain for details.

+ -GOTOOLCHAIN=auto

+ +GOTOOLCHAIN=local

+ -- 

+ 2.41.0

+ 

file added
+3
@@ -0,0 +1,3 @@ 

+ This repository is maintained by packit.

+ https://packit.dev/

+ The file was generated using packit 0.83.0.post1.dev4+g46d87465.

file added
+903
@@ -0,0 +1,903 @@ 

+ * Tue Aug 08 2023 Packit <hello@packit.dev> - 1.21.0-1

+ New release ${PACKIT_PROJECT_VERSION}

+ 

+ * Thu Jul 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.21~rc3-2

+ - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild

+ 

+ * Fri Jul 14 2023 Alejandro Sáez <asm@redhat.com> - 1.21~rc3-1

+ - Update to go1.21rc3

+ - Update bundled dependencies.

+ - Update pcre-devel to pcre2-devel

+ - Add go-filesystem

+ - Remove skipping tests, related: https://github.com/golang/go/issues/39466

+ - Remove 0002-syscall-expose-IfInfomsg.X__ifi_pad-on-s390x.patch, already merged

+ - Rename 0003-cmd-go-disable-Google-s-proxy-and-sumdb.patch to 0001-Disable-Google-s-proxy-sumdb-and-toolchain.patch

+ - Update 0001-Disable-Google-s-proxy-sumdb-and-toolchain.patch

+ - Update 0004-cmd-link-use-gold-on-ARM-ARM64-only-if-gold-is-avail.patch

+ - Resolves: rhbz#2128303

+ - Resolves: rhbz#2215635

+ - Resolves: rhbz#2172392

+ 

+ * Tue Jul 11 2023 Mike Rochefort <mroche@omenos.dev> - 1.20.6-1

+ - Update to go 1.20.6

+ 

+ * Tue Jun 06 2023 Alejandro Sáez <asm@redhat.com> - 1.20.5-1

+ - Update to go 1.20.5

+ 

+ * Tue May 02 2023 Alejandro Sáez <asm@redhat.com> - 1.20.4-1

+ - Update to go1.20.4

+ - Resolves: rhbz#2184454

+ 

+ * Sat Apr 15 2023 Maxwell G <maxwell@gtmx.me> - 1.20.3-2

+ - Fix broken golang-race update path

+ 

+ * Tue Apr 04 2023 Alejandro Sáez <asm@redhat.com> - 1.20.3-1

+ - Update to go1.20.3

+ 

+ * Fri Mar 10 2023 Mike Rochefort <mroche@omenos.dev> - 1.20.2-1

+ - Update to go1.20.2

+ - Resolves: rhbz#2176528

+ 

+ * Wed Feb 15 2023 Alejandro Sáez <asm@redhat.com> - 1.20.1

+ - Update to go1.20.1

+ - Resolves: rhbz#2169896

+ 

+ * Thu Feb 02 2023 Alejandro Sáez <asm@redhat.com> - 1.20-1

+ - Update to go1.20

+ - Resolves: rhbz#2152070

+ 

+ * Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.20~rc3-3

+ - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild

+ 

+ * Tue Jan 17 2023 Alejandro Sáez <asm@redhat.com> - 1.20~rc3-1

+ - Update to go1.20rc3

+ - Disable race package due go 1.20 new feature

+ 

+ * Wed Jan 04 2023 Alejandro Sáez <asm@redhat.com> - 1.20-0.rc2-1

+ - Update to go1.20rc2

+ 

+ * Wed Dec 07 2022 Alejandro Sáez <asm@redhat.com> - 1.19.4-1

+ - Update to go1.19.4

+ - Resolves: rhbz#2151595

+ 

+ * Tue Nov 8 2022 Amit Shah <amitshah@fedoraproject.org> - 1.19.3-2

+ - Fix build without binutils-gold

+ 

+ * Sun Nov 06 2022 Mike Rochefort <mroche@redhat.com> - 1.19.3-1

+ - Update to go1.19.3

+ - Resolves: rhbz#2139548

+ 

+ * Tue Oct 04 2022 Alejandro Sáez <asm@redhat.com> - 1.19.2-1

+ - Update to go1.19.2

+ 

+ * Tue Sep 06 2022 Alejandro Sáez <asm@redhat.com> - 1.19.1-1

+ - Update to go1.19.1

+ 

+ * Tue Aug 02 2022 Alejandro Sáez <asm@redhat.com> - 1.19-1

+ - Update to go1.19.0

+ - Remove reference to AUTHORS and CONTRIBUTORS due to https://github.com/golang/go/issues/53961

+ 

+ * Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.19~rc2-2

+ - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild

+ 

+ * Mon Jul 18 2022 Mike Rochefort <mroche@redhat.com> - 1.19~rc2-1

+ - Update to go1.19rc2

+ - Remove tzdata patch

+ - Remove go-srpm-macros runtime requirement

+ - Resolves: rhbz#2095927

+ 

+ * Wed Jul 13 2022 Alejandro Sáez <asm@redhat.com> - 1.18.4-1

+ - Update to 1.18.4

+ 

+ * Sun Jun 19 2022 Robert-André Mauchin <zebob.m@gmail.com> - 1.18.3-2

+ - Rebuilt for CVE-2022-1996, CVE-2022-24675, CVE-2022-28327, CVE-2022-27191,

+   CVE-2022-29526, CVE-2022-30629

+ 

+ * Thu Jun 02 2022 Alejandro Sáez <asm@redhat.com> - 1.18.3-1

+ - Update to 1.18.3

+ - Resolves: rhbz#2092631

+ 

+ * Sun May 15 2022 Mike Rochefort <mroche@redhat.com> - 1.18.2-1

+ - Update to 1.18.2

+ - Resolves: rhbz#2075141

+ 

+ * Tue Apr 12 2022 Alejandro Sáez <asm@redhat.com> - 1.18.1-1

+ - Update to 1.18.1

+ 

+ * Tue Mar 15 2022 Mike Rochefort <mroche@redhat.com> - 1.18-1

+ - Update to 1.18

+ - Resolves: rhbz#2064409

+ 

+ * Thu Feb 17 2022 Mike Rochefort <mroche@redhat.com> - 1.18~rc1-1

+ - Update to 1.18rc1

+ - Resolves: rhbz#2002859

+ 

+ * Mon Jan 31 2022 Mike Rochefort <mroche@redhat.com> - 1.18~beta2-1

+ - Update to 1.18beta2

+ - Remove testshared-size-limit patch (now upstream) 83fc097

+ - Related: rhbz#2002859

+ 

+ * Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.18~beta1-2

+ - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild

+ 

+ * Tue Dec 14 2021 Mike Rochefort <mroche@redhat.com> - 1.18beta1-1

+ - Update to 1.18beta1

+ - Related: rhbz#2002859

+ 

+ * Tue Dec 14 2021 Alejandro Sáez <asm@redhat.com> - 1.17.5-1

+ - Update to 1.17.5

+ - Update bundles

+ - Related: rhbz#2002859

+ 

+ * Tue Dec 07 2021 Alejandro Sáez <asm@redhat.com> - 1.17.4-1

+ - Update to 1.17.4

+ - Related: rhbz#2002859

+ 

+ * Mon Nov 22 2021 Alejandro Sáez <asm@redhat.com> - 1.17.3-1

+ - Update to 1.17.3

+ - Related: rhbz#2002859

+ 

+ * Wed Aug 18 2021 Alejandro Sáez <asm@redhat.com> - 1.17-1

+ - Update to go1.17

+ - Resolves: rhbz#1957935

+ 

+ * Mon Aug 09 2021 Alejandro Sáez <asm@redhat.com> - 1.17-0.rc2

+ - Update to go1.17rc2

+ - Update patches

+ - Remove patch, already in the source https://go-review.googlesource.com/c/go/+/334410/

+ 

+ * Thu Jul 29 2021 Jakub Čajka <jcajka@redhat.com> - 1.16.6-3

+ - fix crash in VDSO calls on ppc64le with new kernels

+ 

+ * Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.16.6-2

+ - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild

+ 

+ * Wed Jul 14 2021 Mike Rochefort <mroche@fedoraproject.org> - 1.16.6-1

+ - Update to go1.16.6

+ - Security fix for CVE-2021-34558

+ - Resolves: BZ#1983597

+ 

+ * Mon Jun 21 2021 Mike Rochefort <mroche@fedoraproject.org> - 1.16.5-1

+ - Update to go1.16.5

+ - Security fix for CVE-2021-33195

+ - Security fix for CVE-2021-33196

+ - Security fix for CVE-2021-33197

+ - Fix OOM with large exponents in Rat.SetString gh#45910

+ 

+ * Thu May 13 2021 Jakub Čajka <jcajka@redhat.com> - 1.16.4-2

+ - Fix linker issue on ppc64le breaking kube 1.21 build

+ 

+ * Mon May 10 2021 Alejandro Sáez <asm@redhat.com> - 1.16.4-1

+ - Update to go1.16.4

+ - Security fix for CVE-2021-31525

+ - Resolves: rhbz#1958343

+ 

+ * Fri Apr 09 2021 Alejandro Sáez <asm@redhat.com> - 1.16.3-1

+ - Update to go1.16.3

+ 

+ * Tue Mar 23 2021 Alejandro Sáez <asm@redhat.com> - 1.16-2

+ - Update to go1.16.2

+ - Resolves: rhbz#1937435

+ 

+ * Thu Feb 18 2021 Jakub Čajka <jcajka@redhat.com> - 1.16-1

+ - Update to go1.16

+ - Improved bundled provides

+ - Resolves: BZ#1913835

+ 

+ * Sun Jan 31 2021 Neal Gompa <ngompa13@gmail.com> - 1.16-0.rc1.1

+ - Update to go1.16rc1

+ - Related: BZ#1913835

+ - Resolves: BZ#1922617

+ 

+ * Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.16-0.beta1.1.1

+ - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild

+ 

+ * Fri Jan 15 2021 Jakub Čajka <jcajka@redhat.com> - 1.16-0.beta1.1

+ - Update to go1.16beta1

+ - Related: BZ#1913835

+ 

+ * Fri Dec 04 2020 Jakub Čajka <jcajka@redhat.com> - 1.15.6-1

+ - Rebase to go1.15.6

+ - Resolves: BZ#1904238

+ 

+ * Fri Nov 13 2020 Jakub Čajka <jcajka@redhat.com> - 1.15.5-1

+ - Rebase to go1.15.5

+ - Security fix for CVE-2020-28362, CVE-2020-28367 and CVE-2020-28366

+ - Resolves: BZ#1897342, BZ#1897636, BZ#1897644, BZ#1897647

+ 

+ * Fri Nov 06 2020 Jakub Čajka <jcajka@redhat.com> - 1.15.4-1

+ - Rebase to go1.15.4

+ - Resolves: BZ#1895189

+ 

+ * Thu Oct 15 2020 Jakub Čajka <jcajka@redhat.com> - 1.15.3-1

+ - Rebase to go1.15.3

+ - Resolves: BZ#1888443

+ 

+ * Thu Sep 10 2020 Jakub Čajka <jcajka@redhat.com> - 1.15.2-1

+ - Rebase to go1.15.2

+ - Resolves: BZ#1877565

+ 

+ * Thu Sep 03 2020 Jakub Čajka <jcajka@redhat.com> - 1.15.1-1

+ - Rebase to go1.15.1

+ - Security fix for CVE-2020-24553

+ - Resolves: BZ#1874858, BZ#1866892

+ 

+ * Wed Aug 12 2020 Jakub Čajka <jcajka@redhat.com> - 1.15-1

+ - Rebase to go1.15 proper

+ - Resolves: BZ#1859241, BZ#1866892

+ 

+ * Mon Aug 10 2020 Jakub Čajka <jcajka@redhat.com> - 1.15-0.rc2.0

+ - Rebase to go1.15rc1

+ - Security fix for CVE-2020-16845

+ - Resolves: BZ#1867101

+ - Related: BZ#1859241

+ 

+ * Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.15-0.rc1.0.1

+ - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild

+ 

+ * Mon Jul 27 2020 Jakub Čajka <jcajka@redhat.com> - 1.15-0.rc1.0

+ - Rebase to go1.15rc1

+ - Related: BZ#1859241

+ 

+ * Mon Jul 20 2020 Jakub Čajka <jcajka@redhat.com> - 1.15-0.beta1.0

+ - Rebase to go1.15beta1

+ 

+ * Mon Jul 20 2020 Jakub Čajka <jcajka@redhat.com> - 1.14.6-1

+ - Rebase to go1.14.6

+ - Security fix for CVE-2020-14040 and CVE-2020-15586

+ - Resolves: BZ#1842708, BZ#1856957, BZ#1853653

+ 

+ * Tue Jun 30 2020 Alejandro Sáez <asm@redhat.com> - 1.14.4-1

+ - Rebase to go1.14.4

+ - Add patch that fixes: https://golang.org/issue/39991

+ - Related: BZ#1842708

+ 

+ * Mon May 18 2020 Álex Sáez <asm@redhat.com> - 1.14.3-1

+ - Rebase to go1.14.3

+ - Resolves: BZ#1836015

+ 

+ * Mon Apr 20 2020 Jakub Čajka <jcajka@redhat.com> - 1.14.2-1

+ - Rebase to go1.14.2

+ - Resolves: BZ#1815282

+ 

+ * Wed Feb 26 2020 Jakub Čajka <jcajka@redhat.com> - 1.14-1

+ - Rebase to go1.14 proper

+ - Resolves: BZ#1792475

+ 

+ * Thu Feb 06 2020 Jakub Čajka <jcajka@redhat.com> - 1.14-0.rc1.0

+ - Rebase to go1.14.rc1

+ - Related: BZ#1792475

+ 

+ * Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.14-0.beta1.0.1

+ - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild

+ 

+ * Mon Jan 20 2020 Jakub Čajka <jcajka@redhat.com> - 1.14-0.beta1.0

+ - Rebase to go1.14beta1

+ - Resolves: BZ#1792475

+ 

+ * Mon Jan 13 2020 Jakub Čajka <jcajka@redhat.com> - 1.13.6-1

+ - Rebase to go1.13.6

+ 

+ * Thu Dec 05 2019 Jakub Čajka <jcajka@redhat.com> - 1.13.5-1

+ - Rebase to go1.13.5

+ 

+ * Tue Nov 26 2019 Neal Gompa <ngompa@datto.com> - 1.13.4-2

+ - Small fixes to the spec and tighten up the file list

+ 

+ * Fri Nov 01 2019 Jakub Čajka <jcajka@redhat.com> - 1.13.4-1

+ - Rebase to go1.13.4

+ - Resolves BZ#1767673

+ 

+ * Sat Oct 19 2019 Jakub Čajka <jcajka@redhat.com> - 1.13.3-1

+ - Rebase to go1.13.3

+ - Fix for CVE-2019-17596

+ - Resolves: BZ#1755639, BZ#1763312

+ 

+ * Fri Sep 27 2019 Jakub Čajka <jcajka@redhat.com> - 1.13.1-1

+ - Rebase to go1.13.1

+ - Fix for CVE-2019-16276

+ - Resolves: BZ#1755970

+ 

+ * Thu Sep 05 2019 Jakub Čajka <jcajka@redhat.com> - 1.13-2

+ - Back to go1.13 tls1.3 behavior

+ 

+ * Wed Sep 04 2019 Jakub Čajka <jcajka@redhat.com> - 1.13-1

+ - Rebase to go1.13

+ 

+ * Fri Aug 30 2019 Jakub Čajka <jcajka@redhat.com> - 1.13-0.rc2.1

+ - Rebase to go1.13rc2

+ - Do not enable tls1.3 by default

+ - Related: BZ#1737471

+ 

+ * Wed Aug 28 2019 Jakub Čajka <jcajka@redhat.com> - 1.13-0.rc1.2

+ - Actually fix CVE-2019-9514 and CVE-2019-9512

+ - Related: BZ#1741816, BZ#1741827

+ 

+ * Mon Aug 26 2019 Jakub Čajka <jcajka@redhat.com> - 1.13-0.rc1.1

+ - Rebase to 1.13rc1

+ - Fix for CVE-2019-14809, CVE-2019-9514 and CVE-2019-9512

+ - Resolves: BZ#1741816, BZ#1741827 and BZ#1743131

+ 

+ * Thu Aug 01 2019 Jakub Čajka <jcajka@redhat.com> - 1.13-0.beta1.2.2

+ - Fix ICE affecting aarch64

+ - Resolves: BZ#1735290

+ 

+ * Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.13-0.beta1.2.1

+ - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild

+ 

+ * Wed Jul 24 2019 Jakub Čajka <jcajka@redhat.com> - 1.13-0.beta1.2

+ - De-configure sumdb and go proxy

+ 

+ * Wed Jul 24 2019 Jakub Čajka <jcajka@redhat.com> - 1.13-0.beta1.1

+ - Rebase to 1.13beta1

+ - Related: BZ#1732118

+ 

+ * Tue Jul 09 2019 Jakub Čajka <jcajka@redhat.com> - 1.12.7-1

+ - Rebase to 1.12.7

+ - Resolves: BZ#1728056

+ 

+ * Wed Jun 12 2019 Jakub Čajka <jcajka@redhat.com> - 1.12.6-1

+ - Rebase to 1.12.6

+ - Resolves: BZ#1719483

+ 

+ * Tue May 07 2019 Jakub Čajka <jcajka@redhat.com> - 1.12.5-1

+ - Rebase to 1.12.5

+ - Resolves: BZ#1707187

+ 

+ * Mon Apr 08 2019 Jakub Čajka <jcajka@redhat.com> - 1.12.2-1

+ - Rebase to 1.12.2

+ - Resolves: BZ#1688996

+ 

+ * Mon Apr 01 2019 Jakub Čajka <jcajka@redhat.com> - 1.12.1-2

+ - Fix up change log, respective CVE has been fixed in go1.12rc1

+ 

+ * Fri Mar 15 2019 Jakub Čajka <jcajka@redhat.com> - 1.12.1-1

+ - Rebase to 1.12.1

+ - Fix requirement for %%preun (instead of %%postun) scriptlet thanks to Tim Landscheidt

+ - Use weak deps for SCM deps

+ 

+ * Wed Feb 27 2019 Jakub Čajka <jcajka@redhat.com> - 1.12-1

+ - Rebase to go1.12 proper

+ - Resolves:  BZ#1680040

+ 

+ * Mon Feb 18 2019 Jakub Čajka <jcajka@redhat.com> - 1.12-0.rc1.1

+ - Rebase to go1.12rc1

+ 

+ * Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.12-0.beta2.2.1

+ - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild

+ 

+ * Sun Jan 27 2019 Jakub Čajka <jcajka@redhat.com> - 1.12-0.beta2.2

+ - Fix for CVE-2019-6486

+ - Resolves: BZ#1668973

+ 

+ * Fri Jan 11 2019 Jakub Čajka <jcajka@redhat.com> - 1.12-0.beta2.1

+ - Rebase to go1.12beta2

+ 

+ * Wed Jan 02 2019 Jakub Čajka <jcajka@redhat.com> - 1.11.4-1

+ - Rebase to go1.11.4

+ - Fix for CVE-2018-16875, CVE-2018-16874 and CVE-2018-16873

+ - Resolves: BZ#1659290, BZ#1659289, BZ#1659288

+ 

+ * Mon Nov 05 2018 Jakub Čajka <jcajka@redhat.com> - 1.11.2-1

+ - Rebase to go1.11.2

+ 

+ * Thu Oct 04 2018 Jakub Čajka <jcajka@redhat.com> - 1.11.1-1

+ - Rebase to go1.11.1

+ 

+ * Mon Aug 27 2018 Jakub Čajka <jcajka@redhat.com> - 1.11-1

+ - Rebase to go1.11 release

+ 

+ * Thu Aug 23 2018 Jakub Čajka <jcajka@redhat.com> - 1.11-0.rc2.1

+ - Rebase to go1.11rc2

+ - Reduce size of bin package

+ 

+ * Tue Aug 14 2018 Jakub Čajka <jcajka@redhat.com> - 1.11-0.rc1.1

+ - Rebase to go1.11rc1

+ 

+ * Mon Aug 06 2018 Jakub Čajka <jcajka@redhat.com> - 1.11-0.beta3.1

+ - Rebase to go1.11beta3

+ 

+ * Fri Jul 27 2018 Jakub Čajka <jcajka@redhat.com> - 1.11-0.beta2.2

+ - Turn on back DWARF compression by default

+ - Use less memory on 32bit targets during build

+ - Resolves: BZ#1607270

+ - Related: BZ#1602096

+ 

+ * Fri Jul 20 2018 Jakub Čajka <jcajka@redhat.com> - 1.11-0.beta2.1

+ - Rebase to 1.11beta2

+ 

+ * Wed Jul 18 2018 Jakub Čajka <jcajka@redhat.com> - 1.11-0.beta1.2

+ - Turn off DWARF compression by default as it is not supported by rpm/debuginfo

+ - Related: BZ#1602096

+ 

+ * Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.11-0.beta1.1.1

+ - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild

+ 

+ * Wed Jul 04 2018 Jakub Čajka <jcajka@redhat.com> - 1.11-0.beta1.1

+ * Rebase to 1.11beta1

+ 

+ * Fri Jun 08 2018 Jakub Čajka <jcajka@redhat.com> - 1.10.3-1

+ - Rebase to 1.10.3

+ 

+ * Wed May 02 2018 Jakub Čajka <jcajka@redhat.com> - 1.10.2-1

+ - Rebase to 1.10.2

+ 

+ * Wed Apr 04 2018 Jakub Čajka <jcajka@redhat.com> - 1.10.1-1

+ - Rebase to 1.10.1

+ - Resolves: BZ#1562270

+ 

+ * Sat Mar 03 2018 Jakub Čajka <jcajka@redhat.com> - 1.10-2

+ - Fix CVE-2018-7187

+ - Resolves: BZ#1546386, BZ#1546388

+ 

+ * Wed Feb 21 2018 Jakub Čajka <jcajka@redhat.com> - 1.10-1

+ - Rebase to 1.10

+ 

+ * Thu Feb 08 2018 Jakub Čajka <jcajka@redhat.com> - 1.10-0.rc2.1

+ - Rebase to 1.10rc2

+ - Fix CVE-2018-6574

+ - Resolves: BZ#1543561, BZ#1543562

+ 

+ * Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.10-0.rc1.1.1

+ - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild

+ 

+ * Fri Jan 26 2018 Jakub Čajka <jcajka@redhat.com> - 1.10-0.rc1.1

+ - Rebase to 1.10rc1

+ 

+ * Fri Jan 12 2018 Jakub Čajka <jcajka@redhat.com> - 1.10-0.beta2.1

+ - Rebase to 1.10beta2

+ 

+ * Mon Jan 08 2018 Jakub Čajka <jcajka@redhat.com> - 1.10-0.beta1.1

+ - Rebase to 1.10beta1

+ - Drop verbose patch as most of it is now implemented by bootstrap tool and is easily toggled by passing -v flag to make.bash

+ 

+ * Thu Oct 26 2017 Jakub Čajka <jcajka@redhat.com> - 1.9.2-1

+ - Rebase to 1.9.2

+ - execute correctly pie tests

+ - allow to ignore tests via bcond

+ - reduce size of golang package

+ 

+ * Fri Oct 06 2017 Jakub Čajka <jcajka@redhat.com> - 1.9.1-1

+ - fix CVE-2017-15041 and CVE-2017-15042

+ 

+ * Fri Sep 15 2017 Jakub Čajka <jcajka@redhat.com> - 1.9-1

+ - bump to the relased version

+ 

+ * Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.9-0.beta2.1.2

+ - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild

+ 

+ * Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.9-0.beta2.1.1

+ - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild

+ 

+ * Tue Jul 11 2017 Jakub Čajka <jcajka@redhat.com> - 1.9-0.beta2.1

+ - bump to beta2

+ 

+ * Thu May 25 2017 Jakub Čajka <jcajka@redhat.com> - 1.8.3-1

+ - bump to 1.8.3

+ - fix for CVE-2017-8932

+ - make possible to use 31bit OID in ASN1

+ - Resolves: BZ#1454978, BZ#1455191

+ 

+ * Fri Apr 21 2017 Jakub Čajka <jcajka@redhat.com> - 1.8.1-2

+ - fix uint64 constant codegen on s390x

+ - Resolves: BZ#1441078

+ 

+ * Tue Apr 11 2017 Jakub Čajka <jcajka@redhat.com> - 1.8.1-1

+ - bump to Go 1.8.1

+ - Resolves: BZ#1440345

+ 

+ * Fri Feb 24 2017 Jakub Čajka <jcajka@redhat.com> - 1.8-2

+ - avoid possibly stale packages due to chacha test file not being test file

+ 

+ * Fri Feb 17 2017 Jakub Čajka <jcajka@redhat.com> - 1.8-1

+ - bump to released version

+ - Resolves: BZ#1423637

+ - Related: BZ#1411242

+ 

+ * Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.8-0.rc3.2.1

+ - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild

+ 

+ * Fri Jan 27 2017 Jakub Čajka <jcajka@redhat.com> - 1.8-0.rc3.2

+ - make possible to override default traceback level at build time

+ - add sub-package race containing std lib built with -race enabled

+ - Related: BZ#1411242

+ 

+ * Fri Jan 27 2017 Jakub Čajka <jcajka@redhat.com> - 1.8-0.rc3.1

+ - rebase to go1.8rc3

+ - Resolves: BZ#1411242

+ 

+ * Fri Jan 20 2017 Jakub Čajka <jcajka@redhat.com> - 1.7.4-2

+ - Resolves: BZ#1404679

+ - expose IfInfomsg.X__ifi_pad on s390x

+ 

+ * Fri Dec 02 2016 Jakub Čajka <jcajka@redhat.com> - 1.7.4-1

+ - Bump to 1.7.4

+ - Resolves: BZ#1400732

+ 

+ * Thu Nov 17 2016 Tom Callaway <spot@fedoraproject.org> - 1.7.3-2

+ - re-enable the NIST P-224 curve

+ 

+ * Thu Oct 20 2016 Jakub Čajka <jcajka@redhat.com> - 1.7.3-1

+ - Resolves: BZ#1387067 - golang-1.7.3 is available

+ - added fix for tests failing with latest tzdata

+ 

+ * Fri Sep 23 2016 Jakub Čajka <jcajka@redhat.com> - 1.7.1-2

+ - fix link failure due to relocation overflows on PPC64X

+ 

+ * Thu Sep 08 2016 Jakub Čajka <jcajka@redhat.com> - 1.7.1-1

+ - rebase to 1.7.1

+ - Resolves: BZ#1374103

+ 

+ * Tue Aug 23 2016 Jakub Čajka <jcajka@redhat.com> - 1.7-1

+ - update to released version

+ - related: BZ#1342090, BZ#1357394

+ 

+ * Mon Aug 08 2016 Jakub Čajka <jcajka@redhat.com> - 1.7-0.3.rc5

+ - Obsolete golang-vet and golang-cover from golang-googlecode-tools package

+   vet/cover binaries are provided by golang-bin rpm (thanks to jchaloup)

+ - clean up exclusive arch after s390x boostrap

+ - resolves: #1268206

+ 

+ * Wed Aug 03 2016 Jakub Čajka <jcajka@redhat.com> - 1.7-0.2.rc5

+ - rebase to go1.7rc5

+ - Resolves: BZ#1342090

+ 

+ * Thu Jul 21 2016 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.7-0.1.rc2

+ - https://fedoraproject.org/wiki/Changes/golang1.7

+ 

+ * Tue Jul 19 2016 Jakub Čajka <jcajka@redhat.com> - 1.7-0.0.rc2

+ - rebase to 1.7rc2

+ - added s390x build

+ - improved shared lib packaging

+ - Resolves: bz1357602 - CVE-2016-5386

+ - Resolves: bz1342090, bz1342090

+ 

+ * Tue Apr 26 2016 Jakub Čajka <jcajka@redhat.com> - 1.6.2-1

+ - rebase to 1.6.2

+ - Resolves: bz1329206 - golang-1.6.2.src is available

+ 

+ * Wed Apr 13 2016 Jakub Čajka <jcajka@redhat.com> - 1.6.1-1

+ - rebase to 1.6.1

+ - Resolves: bz1324344 - CVE-2016-3959

+ - Resolves: bz1324951 - prelink is gone, /etc/prelink.conf.d/* is no longer used

+ - Resolves: bz1326366 - wrong epoll_event struct for ppc64le/ppc64

+ 

+ * Mon Feb 22 2016 Jakub Čajka <jcajka@redhat.com> - 1.6-1

+ - Resolves: bz1304701 - rebase to go1.6 release

+ - Resolves: bz1304591 - fix possible stack miss-alignment in callCgoMmap

+ 

+ * Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.6-0.3.rc1

+ - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild

+ 

+ * Fri Jan 29 2016 Jakub Čajka <jcajka@redhat.com> - 1.6-0.2.rc1

+ - disabled cgo and external linking on ppc64

+ 

+ * Thu Jan 28 2016 Jakub Čajka <jcajka@redhat.com> - 1.6-0.1.rc1

+ - Resolves bz1292640, rebase to pre-release 1.6

+ - bootstrap for PowerPC

+ - fix rpmlint errors/warning

+ 

+ * Thu Jan 14 2016 Jakub Čajka <jcajka@redhat.com> - 1.5.3-1

+ - rebase to 1.5.3

+ - resolves bz1293451, CVE-2015-8618

+ - apply timezone patch, avoid using bundled data

+ - print out rpm build system info

+ 

+ * Fri Dec 11 2015 Jakub Čajka <jcajka@redhat.com> - 1.5.2-2

+ - bz1290543 Accept x509 certs with negative serial

+ 

+ * Tue Dec 08 2015 Jakub Čajka <jcajka@redhat.com> - 1.5.2-1

+ - bz1288263 rebase to 1.5.2

+ - spec file clean up

+ - added build options

+ - scrubbed "Project Gutenberg License"

+ 

+ * Mon Oct 19 2015 Vincent Batts <vbatts@fedoraproject.org> - 1.5.1-1

+ - bz1271709 include patch from upstream fix

+ 

+ * Wed Sep 09 2015 Vincent Batts <vbatts@fedoraproject.org> - 1.5.1-0

+ - update to go1.5.1

+ 

+ * Fri Sep 04 2015 Vincent Batts <vbatts@fedoraproject.org> - 1.5-8

+ - bz1258166 remove srpm macros, for go-srpm-macros

+ 

+ * Thu Sep 03 2015 Vincent Batts <vbatts@fedoraproject.org> - 1.5-7

+ - bz1258166 remove srpm macros, for go-srpm-macros

+ 

+ * Thu Aug 27 2015 Vincent Batts <vbatts@fedoraproject.org> - 1.5-6

+ - starting a shared object subpackage. This will be x86_64 only until upstream supports more arches shared objects.

+ 

+ * Thu Aug 27 2015 Vincent Batts <vbatts@fedoraproject.org> - 1.5-5

+ - bz991759 gdb path fix

+ 

+ * Wed Aug 26 2015 Vincent Batts <vbatts@fedoraproject.org> - 1.5-4

+ - disable shared object until linux/386 is ironned out

+ - including the test/ directory for tests

+ 

+ * Tue Aug 25 2015 Vincent Batts <vbatts@fedoraproject.org> - 1.5-3

+ - bz1256910 only allow the golang zoneinfo.zip to be used in tests

+ - bz1166611 add golang.org/x directory

+ - bz1256525 include stdlib shared object. This will let other libraries and binaries

+   build with `go build -buildmode=shared -linkshared ...` or similar.

+ 

+ * Sun Aug 23 2015 Peter Robinson <pbrobinson@fedoraproject.org> 1.5-2

+ - Enable aarch64

+ - Minor cleanups

+ 

+ * Thu Aug 20 2015 Vincent Batts <vbatts@fedoraproject.org> - 1.5-1

+ - updating to go1.5

+ 

+ * Thu Aug 06 2015 Vincent Batts <vbatts@fedoraproject.org> - 1.5-0.11.rc1

+ - fixing the sources reference

+ 

+ * Thu Aug 06 2015 Vincent Batts <vbatts@fedoraproject.org> - 1.5-0.10.rc1

+ - updating to go1.5rc1

+ - checks are back in place

+ 

+ * Tue Aug 04 2015 Vincent Batts <vbatts@fedoraproject.org> - 1.5-0.9.beta3

+ - pull in upstream archive/tar fix

+ 

+ * Thu Jul 30 2015 Vincent Batts <vbatts@fedoraproject.org> - 1.5-0.8.beta3

+ - updating to go1.5beta3

+ 

+ * Thu Jul 30 2015 Vincent Batts <vbatts@fedoraproject.org> - 1.5-0.7.beta2

+ - add the patch ..

+ 

+ * Thu Jul 30 2015 Vincent Batts <vbatts@fedoraproject.org> - 1.5-0.6.beta2

+ - increase ELFRESERVE (bz1248071)

+ 

+ * Tue Jul 28 2015 Lokesh Mandvekar <lsm5@fedoraproject.org> - 1.5-0.5.beta2

+ - correct package version and release tags as per naming guidelines

+ 

+ * Fri Jul 17 2015 Vincent Batts <vbatts@fedoraproject.org> - 1.4.99-4.1.5beta2

+ - adding test output, for visibility

+ 

+ * Fri Jul 10 2015 Vincent Batts <vbatts@fedoraproject.org> - 1.4.99-3.1.5beta2

+ - updating to go1.5beta2

+ 

+ * Fri Jul 10 2015 Vincent Batts <vbatts@fedoraproject.org> - 1.4.99-2.1.5beta1

+ - add checksum to sources and fixed one patch

+ 

+ * Fri Jul 10 2015 Vincent Batts <vbatts@fedoraproject.org> - 1.4.99-1.1.5beta1

+ - updating to go1.5beta1

+ 

+ * Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4.2-3

+ - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild

+ 

+ * Wed Mar 18 2015 Vincent Batts <vbatts@fedoraproject.org> - 1.4.2-2

+ - obsoleting deprecated packages

+ 

+ * Wed Feb 18 2015 Vincent Batts <vbatts@fedoraproject.org> - 1.4.2-1

+ - updating to go1.4.2

+ 

+ * Fri Jan 16 2015 Vincent Batts <vbatts@fedoraproject.org> - 1.4.1-1

+ - updating to go1.4.1

+ 

+ * Fri Jan 02 2015 Vincent Batts <vbatts@fedoraproject.org> - 1.4-2

+ - doc organizing

+ 

+ * Thu Dec 11 2014 Vincent Batts <vbatts@fedoraproject.org> - 1.4-1

+ - update to go1.4 release

+ 

+ * Wed Dec 03 2014 Vincent Batts <vbatts@fedoraproject.org> - 1.3.99-3.1.4rc2

+ - update to go1.4rc2

+ 

+ * Mon Nov 17 2014 Vincent Batts <vbatts@fedoraproject.org> - 1.3.99-2.1.4rc1

+ - update to go1.4rc1

+ 

+ * Thu Oct 30 2014 Vincent Batts <vbatts@fedoraproject.org> - 1.3.99-1.1.4beta1

+ - update to go1.4beta1

+ 

+ * Thu Oct 30 2014 Vincent Batts <vbatts@fedoraproject.org> - 1.3.3-3

+ - macros will need to be in their own rpm

+ 

+ * Fri Oct 24 2014 Vincent Batts <vbatts@fedoraproject.org> - 1.3.3-2

+ - split out rpm macros (bz1156129)

+ - progress on gccgo accomodation

+ 

+ * Wed Oct 01 2014 Vincent Batts <vbatts@fedoraproject.org> - 1.3.3-1

+ - update to go1.3.3 (bz1146882)

+ 

+ * Mon Sep 29 2014 Vincent Batts <vbatts@fedoraproject.org> - 1.3.2-1

+ - update to go1.3.2 (bz1147324)

+ 

+ * Thu Sep 11 2014 Vincent Batts <vbatts@fedoraproject.org> - 1.3.1-3

+ - patching the tzinfo failure

+ 

+ * Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3.1-2

+ - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild

+ 

+ * Wed Aug 13 2014 Vincent Batts <vbatts@fedoraproject.org> - 1.3.1-1

+ - update to go1.3.1

+ 

+ * Wed Aug 13 2014 Vincent Batts <vbatts@fedoraproject.org> - 1.3-11

+ - merged a line wrong

+ 

+ * Wed Aug 13 2014 Vincent Batts <vbatts@fedoraproject.org> - 1.3-10

+ - more work to get cgo.a timestamps to line up, due to build-env

+ - explicitly list all the files and directories for the source and packages trees

+ - touch all the built archives to be the same

+ 

+ * Mon Aug 11 2014 Vincent Batts <vbatts@fedoraproject.org> - 1.3-9

+ - make golang-src 'noarch' again, since that was not a fix, and takes up more space

+ 

+ * Mon Aug 11 2014 Vincent Batts <vbatts@fedoraproject.org> - 1.3-8

+ - update timestamps of source files during %%install bz1099206

+ 

+ * Fri Aug 08 2014 Vincent Batts <vbatts@fedoraproject.org> - 1.3-7

+ - update timestamps of source during %%install bz1099206

+ 

+ * Wed Aug 06 2014 Vincent Batts <vbatts@fedoraproject.org> - 1.3-6

+ - make the source subpackage arch'ed, instead of noarch

+ 

+ * Mon Jul 21 2014 Vincent Batts <vbatts@fedoraproject.org> - 1.3-5

+ - fix the writing of pax headers

+ 

+ * Tue Jul 15 2014 Vincent Batts <vbatts@fedoraproject.org> - 1.3-4

+ - fix the loading of gdb safe-path. bz981356

+ 

+ * Tue Jul 08 2014 Vincent Batts <vbatts@fedoraproject.org> - 1.3-3

+ - `go install std` requires gcc, to build cgo. bz1105901, bz1101508

+ 

+ * Mon Jul 07 2014 Vincent Batts <vbatts@fedoraproject.org> - 1.3-2

+ - archive/tar memory allocation improvements

+ 

+ * Thu Jun 19 2014 Vincent Batts <vbatts@fedoraproject.org> - 1.3-1

+ - update to go1.3

+ 

+ * Fri Jun 13 2014 Vincent Batts <vbatts@fedoraproject.org> - 1.3rc2-1

+ - update to go1.3rc2

+ 

+ * Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3rc1-2

+ - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild

+ 

+ * Tue Jun 03 2014 Vincent Batts <vbatts@redhat.com> 1.3rc1-1

+ - update to go1.3rc1

+ - new arch file shuffling

+ 

+ * Wed May 21 2014 Vincent Batts <vbatts@redhat.com> 1.3beta2-1

+ - update to go1.3beta2

+ - no longer provides go-mode for xemacs (emacs only)

+ 

+ * Wed May 21 2014 Vincent Batts <vbatts@redhat.com> 1.2.2-7

+ - bz1099206 ghost files are not what is needed

+ 

+ * Tue May 20 2014 Vincent Batts <vbatts@redhat.com> 1.2.2-6

+ - bz1099206 more fixing. The packages %%post need golang-bin present first

+ 

+ * Tue May 20 2014 Vincent Batts <vbatts@redhat.com> 1.2.2-5

+ - bz1099206 more fixing. Let go fix its own timestamps and freshness

+ 

+ * Tue May 20 2014 Vincent Batts <vbatts@redhat.com> 1.2.2-4

+ - fix the existence and alternatives of `go` and `gofmt`

+ 

+ * Mon May 19 2014 Vincent Batts <vbatts@redhat.com> 1.2.2-3

+ - bz1099206 fix timestamp issue caused by koji builders

+ 

+ * Fri May 09 2014 Vincent Batts <vbatts@redhat.com> 1.2.2-2

+ - more arch file shuffling

+ 

+ * Fri May 09 2014 Vincent Batts <vbatts@redhat.com> 1.2.2-1

+ - update to go1.2.2

+ 

+ * Thu May 08 2014 Vincent Batts <vbatts@redhat.com> 1.2.1-8

+ - RHEL6 rpm macros can't %%exlude missing files

+ 

+ * Wed May 07 2014 Vincent Batts <vbatts@redhat.com> 1.2.1-7

+ - missed two arch-dependent src files

+ 

+ * Wed May 07 2014 Vincent Batts <vbatts@redhat.com> 1.2.1-6

+ - put generated arch-dependent src in their respective RPMs

+ 

+ * Fri Apr 11 2014 Vincent Batts <vbatts@redhat.com> 1.2.1-5

+ - skip test that is causing a SIGABRT on fc21 bz1086900

+ 

+ * Thu Apr 10 2014 Vincent Batts <vbatts@fedoraproject.org> 1.2.1-4

+ - fixing file and directory ownership bz1010713

+ 

+ * Wed Apr 09 2014 Vincent Batts <vbatts@fedoraproject.org> 1.2.1-3

+ - including more to macros (%%go_arches)

+ - set a standard goroot as /usr/lib/golang, regardless of arch

+ - include sub-packages for compiler toolchains, for all golang supported architectures

+ 

+ * Wed Mar 26 2014 Vincent Batts <vbatts@fedoraproject.org> 1.2.1-2

+ - provide a system rpm macros. Starting with gopath

+ 

+ * Tue Mar 04 2014 Adam Miller <maxamillion@fedoraproject.org> 1.2.1-1

+ - Update to latest upstream

+ 

+ * Thu Feb 20 2014 Adam Miller <maxamillion@fedoraproject.org> 1.2-7

+ - Remove  _BSD_SOURCE and _SVID_SOURCE, they are deprecated in recent

+   versions of glibc and aren't needed

+ 

+ * Wed Feb 19 2014 Adam Miller <maxamillion@fedoraproject.org> 1.2-6

+ - pull in upstream archive/tar implementation that supports xattr for

+   docker 0.8.1

+ 

+ * Tue Feb 18 2014 Vincent Batts <vbatts@redhat.com> 1.2-5

+ - provide 'go', so users can yum install 'go'

+ 

+ * Fri Jan 24 2014 Vincent Batts <vbatts@redhat.com> 1.2-4

+ - skip a flaky test that is sporadically failing on the build server

+ 

+ * Thu Jan 16 2014 Vincent Batts <vbatts@redhat.com> 1.2-3

+ - remove golang-godoc dependency. cyclic dependency on compiling godoc

+ 

+ * Wed Dec 18 2013 Vincent Batts <vbatts@redhat.com> - 1.2-2

+ - removing P224 ECC curve

+ 

+ * Mon Dec 2 2013 Vincent Batts <vbatts@fedoraproject.org> - 1.2-1

+ - Update to upstream 1.2 release

+ - remove the pax tar patches

+ 

+ * Tue Nov 26 2013 Vincent Batts <vbatts@redhat.com> - 1.1.2-8

+ - fix the rpmspec conditional for rhel and fedora

+ 

+ * Thu Nov 21 2013 Vincent Batts <vbatts@redhat.com> - 1.1.2-7

+ - patch tests for testing on rawhide

+ - let the same spec work for rhel and fedora

+ 

+ * Wed Nov 20 2013 Vincent Batts <vbatts@redhat.com> - 1.1.2-6

+ - don't symlink /usr/bin out to ../lib..., move the file

+ - seperate out godoc, to accomodate the go.tools godoc

+ 

+ * Fri Sep 20 2013 Adam Miller <maxamillion@fedoraproject.org> - 1.1.2-5

+ - Pull upstream patches for BZ#1010271

+ - Add glibc requirement that got dropped because of meta dep fix

+ 

+ * Fri Aug 30 2013 Adam Miller <maxamillion@fedoraproject.org> - 1.1.2-4

+ - fix the libc meta dependency (thanks to vbatts [at] redhat.com for the fix)

+ 

+ * Tue Aug 27 2013 Adam Miller <maxamillion@fedoraproject.org> - 1.1.2-3

+ - Revert incorrect merged changelog

+ 

+ * Tue Aug 27 2013 Adam Miller <maxamillion@fedoraproject.org> - 1.1.2-2

+ - This was reverted, just a placeholder changelog entry for bad merge

+ 

+ * Tue Aug 20 2013 Adam Miller <maxamillion@fedoraproject.org> - 1.1.2-1

+ - Update to latest upstream

+ 

+ * Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.1-7

+ - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild

+ 

+ * Wed Jul 17 2013 Petr Pisar <ppisar@redhat.com> - 1.1.1-6

+ - Perl 5.18 rebuild

+ 

+ * Wed Jul 10 2013 Adam Goode <adam@spicenitz.org> - 1.1.1-5

+ - Blacklist testdata files from prelink

+ - Again try to fix #973842

+ 

+ * Fri Jul  5 2013 Adam Goode <adam@spicenitz.org> - 1.1.1-4

+ - Move src to libdir for now (#973842) (upstream issue https://code.google.com/p/go/issues/detail?id=5830)

+ - Eliminate noarch data package to work around RPM bug (#975909)

+ - Try to add runtime-gdb.py to the gdb safe-path (#981356)

+ 

+ * Wed Jun 19 2013 Adam Goode <adam@spicenitz.org> - 1.1.1-3

+ - Use lua for pretrans (http://fedoraproject.org/wiki/Packaging:Guidelines#The_.25pretrans_scriptlet)

+ 

+ * Mon Jun 17 2013 Adam Goode <adam@spicenitz.org> - 1.1.1-2

+ - Hopefully really fix #973842

+ - Fix update from pre-1.1.1 (#974840)

+ 

+ * Thu Jun 13 2013 Adam Goode <adam@spicenitz.org> - 1.1.1-1

+ - Update to 1.1.1

+ - Fix basically useless package (#973842)

+ 

+ * Sat May 25 2013 Dan Horák <dan[at]danny.cz> - 1.1-3

+ - set ExclusiveArch

+ 

+ * Fri May 24 2013 Adam Goode <adam@spicenitz.org> - 1.1-2

+ - Fix noarch package discrepancies

+ 

+ * Fri May 24 2013 Adam Goode <adam@spicenitz.org> - 1.1-1

+ - Initial Fedora release.

+ - Update to 1.1

+ 

+ * Thu May  9 2013 Adam Goode <adam@spicenitz.org> - 1.1-0.3.rc3

+ - Update to rc3

+ 

+ * Thu Apr 11 2013 Adam Goode <adam@spicenitz.org> - 1.1-0.2.beta2

+ - Update to beta2

+ 

+ * Tue Apr  9 2013 Adam Goode <adam@spicenitz.org> - 1.1-0.1.beta1

+ - Initial packaging.

empty or binary file added
empty or binary file added
file modified
+6 -3
@@ -103,9 +103,9 @@ 

  %endif

  

  # Comment out go_prerelease and go_patch as needed

- %global go_api 1.20

+ %global go_api 1.21

  #global go_prerelease rc3

- %global go_patch 8

+ %global go_patch 3

  

  %global go_version %{go_api}%{?go_patch:.%{go_patch}}%{?go_prerelease:~%{go_prerelease}}

  %global go_source %{go_api}%{?go_patch:.%{go_patch}}%{?go_prerelease}
@@ -115,7 +115,7 @@ 

  

  Name:           golang

  Version:        %{go_version}

- Release:        %{baserelease}%{?dist}

+ Release:        1%{?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
@@ -539,6 +539,9 @@ 

  %endif

  

  %changelog

+ * Wed Oct 11 2023 Packit <hello@packit.dev> - 1.21.3-1

+ New release ${PACKIT_PROJECT_VERSION}

+ 

  * Thu Sep 07 2023 Alejandro Sáez <asm@redhat.com> - 1.20.8-1

  - Update to go 1.20.8

  

file modified
+1 -1
@@ -1,1 +1,1 @@ 

- SHA512 (go1.20.8.src.tar.gz) = 858d0289b3cd709e71e14aed9a36fd3d462fb3aa72cc1108eef0c70ab583742ab2eff99a24f8bfd72d42d1cc741adc1d3619073fbed943f8aea20e453ed479d3

+ SHA512 (go1.21.3.src.tar.gz) = c98d31b9c477c0ac4b6f6933adefb40fdce5cdbb171e5236e3b694fec9e5b04695487af734259eab304dd42e86341240621a781f54b60c719627fd7b5efe4742

Upstream tag: go1.21.3
Upstream commit: 883f062f
Resolves rhbz#2237954


If you need to do any change in this pull request, you need to locally fetch the source branch of it and push it (with a fix) to your fork (as it is not possible to push to the branch created in the Packit's fork):

git fetch https://src.fedoraproject.org/forks/packit/rpms/golang.git refs/heads/*:refs/remotes/packit/*
git checkout packit/1.21.3-f38-update-pull_from_upstream

If you have the koji_build job configured as well, make sure to configure the allowed_pr_authors and/or allowed_committers (see the docs) since by default, Packit reacts only to its own PRs.


Before pushing builds/updates, please remember to check the new version against the packaging guidelines.

For example, please:

  • check that the new sources only contain permissible content
  • check that the license of the new version has not changed
  • check for any API/ABI and other changes that may break dependent packages
  • check the autogenerated changelog

Logs and details of the syncing: Packit dashboard

Pull-Request has been closed by alexsaezm

7 months ago