sbopkg/ChangeLog-current.txt
mauro.giachero 5e36b3195c Fix the updates check for Slackware 13.0
In the updates check we split the package name expression (on the
makepkg line) counting dashes. The 13.0 scripts now have, instead of
'tgz', the expression ${PKGTYPE:-tgz} at the end. This makes us pick
up the ARCH field instead.
Fix this by suppressing any ':-' operation found. This should be
reasonably safe (no 12.2 script has such expression there).
While at it, replace the old cut/rev dance with a single sed invocation.

Signed-off-by: Mauro Giachero <mauro.giachero@gmail.com>
2009-08-28 16:57:04 +00:00

7 lines
188 B
Plaintext

Mon Aug 24 18:13:53 UTC 2009
Sbopkg 0.XX.X released. This version contains the following fixes and
enhancements:
* Fix the updates code for the 13.0 repo.
+--------------------------+