wok-current rev 25376
updated tzdata (2019c -> 2022a)
author | Hans-G?nter Theisgen |
---|---|
date | Sat Jul 30 10:43:02 2022 +0100 (2022-07-30) |
parents | fbe88431f963 |
children | 0235fd8c4128 |
files | tzdata/description.txt tzdata/receipt |
line diff
1.1 --- a/tzdata/description.txt Sat Jul 30 08:30:06 2022 +0000 1.2 +++ b/tzdata/description.txt Sat Jul 30 10:43:02 2022 +0100 1.3 @@ -1,13 +1,15 @@ 1.4 -The Time Zone Database (often called tz or zoneinfo) contains code and data 1.5 -that represent the history of local time for many representative locations 1.6 -around the globe. It is updated periodically to reflect changes made by 1.7 -political bodies to time zone boundaries, UTC offsets, and daylight-saving 1.8 -rules. 1.9 +The Time Zone Database (often called tz or zoneinfo) contains code 1.10 +and data that represent the history of local time for many 1.11 +representative locations around the globe. It is updated periodically 1.12 +to reflect changes made by political bodies to time zone boundaries, 1.13 +UTC offsets, and daylight-saving rules. 1.14 1.15 Historical local time information has been included here to: 1.16 1.17 - * provide a compendium of data about the history of civil time that is useful 1.18 - even if not 100% accurate; 1.19 - * give an idea of the variety of local time rules that have existed in the 1.20 - past and thus an idea of the variety that may be expected in the future; 1.21 - * provide a test of the generality of the local time rule description system. 1.22 +* provide a compendium of data about the history of civil time that 1.23 + is useful even if not 100% accurate; 1.24 +* give an idea of the variety of local time rules that have existed 1.25 + in the past and thus an idea of the variety that may be expected 1.26 + in the future; 1.27 +* provide a test of the generality of the local time rule description 1.28 + system.
2.1 --- a/tzdata/receipt Sat Jul 30 08:30:06 2022 +0000 2.2 +++ b/tzdata/receipt Sat Jul 30 10:43:02 2022 +0100 2.3 @@ -1,7 +1,7 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="tzdata" 2.7 -VERSION="2019c" 2.8 +VERSION="2022a" 2.9 CATEGORY="base-system" 2.10 SHORT_DESC="Time Zone Database." 2.11 MAINTAINER="al.bobylev@gmail.com" 2.12 @@ -32,19 +32,21 @@ 2.13 mkdir -p $ZONEINFO/right 2.14 2.15 tzs="etcetera southamerica northamerica europe africa antarctica asia \ 2.16 -australasia backward pacificnew systemv" 2.17 +australasia backward" # pacificnew systemv with 2022a not supplied 2.18 zic -L /dev/null -d $ZONEINFO -y "sh yearistype.sh" $tzs 2.19 zic -L /dev/null -d $ZONEINFO/posix -y "sh yearistype.sh" $tzs 2.20 zic -L leapseconds -d $ZONEINFO/right -y "sh yearistype.sh" $tzs 2.21 2.22 - cp -a $src/zone.tab $src/zone1970.tab $src/iso3166.tab $ZONEINFO 2.23 + cp -a $src/zone.tab $ZONEINFO 2.24 + cp -a $src/zone1970.tab $ZONEINFO 2.25 + cp -a $src/iso3166.tab $ZONEINFO 2.26 zic -d $ZONEINFO -p America/New_York 2.27 } 2.28 2.29 # Rules to gen a SliTaz package suitable for Tazpkg. 2.30 genpkg_rules() 2.31 { 2.32 - cp -a $install/* $fs 2.33 + cp -a $install/* $fs 2.34 2.35 . $WOK/slitaz-i18n/stuff/locale-pack.conf 2.36 for locale in $LOCALE_PACK