From 01fdcc74faf618082824c00e150474344b148ff6 Mon Sep 17 00:00:00 2001 From: Packit Date: Tue, 8 Aug 2023 20:24:26 +0000 Subject: [PATCH] [packit] 1.21.0 upstream release MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Upstream tag: go1.21.0 Upstream commit: c19c4c56 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.0-rawhide-update-pull_from_upstream ``` --- README.packit | 3 +++ golang.spec | 7 +++++-- 2 files changed, 8 insertions(+), 2 deletions(-) create mode 100644 README.packit diff --git a/README.packit b/README.packit new file mode 100644 index 0000000..d7c433c --- /dev/null +++ b/README.packit @@ -0,0 +1,3 @@ +This repository is maintained by packit. +https://packit.dev/ +The file was generated using packit 0.78.2.post2+g81828af. diff --git a/golang.spec b/golang.spec index 55916d1..546028b 100644 --- a/golang.spec +++ b/golang.spec @@ -106,8 +106,8 @@ %global baserelease 2 Name: golang -Version: %{go_version} -Release: %{baserelease}%{?dist} +Version: 1.21.0 +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 @@ -528,6 +528,9 @@ fi %endif %changelog +* Tue Aug 08 2023 Packit - 1.21.0-1 +New release ${PACKIT_PROJECT_VERSION} + * Thu Jul 20 2023 Fedora Release Engineering - 1.21~rc3-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild