#114 Update f37 to upstream release 1.21.3
Closed 8 months ago by alexsaezm. Opened 8 months ago by packit.

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

  /go1.19.11.src.tar.gz

  /go1.19.12.src.tar.gz

  /go1.19.13.src.tar.gz

+ /go1.21.3.src.tar.gz

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 modified
+6 -3
@@ -106,9 +106,9 @@ 

  %endif

  

  # Comment out go_prerelease and go_patch as needed

- %global go_api 1.19

+ %global go_api 1.21

  #global go_prerelease rc2

- %global go_patch 13

+ %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}
@@ -118,7 +118,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
@@ -538,6 +538,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.19.13-1

  - Update to go1.19.13

  

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

- SHA512 (go1.19.13.src.tar.gz) = 59405e9b8e061ddaf99b0fb60aa3795bb6a8cf8743ca191a82ba9a4fa3c83da300de2519f13d6fe664f95c7e34fd75259a9e1c92471d219590701572ff0f26e6

+ 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-f37-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

8 months ago