#1 Update rawhide to upstream release 0.20.34
Merged 6 months ago by atim. Opened 6 months ago by packit.

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

  /legendary-0.20.31.tar.gz

  /legendary-0.20.32.tar.gz

  /legendary-0.20.33.tar.gz

+ /legendary-0.20.34.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.87.1.post1.dev5+g6e286a7b.

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

  Name:           legendary

- Version:        0.20.33

+ Version:        0.20.34

  Release:        %autorelease

  Summary:        Free and open-source replacement for the Epic Games Launcher

  BuildArch:      noarch

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

- SHA512 (legendary-0.20.33.tar.gz) = b81119820fe7eaee53dfc0f3dbc60ece186d3a2442c2be0395e5d2e2dd11b0b0ccc2bcbf841fa7f1ce55230c5bc62de30331ad24a1f43bd8a24d221fa3aa48a8

+ SHA512 (legendary-0.20.34.tar.gz) = 37ad1f7478d85fe38708acce76cb933c85bd2fb342fc8367423e3eb0d314fc85cea7ff2ae48385d507ba3bc7085f813efed257ac2aa95637b4dbc1a0aec57af8

Upstream tag: 0.20.34
Upstream commit: 56d439ed
Release monitoring project: 141594
Resolves rhbz#2253644


If you need to do any change in this pull request, you can clone Packit's fork and push directly to the source branch of this PR (provided you have commit access to this repository):

git clone ssh://$YOUR_USER@pkgs.fedoraproject.org/forks/packit/rpms/legendary.git
cd legendary
git checkout 0.20.34-rawhide-update-pull_from_upstream
git push origin 0.20.34-rawhide-update-pull_from_upstream

Alternatively, if you already have the package repository cloned, you can just fetch the Packit's fork:

cd legendary
git remote add packit ssh://$YOUR_USER@pkgs.fedoraproject.org/forks/packit/rpms/legendary.git
git fetch packit refs/heads/0.20.34-rawhide-update-pull_from_upstream
git checkout 0.20.34-rawhide-update-pull_from_upstream
git push packit 0.20.34-rawhide-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 merged by atim

6 months ago