Skip to content

Commit

Permalink
Push commits for 1.2.9 from devel to master (#76)
Browse files Browse the repository at this point in the history
* spec file: Post release version increase to 1.2.9 (#71)

* Overhaul comments in spec file (#72)

* spec file: Revert BS from PR #72 (#73)

* pkcon expects options before the command (#74), see https://www.systutorials.com/docs/linux/man/1-pkcon/

* spec file: Update `%changelog` section for 1.2.9 (#75)
  • Loading branch information
Olf0 authored Jun 3, 2022
2 parents 0054276 + 5adfd09 commit de8f9f3
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/harbour-storeman-installer
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh

pkcon repo-set-data harbour-storeman-obs refresh-now true
pkcon install -y harbour-storeman
pkcon -y install harbour-storeman
15 changes: 14 additions & 1 deletion rpm/harbour-storeman-installer.spec
Original file line number Diff line number Diff line change
@@ -1,10 +1,21 @@
Summary: Installs Storeman for SailfishOS
License: MIT
Name: harbour-storeman-installer
Version: 1.2.8
# The Git release tag format must adhere to just <version> since version 1.2.6.
# The <version> field adheres to semantic versioning and the <release> field
# is comprised of {alpha,beta,rc,release} postfixed with a natural number
# greater or equal to 1 (e.g. "beta3"). For details and reasons, see
# https://github.com/storeman-developers/harbour-storeman-installer/wiki/Git-tag-format
Version: 1.2.9
Release: release1
Group: Applications/System
URL: https://github.com/storeman-developers/%{name}
# These "Source:" lines below require that the value of ${name} is also the
# project name at GitHub and the value of ${version} is also the name of a
# correspondingly set git-tag.
# Alternative links, which also download ${projectname}-${tagname}.tar.gz:
# Source: https://github.com/storeman-developers/${name}/archive/${version}.tar.gz
# Source: https://github.com/storeman-developers/${name}/archive/refs/tags/${version}.tar.gz
Source: https://github.com/storeman-developers/%{name}/archive/%{version}/%{name}-%{version}.tar.gz
BuildArch: noarch
BuildRequires: desktop-file-utils
Expand Down Expand Up @@ -90,6 +101,8 @@ ssu ur
%{hicolor_icons_dir}/*/apps/%{name}.png

%changelog
* Sat Jun 04 2022 olf <https://github.com/Olf0> - 1.2.9-release1
- pkcon expects options before the command (#74)
* Sun May 15 2022 olf <https://github.com/Olf0> - 1.2.8-release1
- Requires: sailfish-version >= 3.1.0 (#61), because this is the oldest SailfishOS release any Storeman version installed by Storeman Installer will work on.
* Sun Apr 10 2022 olf <https://github.com/Olf0> - 1.2.7-release1
Expand Down

0 comments on commit de8f9f3

Please sign in to comment.