#23 Update rawhide to upstream release 24.2.4
Merged 4 months ago by atim. Opened 4 months ago by packit.

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

  /QOwnNotes-24.2.2.tar.gz

  /qmarkdowntextedit-6dc71db.tar.gz

  /QOwnNotes-24.2.3.tar.gz

+ /QOwnNotes-24.2.4.tar.gz

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

  %global forgeurl %{url1}/%{appname}

  

  Name:           qownnotes

- Version:        24.2.3

+ Version:        24.2.4

  Release:        %autorelease

  Summary:        Plain-text file markdown note taking with Nextcloud integration

  

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

- SHA512 (QOwnNotes-24.2.3.tar.gz) = 02c8d4f602ad29b5800650db53dec1d23d22dad3e75a334365b9d5e7156fc9e0b3eb6dfa93d7f9c37dcb29fd56c9d673af8541d0d1b95c67597286f096a2319f

+ SHA512 (QOwnNotes-24.2.4.tar.gz) = 7a69d3c75a2b16054c84a7fde45f35fbe0b5d6eb6736c98e579256c6e693d403327f009b8d932c8e57eaa3eff072a0d8f6491af0ce78aa98e159a45e5fbcdf83

  SHA512 (qmarkdowntextedit-6dc71db.tar.gz) = 7564db533737502ee87df949a2d3aa6b46d9bbeb2e5bea54288aebef55ae2e98ebb2546d74cf62f677d5de7c6727af8f0dae252565e8008ebed8707a9c580ae4

  SHA512 (qttoolbareditor-ca0728c.tar.gz) = 835ab5b96e204351bce0df6b6c8be3eb9cae380db5d89d50cfcb2c7ba307c10141604e5fe4674ba2efb9ef2f8f02b1d9faea3ec265295d0fcd6005570b451d0e

  SHA512 (qtcsv-ae15c33.tar.gz) = ff6b9bc40c086c87b749bb90fc031b6580b0bc12e3ab6ecc9ddd60e1a47b61181fe5737f47e2ac89e2c821cd367d3002addc705924aef4c6df7f404d81529eee

Upstream tag: v24.2.4
Upstream commit: b8783d9e
Release monitoring project: 27552
Resolves rhbz#2264646


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

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

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

:warning: Changed behaviour of loading the Packit configuration for koji_build and bodhi_update jobs

We would like to bring to your attention a recent update regarding the loading of Packit configuration for koji_build and bodhi_update jobs. Going forward, the configuration for these jobs will be loaded from the default repository branch (rawhide) instead of the respective branches. This aligns with the behavior of the pull_from_upstream job. We believe this adjustment will simplify the onboarding process and enhance the overall user experience.

Logs and details of the syncing: Packit dashboard

Pull-Request has been merged by atim

4 months ago