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.
This commit is contained in:
Matteo Rossini 2015-12-18 21:28:31 +01:00
parent df8c9130a6
commit 8d2885df9d
4 changed files with 4 additions and 4 deletions

View file

@ -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

View file

@ -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

View file

@ -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])

View file

@ -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"