#28 Update rawhide to upstream release 24.3.3
Merged 3 months ago by atim. Opened 3 months ago by packit.

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

  /QOwnNotes-24.2.6.tar.gz

  /QOwnNotes-24.3.0.tar.gz

  /QOwnNotes-24.3.2.tar.gz

+ /QOwnNotes-24.3.3.tar.gz

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

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

  

  Name:           qownnotes

- Version:        24.3.2

+ Version:        24.3.3

  Release:        %autorelease

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

  

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

- SHA512 (QOwnNotes-24.3.2.tar.gz) = 772cbfa482582ce4584ae2f3aac551448be1252e45e2408bd9946a745cfcbd27114ff3b759153675e163dcbf84f54248e59d5f4700e4c53e3a58774365a01c9d

+ SHA512 (QOwnNotes-24.3.3.tar.gz) = 028b37f9938f101c1f16eb8b3cdf1847daf39990cd97502d12d6c18f4a23a4594a275c147f535f4f30b9f3e12c9e0dc0e58586ed5b5c92ef0d6c52a36ed2ba9e

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

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

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

Upstream tag: v24.3.3
Upstream commit: 44e1bfe5
Release monitoring project: 27552
Resolves rhbz#2269684


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.3.3-rawhide-update-pull_from_upstream
git push origin 24.3.3-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.3.3-rawhide-update-pull_from_upstream
git checkout 24.3.3-rawhide-update-pull_from_upstream
git push packit 24.3.3-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