Fri Jun 15 18:25:33 CEST 2018

pkg/slackpkg+-1.7.0d1-noarch-5mt.txz
  - Fix incompatibility with slackpkg prior 2.83.0-noarch-3
This commit is contained in:
Matteo Rossini 2018-06-15 18:28:19 +02:00
parent 7c210bb714
commit f3dac64a1b
3 changed files with 11 additions and 2 deletions

View file

@ -1,10 +1,14 @@
Fri Jun 15 18:25:33 CEST 2018
pkg/slackpkg+-1.7.0d1-noarch-5mt.txz
- Fix incompatibility with slackpkg prior 2.83.0-noarch-3
+-------------------------+
Fri Jun 15 16:09:51 CEST 2018
pkg/slackpkg+-1.7.0d1-noarch-4mt.txz
- Fix incompatibility with slackpkg-2.83.0-noarch-3
- Fix setupmultilib script. It did use oldstyle 'multilib:'
- Fix a regression in TAG PRIORITY
- Handle the case where /var/log/packages is a symlink
+-------------------------+
Thu Apr 26 23:49:04 CEST 2018

View file

@ -1,10 +1,14 @@
Fri Jun 15 18:25:33 CEST 2018
pkg/slackpkg+-1.7.0d1-noarch-5mt.txz
- Fix incompatibility with slackpkg prior 2.83.0-noarch-3
+-------------------------+
Fri Jun 15 16:09:51 CEST 2018
pkg/slackpkg+-1.7.0d1-noarch-4mt.txz
- Fix incompatibility with slackpkg-2.83.0-noarch-3
- Fix setupmultilib script. It did use oldstyle 'multilib:'
- Fix a regression in TAG PRIORITY
- Handle the case where /var/log/packages is a symlink
+-------------------------+
Thu Apr 26 23:49:04 CEST 2018

View file

@ -484,6 +484,7 @@ if [ "$SLACKPKGPLUS" = "on" ];then
URLFILE=$1
if [ $(basename $1) = "ChangeLog.txt" ];then
DOWNLOADCHANGELOG=no
if [ -e $TMPDIR/changelogdownloaded ];then
echo " Done."
return