#5 Update rawhide to upstream release 3.4.7
Merged 3 months ago by atim. Opened 3 months ago by packit.

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

  /icewm-3.4.4.tar.gz

  /icewm-3.4.5.tar.gz

  /icewm-3.4.6.tar.gz

+ /icewm-3.4.7.tar.gz

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

  This repository is maintained by packit.

  https://packit.dev/

- The file was generated using packit 0.93.0.post1.dev3+ge6195b47.

+ The file was generated using packit 0.94.0.post1.dev8+g4b1f9717.

file modified
+1 -1
@@ -11,7 +11,7 @@ 

  %global awe_shortcommit %(c=%{awe_commit}; echo ${c:0:7})

  

  Name:           icewm

- Version:        3.4.6

+ Version:        3.4.7

  Release:        %autorelease

  Summary:        Window manager designed for speed, usability, and consistency

  

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

- SHA512 (icewm-3.4.6.tar.gz) = aa5c314ddc3453c3ab59146def61394f98155e4c6e94fbb7164d44079d59cd5fb5801e69fb9beac948f810ec00aef52f7ffab1ec9f223113c59151766d9ff1a7

+ SHA512 (icewm-3.4.7.tar.gz) = 3ec07343816fb46747bd7de70ffccf45eb5ac7b0cdb1723e8000d363552a177b37ea92e01e3910e982603d22e7885b0d2b2827635a9ae24274a9531134e3b1dc

  SHA512 (awesome-icewm.gitda8173b.tar.gz) = b52b022e5ebba00a0af4c2e42a67efd1dfe88cb4061ef7fece86f8e311bdae0314e26a1bd3626c46aab2f0649eabb8588d341b722e2f76e22f7e25a63401e7f4

Upstream tag: 3.4.7
Upstream commit: dc1e68ff
Release monitoring project: 1358
Resolves: rhbz#2271555


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/icewm.git
cd icewm
git checkout 3.4.7-rawhide-update-pull_from_upstream
git push origin 3.4.7-rawhide-update-pull_from_upstream

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

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

3 months ago