From 8d2885df9d7edaa1fc968b795528823f4387f9e3 Mon Sep 17 00:00:00 2001 From: Matteo Rossini Date: Fri, 18 Dec 2015 21:28:31 +0100 Subject: [PATCH] Version 1.5.2 - 18/Dec/2015 - Fixed a missed $ROOT - Added SHOWORDER option. It's a way to sort packages in dialog box to help reviewing large upgrade from many repositories. The SHOWORDER option accepts "package" "repository" "tag" "path" "arch". - Fixed some repository url. There are already some 14.2 repositories!!! - slackpkg+ advise you to update the pkglist before use it - Added a script in /usr/doc/slackpkg+-* to a fast check of repositories - slackpkg -dialog=off now show repository name as with dialog - Added SENSITIVE_SEARCH option to search case-insensitive (thanks to phenixia2003) - Important fixes in the priority manager. Many thanks to all people that reported the bugs and a Big thanks to phenixia2003 for the fix. Now we need your help to test it. --- ChangeLog.txt | 2 +- src/ChangeLog.txt | 2 +- src/slackpkg+.SlackBuild | 2 +- src/slackpkgplus.sh | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ChangeLog.txt b/ChangeLog.txt index 9407a25..cfbb8dd 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -1,4 +1,4 @@ -Version devel Fri Dec 18 20:13:08 CET 2015 +Version 1.5.2 - 18/Dec/2015 - Fixed a missed $ROOT - Added SHOWORDER option. It's a way to sort packages in dialog box to help reviewing large upgrade from many repositories. The SHOWORDER option diff --git a/src/ChangeLog.txt b/src/ChangeLog.txt index 9407a25..cfbb8dd 100644 --- a/src/ChangeLog.txt +++ b/src/ChangeLog.txt @@ -1,4 +1,4 @@ -Version devel Fri Dec 18 20:13:08 CET 2015 +Version 1.5.2 - 18/Dec/2015 - Fixed a missed $ROOT - Added SHOWORDER option. It's a way to sort packages in dialog box to help reviewing large upgrade from many repositories. The SHOWORDER option diff --git a/src/slackpkg+.SlackBuild b/src/slackpkg+.SlackBuild index 33f09d9..d1642eb 100644 --- a/src/slackpkg+.SlackBuild +++ b/src/slackpkg+.SlackBuild @@ -17,7 +17,7 @@ if [ repositories.txt -nt repositories.lst ];then sleep 5 fi -INST=$(ls /var/log/packages/slackpkg+-$VERSION-noarch-* 2>/dev/null) +INST=$(ls /var/log/packages/slackpkg+-$VERSION-noarch-* 2>/dev/null|true) if [ ! -z "$INST" ];then BINST=$(echo $INST|sed 's/.*-//') NBUILD=$(echo $BUILD|egrep -o [0-9]) diff --git a/src/slackpkgplus.sh b/src/slackpkgplus.sh index 1453108..d6304dc 100755 --- a/src/slackpkgplus.sh +++ b/src/slackpkgplus.sh @@ -51,7 +51,7 @@ if [ "$SLACKPKGPLUS" = "on" ];then - SPKGPLUS_VERSION="1.5.1_DEVELOP_VERSION" + SPKGPLUS_VERSION="1.5.2" VERSION="$VERSION / slackpkg+ $SPKGPLUS_VERSION"