From 5b0426026e6869fdfe7b665cf0212a655d30c49b Mon Sep 17 00:00:00 2001 From: nephros Date: Fri, 22 Jul 2022 08:26:56 +0200 Subject: [PATCH 1/7] remove user specification from dbus service file User= specification is only needed for system services, this runs on the session bus. Fixes: #301 --- data/harbour.storeman.service | 1 - 1 file changed, 1 deletion(-) diff --git a/data/harbour.storeman.service b/data/harbour.storeman.service index 24e1e2d4..5c6cc13e 100644 --- a/data/harbour.storeman.service +++ b/data/harbour.storeman.service @@ -1,4 +1,3 @@ [D-BUS Service] Name=harbour.storeman.service Exec=/usr/bin/invoker --type=silica-qt5 -s /usr/bin/harbour-storeman -User=nemo From 12031f1f8af4c61c6480c439ee81557ce5e21eac Mon Sep 17 00:00:00 2001 From: olf Date: Sat, 23 Mar 2024 19:34:41 +0100 Subject: [PATCH 2/7] Post release version increase to 0.3.9 (#472) * [harbour-storeman.spec] Post release version increase * [harbour-storeman.changes] Add stub for v0.3.9 --- rpm/harbour-storeman.changes | 3 +++ rpm/harbour-storeman.spec | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/rpm/harbour-storeman.changes b/rpm/harbour-storeman.changes index f94bfc66..c6f94ef2 100644 --- a/rpm/harbour-storeman.changes +++ b/rpm/harbour-storeman.changes @@ -1,3 +1,6 @@ +* Tue Mar 26 2024 olf - 0.3.9 +- + * Tue Mar 19 2024 olf - 0.3.8 - Rename branch `sfos3.2` to `sfos3.1` to reflect reality and avoid confusion (#454, #455) - [Workflows] Add recent changes from Patchmanager (#457) diff --git a/rpm/harbour-storeman.spec b/rpm/harbour-storeman.spec index 60a78f4c..7863e526 100644 --- a/rpm/harbour-storeman.spec +++ b/rpm/harbour-storeman.spec @@ -3,7 +3,7 @@ Name: harbour-storeman Summary: OpenRepos client application for SailfishOS # The tag must adhere to semantic versioning: Among multiple other # reasons due to its use for `qmake5` in line 107. See https://semver.org/ -Version: 0.3.8 +Version: 0.3.9 # The tag comprises one of {alpha,beta,rc,release} postfixed with a # natural number greater or equal to 1 (e.g., "beta3") and may additionally be # postfixed with a plus character ("+"), the name of the packager and a release From b2e896adf92c5d8a00219ca88bfa388b769c5e7b Mon Sep 17 00:00:00 2001 From: olf Date: Sat, 23 Mar 2024 20:10:51 +0100 Subject: [PATCH 3/7] [harbour-storeman.changes] Update for releasing v0.3.9 --- rpm/harbour-storeman.changes | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rpm/harbour-storeman.changes b/rpm/harbour-storeman.changes index c6f94ef2..8997ece9 100644 --- a/rpm/harbour-storeman.changes +++ b/rpm/harbour-storeman.changes @@ -1,5 +1,5 @@ -* Tue Mar 26 2024 olf - 0.3.9 -- +* Sat Mar 23 2024 olf - 0.3.9 +- Remove `User=` specification from D-Bus service file (#473) by @nephros, closes issue #301 * Tue Mar 19 2024 olf - 0.3.8 - Rename branch `sfos3.2` to `sfos3.1` to reflect reality and avoid confusion (#454, #455) From 63a069db35b530235510bd5eb78aeb8a388970f4 Mon Sep 17 00:00:00 2001 From: olf Date: Sat, 23 Mar 2024 21:44:09 +0100 Subject: [PATCH 4/7] Add Peter G. (nephros) to contributors (#478) * [README.md] Add Peter G. (nephros) to contributors * [LICENSE] Add Peter G. (nephros) to contributors * [DevelopersModel.qml] Add Peter G. (nephros) to contributors --- LICENSE | 1 + README.md | 1 + qml/models/DevelopersModel.qml | 4 ++++ 3 files changed, 6 insertions(+) diff --git a/LICENSE b/LICENSE index 70a81ee0..9a5e7862 100644 --- a/LICENSE +++ b/LICENSE @@ -3,6 +3,7 @@ MIT License Copyright (c) 2022-2024 olf (Olf0) 2017-2022 Petr Tsymbarovich (mentaljam / osetr) 2019-2022 Björn Bidar (Thaodan) + 2024 Peter G. (nephros) 2024 citronalco 2020 Dmitry Gerasimov (dseight) 2019 Matti Viljanen (direc85) diff --git a/README.md b/README.md index 430ca57d..332b93aa 100644 --- a/README.md +++ b/README.md @@ -59,6 +59,7 @@ If you want to translate Storeman to a language it does not support yet or enhan - [Petr Tsymbarovich (mentaljam / osetr)](https://github.com/mentaljam) - [olf (Olf0)](https://github.com/Olf0) +- [Peter G. (nephros)](https://github.com/nephros) - [Matti Viljanen (direc85)](https://github.com/direc85) - [Björn Bidar (Thaodan)](https://github.com/Thaodan) - [citronalco](https://github.com/citronalco) diff --git a/qml/models/DevelopersModel.qml b/qml/models/DevelopersModel.qml index 5b74c249..c2f673c9 100644 --- a/qml/models/DevelopersModel.qml +++ b/qml/models/DevelopersModel.qml @@ -14,6 +14,10 @@ ListModel { name: "olf (Olf0)" link: "https://github.com/Olf0" }, + ListElement { + name: "Peter G. (nephros)" + link: "https://github.com/nephros" + }, ListElement { name: "Matti Viljanen (direc85)" link: "https://github.com/direc85" From c28bfe7b0fe3b96956c7b197a9b7d7d4461a0e1a Mon Sep 17 00:00:00 2001 From: olf Date: Sat, 23 Mar 2024 22:10:03 +0100 Subject: [PATCH 5/7] =?UTF-8?q?[README.md]=20Link=20to=20source=20of=20con?= =?UTF-8?q?tributors=20list=20and=20its=20order,=20=E2=80=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit … and denote that translators are not listed here, but within Storeman. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 332b93aa..a212e9bc 100644 --- a/README.md +++ b/README.md @@ -55,8 +55,8 @@ If you want to translate Storeman to a language it does not support yet or enhan | Manage repositories | Installed Apps | Bookmarked Apps | Repository details | | | | | | -## Credits - +## [Contributors](https://github.com/storeman-developers/harbour-storeman/graphs/contributors) +Note that translators are not listed here, but [there](https://github.com/storeman-developers/harbour-storeman/blob/master/qml/models/TranslatorsModel.qml). - [Petr Tsymbarovich (mentaljam / osetr)](https://github.com/mentaljam) - [olf (Olf0)](https://github.com/Olf0) - [Peter G. (nephros)](https://github.com/nephros) From a7287c796ae45083ee0086f5814f8aa723b37681 Mon Sep 17 00:00:00 2001 From: olf Date: Sun, 24 Mar 2024 00:03:29 +0100 Subject: [PATCH 6/7] =?UTF-8?q?[harbour-storeman.changes]=20Update=20for?= =?UTF-8?q?=20postponing=20to=20set=20the=20release=20tag=20=E2=80=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit … for v0.3.9 in order to perform some testing. --- rpm/harbour-storeman.changes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rpm/harbour-storeman.changes b/rpm/harbour-storeman.changes index 8997ece9..d83524c8 100644 --- a/rpm/harbour-storeman.changes +++ b/rpm/harbour-storeman.changes @@ -1,4 +1,4 @@ -* Sat Mar 23 2024 olf - 0.3.9 +* Sun Mar 24 2024 olf - 0.3.9 - Remove `User=` specification from D-Bus service file (#473) by @nephros, closes issue #301 * Tue Mar 19 2024 olf - 0.3.8 From 8449cb14dcc2090c95dcb81add6ca7d540ca1e97 Mon Sep 17 00:00:00 2001 From: olf Date: Sun, 24 Mar 2024 00:12:48 +0100 Subject: [PATCH 7/7] =?UTF-8?q?[harbour-storeman.spec]=20Fix=20comment:=20?= =?UTF-8?q?branch=20`sfos3.2`=20was=20renamed=20to=20`sfos3.1`=20=E2=80=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit … to reflect reality and avoid confusion: See PR #454. --- rpm/harbour-storeman.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rpm/harbour-storeman.spec b/rpm/harbour-storeman.spec index 7863e526..f00c3600 100644 --- a/rpm/harbour-storeman.spec +++ b/rpm/harbour-storeman.spec @@ -32,7 +32,7 @@ Source0: %{url}/archive/%{release}/%{version}/%{name}-%{version}.tar.gz # https://en.opensuse.org/openSUSE:Packaging_checks#Building_Packages_in_spite_of_errors Source99: %{name}.rpmlintrc -# Requires: sailfish-version >= 3.1.0 for the code in the sfos3.2 branch and >= 3.3.0 for the code in all other branches. +# Requires: sailfish-version >= 3.1.0 for the code in the sfos3.1 branch and >= 3.3.0 for the code in all other branches. # Requires: sailfish-version >= 4.2.0 for the changed "sharing" code for SFOS4.2's new sharing API in the sfos4.2 branch. # Requires: sailfish-version < 3.3.0 and < 4.2.0 are only counterparts to segregate the covered SFOS releases range.