summaryrefslogtreecommitdiffstats
path: root/source/l
diff options
context:
space:
mode:
author Patrick J Volkerding <volkerdi@slackware.com>2020-01-16 20:06:13 +0000
committer Eric Hameleers <alien@slackware.com>2020-01-17 08:59:48 +0100
commitb8fcfe2ae13259083561c5d03e82f5167838169e (patch)
tree1c6605b833f87de4151d12868e22a3b5f6c9aa5b /source/l
parentb937aa98d3150b8ebcf0a11e935ed9f503e1855e (diff)
downloadcurrent-b8fcfe2ae13259083561c5d03e82f5167838169e.tar.gz
current-b8fcfe2ae13259083561c5d03e82f5167838169e.tar.xz
Thu Jan 16 20:06:13 UTC 202020200116200613
a/sed-4.8-x86_64-1.txz: Upgraded. d/gdb-8.3.1-x86_64-3.txz: Rebuilt. Patched to fix a warning that breaks Emacs GDB mode. Thanks to Lockywolf and USUARIONUEVO. d/guile-3.0.0-x86_64-1.txz: Upgraded. Shared library .so-version bump. d/make-4.2.1-x86_64-5.txz: Rebuilt. Recompiled against guile-3.0.0. l/libcap-2.31-x86_64-1.txz: Upgraded. l/python-six-1.14.0-x86_64-1.txz: Upgraded. n/gnutls-3.6.11.1-x86_64-2.txz: Rebuilt. Recompiled against guile-3.0.0. n/lftp-4.9.1-x86_64-1.txz: Upgraded. n/libmbim-1.22.0-x86_64-1.txz: Upgraded. n/libqmi-1.24.4-x86_64-1.txz: Upgraded.
Diffstat (limited to 'source/l')
-rwxr-xr-xsource/l/libcap/libcap.SlackBuild2
-rwxr-xr-xsource/l/python-six/python-six.SlackBuild2
2 files changed, 2 insertions, 2 deletions
diff --git a/source/l/libcap/libcap.SlackBuild b/source/l/libcap/libcap.SlackBuild
index e0f3ef4ac..15cd5a8f3 100755
--- a/source/l/libcap/libcap.SlackBuild
+++ b/source/l/libcap/libcap.SlackBuild
@@ -121,7 +121,7 @@ rm -rf $PKG/usr/man/man2
mkdir -p $PKG/usr/doc/$PKGNAM-$VERSION
cp -a \
- CHANGELOG License README License pgp.keys.asc doc/capability.notes \
+ CHANGELOG License README pgp.keys.asc doc/capability.notes \
progs/quicktest.sh $CWD/capfaq-0.2.txt $CWD/README.SLACKWARE \
$PKG/usr/doc/$PKGNAM-$VERSION
chown -R root:root $PKG/usr/doc
diff --git a/source/l/python-six/python-six.SlackBuild b/source/l/python-six/python-six.SlackBuild
index 3f93fbc2d..fae7e8b70 100755
--- a/source/l/python-six/python-six.SlackBuild
+++ b/source/l/python-six/python-six.SlackBuild
@@ -27,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=python-six
VERSION=${VERSION:-$(echo six-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)}
-BUILD=${BUILD:-2}
+BUILD=${BUILD:-1}
# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then