#7 Update rawhide to upstream release 23.11.3
Merged 7 months ago by atim. Opened 7 months ago by packit.

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

  /qmarkdowntextedit-d8ab1dd.tar.gz

  /QOwnNotes-23.11.1.tar.gz

  /QOwnNotes-23.11.2.tar.gz

+ /QOwnNotes-23.11.3.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.85.0.post1.dev17+g1f3036b1.

+ The file was generated using packit 0.86.2.post1.dev2+g209847d1.

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

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

  

  Name:           qownnotes

- Version:        23.11.2

+ Version:        23.11.3

  Release:        %autorelease

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

  

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

- SHA512 (QOwnNotes-23.11.2.tar.gz) = 691979a2a1dd164bf7c3c82e71f7f3afdfcc623723aa16ac68b959878f0e6fcb7409034d9ad8c0d04f78c106d0df397a23fc80c87f73e2cfecb2e3e3630306be

+ SHA512 (QOwnNotes-23.11.3.tar.gz) = da70eeac59b6d16dc4d2a568541c867e04d09eb1e34da88a0336c96781643909512824959180146df37e4c0643e5c3c6c8596714f83578833d970fa38367e8ab

  SHA512 (qmarkdowntextedit-d8ab1dd.tar.gz) = 4783a00f984b0c6bf85f4614d93689c3e12b72ad6b7705bd15e7a2d878f163fc08897f348e2a7048a1a74ce0c5926bab85fd8b1dc2dc0089e31ea7e921659c12

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

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

  • Resolves rhbz#2251446

Upstream tag: v23.11.3
Upstream commit: 952a3684


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 23.11.3-rawhide-update-pull_from_upstream
git push origin 23.11.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/23.11.3-rawhide-update-pull_from_upstream
git checkout 23.11.3-rawhide-update-pull_from_upstream
git push packit 23.11.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

7 months ago