#29 Update rawhide to upstream release 24.3.4
Closed a month ago by atim. Opened 3 months ago by packit.

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

  /QOwnNotes-24.3.0.tar.gz

  /QOwnNotes-24.3.2.tar.gz

  /QOwnNotes-24.3.3.tar.gz

+ /QOwnNotes-24.3.4.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.dev5+g0048024e.

+ The file was generated using packit 0.94.0.post1.dev2+g7ce7e679.

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

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

  

  Name:           qownnotes

- Version:        24.3.3

+ Version:        24.3.4

  Release:        %autorelease

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

  

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

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

+ SHA512 (QOwnNotes-24.3.4.tar.gz) = d6dfbfb69ca938c9f3385bc87a100830095db79ab24edfa9a9db8b5332ad26910749c4dd97b0d658907dcd1a5160a50dadc5bbaddb0111406d55fcc8443d0d05

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

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

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

Upstream tag: v24.3.4
Upstream commit: b246c66e
Release monitoring project: 27552
Resolves rhbz#2270195


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.4-rawhide-update-pull_from_upstream
git push origin 24.3.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.3.4-rawhide-update-pull_from_upstream
git checkout 24.3.4-rawhide-update-pull_from_upstream
git push packit 24.3.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

Logs and details of the syncing: Packit dashboard

Pull-Request has been closed by atim

a month ago