From 39dbacc828d8c32910b3d19bdf77bfd86e8e8e00 Mon Sep 17 00:00:00 2001 From: olf Date: Mon, 19 Dec 2022 19:38:44 +0100 Subject: [PATCH] Version increase and changelog entries --- rpm/harbour-storeman-installer.spec | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/rpm/harbour-storeman-installer.spec b/rpm/harbour-storeman-installer.spec index 3003458b..d6f5a1e3 100644 --- a/rpm/harbour-storeman-installer.spec +++ b/rpm/harbour-storeman-installer.spec @@ -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 - 2.0.50-release1 -- Cleanup -* Sat Dec 17 2022 olf - 1.3.8-release1 +* Tue Dec 20 2022 olf - 2.1.0-release3 +- Optimise a bit +* Tue Dec 20 2022 olf - 1.4.0-release3 +- Clean up and optimise a bit +* Mon Dec 19 2022 olf - 2.0.50-release2 +- Clean up +* Sat Dec 17 2022 olf - 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