Skip to content

Commit

Permalink
masterv1.x.y-legacy: Final commits for v1.3.2 (#112)
Browse files Browse the repository at this point in the history
* Add devel & '*legacy*' for autobuilding on MRs (#106)

* Fix %version (#107)

* Fix %version

* Fix-up number two

* Merge commit from v1.3.1 fix-up release (#109)

* Try a fix and increase release

* Enhance recent changelog entries and their items (#110)
  • Loading branch information
Olf0 authored Dec 1, 2022
2 parents 2ebe54d + f8c50cf commit 9d78a10
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ on:
pull_request:
branches:
- master
- devel
- '*legacy*'

jobs:
build:
Expand Down
12 changes: 7 additions & 5 deletions rpm/harbour-storeman-installer.spec
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Name: harbour-storeman-installer
# comprises one of {alpha,beta,rc,release} postfixed with a natural number
# greater or equal to 1 (e.g., "beta3"). For details and reasons, see
# https:/storeman-developers/harbour-storeman-installer/wiki/Git-tag-format
Version: 1.3.1
Version: 1.3.2
Release: release1
Group: Applications/System
URL: https:/storeman-developers/%{name}
Expand All @@ -23,8 +23,8 @@ Requires: ssu
# The oldest SailfishOS release Storeman ≥ 0.2.9 compiles for & the oldest available DoD repo at Sailfish-OBS:
Requires: sailfish-version >= 3.1.0
Conflicts: harbour-storeman
Obsoletes: harbour-storeman = 0.2
Provides: harbour-storeman = 0.3.0~
Obsoletes: harbour-storeman < 0.3.0
Provides: harbour-storeman = 0.3.0~0

%define localauthority_dir polkit-1/localauthority/50-local.d
%define hicolor_icons_dir %{_datadir}/icons/hicolor
Expand Down Expand Up @@ -119,10 +119,12 @@ fi
#%%{_sysconfdir}/%%{localauthority_dir}/50-%%{name}.pkla

%changelog
* Thu Dec 01 2022 olf <https:/Olf0> - 1.3.1-release1
* Sat Dec 03 2022 olf <https:/Olf0> - 1.3.2-release1
- Refine %%post section of the spec file (#96)
* Thu Dec 01 2022 olf <https:/Olf0> - 1.3.1-release1
- Fix auto-removing Storeman < 0.3.0 on SailfishOS ≥ 3.1.0 (#109)
* Tue Nov 29 2022 olf <https:/Olf0> - 1.3.0-release1
- Now automatically removes an installed Storeman 0.2.x when being installed (#95)
- Now should automatically remove an installed Storeman < 0.3.0 when being installed (#95)
- Enhance multiple aspects of the spec file (#89, #91, #93)
- Many small enhancements of comments, strings and other non-code assets
- Storeman Installer ≥ 1.3.0 is a prerequisite for Storeman ≥ 0.3.2
Expand Down

0 comments on commit 9d78a10

Please sign in to comment.