-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Version increase and changelog entries
- Loading branch information
Showing
1 changed file
with
10 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,8 +6,8 @@ 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://github.com/storeman-developers/harbour-storeman-installer/wiki/Git-tag-format | ||
Version: 2.0.50 | ||
Release: release2 | ||
Version: 2.1.0 | ||
Release: release3 | ||
Group: Applications/System | ||
URL: https://github.com/storeman-developers/%{name} | ||
# These "Source:" lines below require that the value of ${name} is also the | ||
|
@@ -58,7 +58,7 @@ Requires: sailfish-version >= 3.1.0 | |
# Provide an automatically presented update candidate for an installed Storeman < 0.2.99: | ||
Conflicts: harbour-storeman < 0.2.99 | ||
Obsoletes: harbour-storeman < 0.2.99 | ||
Provides: harbour-storeman = 0.3.0~1 | ||
Provides: harbour-storeman = 0.3.0~2 | ||
|
||
%global screenshots_url https://github.com/storeman-developers/harbour-storeman/raw/master/.xdata/screenshots/ | ||
%global logdir %{_localstatedir}/log | ||
|
@@ -170,9 +170,13 @@ exit 0 | |
%attr(0754,root,ssu) %{_bindir}/%{name} | ||
|
||
%changelog | ||
* Mon Dec 19 2022 olf <[email protected]> - 2.0.50-release1 | ||
- Cleanup | ||
* Sat Dec 17 2022 olf <[email protected]> - 1.3.8-release1 | ||
* Tue Dec 20 2022 olf <[email protected]> - 2.1.0-release3 | ||
- Optimise a bit | ||
* Tue Dec 20 2022 olf <[email protected]> - 1.4.0-release3 | ||
- Clean up and optimise a bit | ||
* Mon Dec 19 2022 olf <[email protected]> - 2.0.50-release2 | ||
- Clean up | ||
* Sat Dec 17 2022 olf <[email protected]> - 1.3.8-release2 | ||
- Set umask and PWD in harbour-storeman-installer script | ||
- Start installation of harbour-storeman fully detached ("double fork" / daemonize) | ||
- Print version of harbour-storeman-installer package in the log file entry of each run | ||
|