From b937aa98d3150b8ebcf0a11e935ed9f503e1855e Mon Sep 17 00:00:00 2001 From: Patrick J Volkerding Date: Wed, 15 Jan 2020 00:15:49 +0000 Subject: Wed Jan 15 00:15:49 UTC 2020 a/kernel-generic-5.4.12-x86_64-1.txz: Upgraded. a/kernel-huge-5.4.12-x86_64-1.txz: Upgraded. a/kernel-modules-5.4.12-x86_64-1.txz: Upgraded. d/kernel-headers-5.4.12-x86-1.txz: Upgraded. k/kernel-source-5.4.12-noarch-1.txz: Upgraded. isolinux/initrd.img: Rebuilt. kernels/*: Upgraded. usb-and-pxe-installers/usbboot.img: Rebuilt. --- source/l/FTBFSlog | 8 ++++++++ source/l/dbus-python/dbus-python.SlackBuild | 2 +- source/l/libplist/libplist.SlackBuild | 3 +++ source/l/mozilla-nss/mozilla-nss.SlackBuild | 2 +- 4 files changed, 13 insertions(+), 2 deletions(-) (limited to 'source/l') diff --git a/source/l/FTBFSlog b/source/l/FTBFSlog index cd5c25483..ad0a7b630 100644 --- a/source/l/FTBFSlog +++ b/source/l/FTBFSlog @@ -1,3 +1,11 @@ +Tue Jan 14 18:38:45 UTC 2020 + libplist: added export PYTHONWARNINGS=ignore:::pkg_resources.py2_warn + to avoid a fatal warning about Python 2.7 EOL. At least this new + setuptools warning is likely to light a fire under various upstreams to + expedite dropping Python 2.7... we simply can't "just do that" yet + without breaking many Python-using things. + Thanks to nobodino and ponce. ++--------------------------+ Mon Jan 13 00:10:54 UTC 2020 dconf: also fix duplicate symbols for meson-0.53.0. +--------------------------+ diff --git a/source/l/dbus-python/dbus-python.SlackBuild b/source/l/dbus-python/dbus-python.SlackBuild index 2b1341f05..f3eaafe31 100755 --- a/source/l/dbus-python/dbus-python.SlackBuild +++ b/source/l/dbus-python/dbus-python.SlackBuild @@ -27,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=dbus-python VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} -BUILD=${BUILD:-2} +BUILD=${BUILD:-1} NUMJOBS=${NUMJOBS:-" -j$(expr $(nproc) + 1) "} diff --git a/source/l/libplist/libplist.SlackBuild b/source/l/libplist/libplist.SlackBuild index 01c97d72d..f64263e97 100755 --- a/source/l/libplist/libplist.SlackBuild +++ b/source/l/libplist/libplist.SlackBuild @@ -90,6 +90,9 @@ find . \ \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \ -exec chmod 644 {} \+ +# Ignore Python 2.7 EOL for now. We want to get rid of it ASAP, but not sooner: +export PYTHONWARNINGS=ignore:::pkg_resources.py2_warn + if [ ! -r configure ]; then NOCONFIGURE=1 ./autogen.sh fi diff --git a/source/l/mozilla-nss/mozilla-nss.SlackBuild b/source/l/mozilla-nss/mozilla-nss.SlackBuild index 3611c3cad..9e63fccee 100755 --- a/source/l/mozilla-nss/mozilla-nss.SlackBuild +++ b/source/l/mozilla-nss/mozilla-nss.SlackBuild @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=mozilla-nss SRCNAM=nss -VERSION=${VERSION:-3.49} +VERSION=${VERSION:-3.49.1} NSPR=${NSPR:-4.24} BUILD=${BUILD:-1} -- cgit v1.2.3-65-gdbad