#9 Update rawhide to upstream release 23.12.1
Merged 6 months ago by atim. Opened 6 months ago by packit.

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

  /QOwnNotes-23.11.3.tar.gz

  /QOwnNotes-23.12.0.tar.gz

  /qmarkdowntextedit-e1abd32.tar.gz

+ /QOwnNotes-23.12.1.tar.gz

file modified
+2 -2
@@ -2,7 +2,7 @@ 

  ExcludeArch: %{ix86}

  

  # Git submodules

- %global qmarkdowntextedit_commit        e1abd32cb16fcdb57ed6d2684c54a7d6b0c48175

+ %global qmarkdowntextedit_commit        d8ab1dd8e851685e61d9ec9acd8cf8cce97e9628

  %global qmarkdowntextedit_shortcommit   %(c=%{qmarkdowntextedit_commit}; echo ${c:0:7})

  

  %global qttoolbareditor_commit          ca0728c9924c6464234f7e477aa9509293d0a324
@@ -29,7 +29,7 @@ 

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

  

  Name:           qownnotes

- Version:        23.12.0

+ Version:        23.12.1

  Release:        %autorelease

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

  

file modified
+2 -2
@@ -2,7 +2,7 @@ 

  SHA512 (piwiktracker-925272c.tar.gz) = e822ab478ef55ac2a6289a85d7fefbf254343481fea857bc7fe7d1f44e6aeb0aeb0035d3e3aa11b2341d7ca9f1082033385e362426348cdd6ab0213c765d5f3e

  SHA512 (qhotkey-998c76c.tar.gz) = 6685aaa529c4213b5d7aaed08c74c30318b4f7ce0ed7ae2ee0be67fe008094d946f306b5acaaa514c1cbc0a8a2608e6bf4ab7f20537bee01eff73f5131db9534

  SHA512 (qkeysequencewidget-8cbb54a.tar.gz) = 136c74e062902e962606d1604c6afafce57795d514a56c0a3247c6d4117269bc3d8e228be2b197c9ef89b53a3f80f42458dbf5585a441a3e079cb597071e6304

- SHA512 (qmarkdowntextedit-e1abd32.tar.gz) = 317a7fbdf150303fd4973517fd53cc3283cdb39030d5659e914b6124d767c3b25133a2dc4f463c76f3df577b1163938b082ffd2421a4c7bd7e92a982eff2fc0b

- SHA512 (QOwnNotes-23.12.0.tar.gz) = 4c5dc446cc6625f144c50dedd604c0bdeb4d689161eacc2edfbf98d7a28e53d5733cbba2f62e0bdb94ddf12a7e3db0000ec5baab24a937e9aface2db855283cd

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

+ SHA512 (QOwnNotes-23.12.1.tar.gz) = 76ae7d36ac2c8bbd368ea5c1dd449a10ef7296600255197f26a5b94434683a827e8346a7dd5f0d9127e7b8d98ef8b07abae70c72ff34222307fb41cd1f430417

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

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

Upstream tag: v23.12.1
Upstream commit: b5108ba1


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

rebased onto 904fd5c

6 months ago

Pull-Request has been merged by atim

6 months ago