From a5a6e494a74ca91943ba9e0831b225ac19b1ee1b Mon Sep 17 00:00:00 2001 From: Patrick J Volkerding Date: Mon, 19 Oct 2020 20:16:19 +0000 Subject: Mon Oct 19 20:16:19 UTC 2020 a/glibc-zoneinfo-2020c-noarch-1.txz: Upgraded. This package provides the latest timezone updates. d/ccache-4.0-x86_64-1.txz: Upgraded. Please note that the default cache directory has been changed to $HOME/.cache/ccache and the default config file has been changed to $HOME/.config/ccache/ccache.conf. You'll probably want to move your existing config file if you've set any options, and then clear out the old location of $HOME/.ccache to avoid wasting storage space. d/python-pip-20.2.4-x86_64-1.txz: Upgraded. d/python-setuptools-50.3.2-x86_64-1.txz: Upgraded. l/glib2-2.66.2-x86_64-1.txz: Upgraded. l/mozjs78-78.4.0esr-x86_64-1.txz: Upgraded. l/python-urllib3-1.25.11-x86_64-1.txz: Upgraded. x/pyxdg-0.27-x86_64-1.txz: Upgraded. xap/mozilla-firefox-78.4.0esr-x86_64-1.txz: Upgraded. This is a bugfix release. For more information, see: https://www.mozilla.org/en-US/firefox/78.4.0/releasenotes/ --- source/a/glibc-zoneinfo/glibc-zoneinfo.SlackBuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source/a/glibc-zoneinfo/glibc-zoneinfo.SlackBuild') diff --git a/source/a/glibc-zoneinfo/glibc-zoneinfo.SlackBuild b/source/a/glibc-zoneinfo/glibc-zoneinfo.SlackBuild index 1efc702d..07df3be2 100755 --- a/source/a/glibc-zoneinfo/glibc-zoneinfo.SlackBuild +++ b/source/a/glibc-zoneinfo/glibc-zoneinfo.SlackBuild @@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=glibc-zoneinfo ZONE_VERSIONS="$(echo tzdata* | cut -f1 -d . | cut -b7-11)" -BUILD=${BUILD:-2} +BUILD=${BUILD:-1} # Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then @@ -89,7 +89,7 @@ tar xzf $CWD/tzdata?????.tar.gz || exit 1 # Default to more bloated (but more compatible) "fat" format with zic. # This was the default prior to tzcode2020b. -zcat $CWD/zic.default.fat.gz | patch -p1 --verbose || exit 1 +zcat $CWD/zic.default.fat.diff.gz | patch -p1 --verbose || exit 1 chown -R root:root . find . \ -- cgit v1.2.3