Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mastersfos3.1: Commits for v0.3.9 #475

Merged
12 commits merged into from
Mar 24, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,11 @@ If you want to translate Storeman to a language it does not support yet or enhan
| <sub>Manage repositories</sub> | <sub>Installed Apps</sub> | <sub>Bookmarked Apps</sub> | <sub>Repository details</sub> |
| | | | |

## 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)
- [Matti Viljanen (direc85)](https://github.com/direc85)
- [Björn Bidar (Thaodan)](https://github.com/Thaodan)
- [citronalco](https://github.com/citronalco)
Expand Down
1 change: 0 additions & 1 deletion data/harbour.storeman.service
Original file line number Diff line number Diff line change
@@ -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
4 changes: 4 additions & 0 deletions qml/models/DevelopersModel.qml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
3 changes: 3 additions & 0 deletions rpm/harbour-storeman.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
* Sun Mar 24 2024 olf <[email protected]> - 0.3.9
- Remove `User=` specification from D-Bus service file (#473) by @nephros, closes issue #301

* Tue Mar 19 2024 olf <[email protected]> - 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)
Expand Down
4 changes: 2 additions & 2 deletions rpm/harbour-storeman.spec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Name: harbour-storeman
Summary: OpenRepos client application for SailfishOS
# The <version> 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 <release> 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
Expand Down Expand Up @@ -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.

Expand Down