diff options
author | Patrick J Volkerding <volkerdi@slackware.com> | 2020-04-26 03:34:28 +0000 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2020-04-26 08:59:53 +0200 |
commit | e6a0a756a3947c4809450fd87c65d883efd3077f (patch) | |
tree | ecd483d4b74dc84a7b73a2974f53ed80ee23dee3 /source/a/glibc-zoneinfo | |
parent | fc0b7eb5cb49c356c545c934504f9e6b6fe37bc6 (diff) | |
download | current-e6a0a756a3947c4809450fd87c65d883efd3077f.tar.gz current-e6a0a756a3947c4809450fd87c65d883efd3077f.tar.xz |
Sun Apr 26 03:34:28 UTC 202020200426033428
d/rust-1.43.0-x86_64-2.txz: Rebuilt.
Patched and recompiled with the system LLVM 10 instead of the bundled LLVM 9.
Diffstat (limited to 'source/a/glibc-zoneinfo')
-rwxr-xr-x | source/a/glibc-zoneinfo/glibc-zoneinfo.SlackBuild | 4 | ||||
-rw-r--r-- | source/a/glibc-zoneinfo/timezone-scripts/parts/00 | 1 | ||||
-rw-r--r-- | source/a/glibc-zoneinfo/timezone-scripts/timeconfig | 6 |
3 files changed, 9 insertions, 2 deletions
diff --git a/source/a/glibc-zoneinfo/glibc-zoneinfo.SlackBuild b/source/a/glibc-zoneinfo/glibc-zoneinfo.SlackBuild index 8237dc3ca..42d3be947 100755 --- a/source/a/glibc-zoneinfo/glibc-zoneinfo.SlackBuild +++ b/source/a/glibc-zoneinfo/glibc-zoneinfo.SlackBuild @@ -134,7 +134,7 @@ chmod 755 $PKG/usr/sbin/timeconfig sh output-updated-timeconfig.sh $PKG/usr/share/zoneinfo > $PKG/usr/sbin/timeconfig 2> /dev/null ) # Note in timeconfig which zoneinfo database was used: -sed -i "s/# ChangeLog:/# ChangeLog:\n# $(date '+%Y-%m-%d'): Updated timezones from tzdata${ZONE_VERSIONS}./g" $PKG/usr/sbin/timeconfig +sed -i "s/# ChangeLog:/# ChangeLog:\n# $(date '+%Y-%m-%d'): Updated timezones from tzdata${ZONE_VERSIONS}. <pjv>/g" $PKG/usr/sbin/timeconfig # Don't forget to add the /usr/share/zoneinfo/localtime -> /etc/localtime symlink! :) if [ ! -r $PKG/usr/share/zoneinfo/localtime ]; then @@ -143,7 +143,7 @@ fi mkdir -p $PKG/usr/doc/glibc-zoneinfo-$ZONE_VERSIONS cp -a \ - CONTRIBUTING NEWS README Theory \ + CONTRIBUTING LICENSE NEWS README Theory \ $PKG/usr/doc/glibc-zoneinfo-$ZONE_VERSIONS mkdir -p $PKG/install diff --git a/source/a/glibc-zoneinfo/timezone-scripts/parts/00 b/source/a/glibc-zoneinfo/timezone-scripts/parts/00 index d904a334e..56b6e8695 100644 --- a/source/a/glibc-zoneinfo/timezone-scripts/parts/00 +++ b/source/a/glibc-zoneinfo/timezone-scripts/parts/00 @@ -6,6 +6,7 @@ # Modified by: David Cantrell <david@slackware.com>, 06-Oct-2000 # # ChangeLog: +# 2019-09-11: Updated timezones from tzdata2019c. <pjv> # 2014-10-22: Updated timezones from tzdata2014i. <pjv> # 2012-12-12: Updated timezones from tzdata2012j. <pjv> # 2008-03-10: Updated timezones from tzdata2008a. <pjv> diff --git a/source/a/glibc-zoneinfo/timezone-scripts/timeconfig b/source/a/glibc-zoneinfo/timezone-scripts/timeconfig index 5e9b1e906..f7cb439f5 100644 --- a/source/a/glibc-zoneinfo/timezone-scripts/timeconfig +++ b/source/a/glibc-zoneinfo/timezone-scripts/timeconfig @@ -6,6 +6,8 @@ # Modified by: David Cantrell <david@slackware.com>, 06-Oct-2000 # # ChangeLog: +# 2020-04-25: Updated timezones from tzdata2020a. <pjv> +# 2019-09-11: Updated timezones from tzdata2019c. <pjv> # 2014-10-22: Updated timezones from tzdata2014i. <pjv> # 2012-12-12: Updated timezones from tzdata2012j. <pjv> # 2008-03-10: Updated timezones from tzdata2008a. <pjv> @@ -317,6 +319,7 @@ if [ "$COLOR" = "on" -o -r $TMP/SeTcolor -o "$T_PX" = "/" ]; then "America/North_Dakota/Beulah" " " \ "America/North_Dakota/Center" " " \ "America/North_Dakota/New_Salem" " " \ +"America/Nuuk" " " \ "America/Ojinaga" " " \ "America/Panama" " " \ "America/Pangnirtung" " " \ @@ -443,6 +446,7 @@ if [ "$COLOR" = "on" -o -r $TMP/SeTcolor -o "$T_PX" = "/" ]; then "Asia/Pontianak" " " \ "Asia/Pyongyang" " " \ "Asia/Qatar" " " \ +"Asia/Qostanay" " " \ "Asia/Qyzylorda" " " \ "Asia/Rangoon" " " \ "Asia/Riyadh" " " \ @@ -938,6 +942,7 @@ America/Noronha America/North_Dakota/Beulah America/North_Dakota/Center America/North_Dakota/New_Salem +America/Nuuk America/Ojinaga America/Panama America/Pangnirtung @@ -1064,6 +1069,7 @@ Asia/Phnom_Penh Asia/Pontianak Asia/Pyongyang Asia/Qatar +Asia/Qostanay Asia/Qyzylorda Asia/Rangoon Asia/Riyadh |