From db345667ebf0c193cc167178b623234c46bc8488 Mon Sep 17 00:00:00 2001 From: Dimitris Zlatanidis Date: Wed, 3 Jun 2020 23:36:28 +0300 Subject: [PATCH 1/2] Fixed message Signed-off-by: Dimitris Zlatanidis --- slpkg/slack/patches.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/slpkg/slack/patches.py b/slpkg/slack/patches.py index baadcbc1..66f59a5b 100644 --- a/slpkg/slack/patches.py +++ b/slpkg/slack/patches.py @@ -100,7 +100,7 @@ class Patches(BlackList, Utils): unit, size = units(self.comp_sum, self.uncomp_sum) print("\nInstalling summary") print("=" * 79) - print(f"{self.grey}Total {self.count_upg}" + print(f"{self.grey}Total {self.count_upg} " f"{self.msg.pkg(len(self.upgrade_all))} will be upgraded and" f" {self.count_added} will be installed.") print(f"Need to get {size[0]} {unit[0]} of archives.") From 6b19a6e143df8ed0371126340a94851b629853cd Mon Sep 17 00:00:00 2001 From: Dimitris Zlatanidis Date: Wed, 3 Jun 2020 23:38:18 +0300 Subject: [PATCH 2/2] Updated ChangeLog file Signed-off-by: Dimitris Zlatanidis --- ChangeLog.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ChangeLog.txt b/ChangeLog.txt index b196118a..39edb94c 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -1,3 +1,7 @@ +3.8.9 - 03/06/2020 +BugFix: +- Fixed Slackware distribution --upgrade flag + 3.8.8 - 20/05/2020 BugFix: - Fixed the name of variable flags to flag for patches upgrade option