#2 Update rawhide to upstream release 58
Closed a month ago by atim. Opened a month ago by packit.
rpms/ packit/gnome-shell-extension-appindicator 58-rawhide-update-pull_from_upstream  into  rawhide

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

+ This repository is maintained by packit.

+ https://packit.dev/

+ The file was generated using packit 0.94.2.

@@ -3,7 +3,7 @@ 

  %global uuid appindicatorsupport@rgcjonas.gmail.com

  

  Name: gnome-shell-extension-appindicator

- Version: 57

+ Version: 58

  %forgemeta

  Release: %autorelease

  Summary: AppIndicator/KStatusNotifierItem support for GNOME Shell

Upstream tag: v58
Upstream commit: 922498c5
Release monitoring project: 27549
Resolves: rhbz#2276075


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/gnome-shell-extension-appindicator.git
cd gnome-shell-extension-appindicator
git checkout 58-rawhide-update-pull_from_upstream
git push origin 58-rawhide-update-pull_from_upstream

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

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

:exclamation: Changed default for the changelog entry generated by Packit

We would like to bring to your attention a recent update regarding the default changelog entry generated by Packit during release syncing. Going forward, the default changelog entry will be generated as follows:

- Update to version {version}

followed by a Bugzilla reference if thereis an open bug about a new upstream release.
This aligns with the Fedora Packaging Guidelines and has been agreed upon in this discussion. If you prefer a different behaviour, you can override this default in your configuration, e.g. by using custom command(s) in changelog-entry action (see example).

Logs and details of the syncing: Packit dashboard

Pull-Request has been closed by atim

a month ago