# HG changeset patch # User Hans-G?nter Theisgen # Date 1659174182 -3600 # Node ID d00aec28667f2d6fbed7007ec7be72bc66bd743d # Parent fbe88431f963251fbb2c6b27d3b085210d50cfd9 updated tzdata (2019c -> 2022a) diff -r fbe88431f963 -r d00aec28667f tzdata/description.txt --- a/tzdata/description.txt Sat Jul 30 08:30:06 2022 +0000 +++ b/tzdata/description.txt Sat Jul 30 10:43:02 2022 +0100 @@ -1,13 +1,15 @@ -The Time Zone Database (often called tz or zoneinfo) contains code and data -that represent the history of local time for many representative locations -around the globe. It is updated periodically to reflect changes made by -political bodies to time zone boundaries, UTC offsets, and daylight-saving -rules. +The Time Zone Database (often called tz or zoneinfo) contains code +and data that represent the history of local time for many +representative locations around the globe. It is updated periodically +to reflect changes made by political bodies to time zone boundaries, +UTC offsets, and daylight-saving rules. Historical local time information has been included here to: - * provide a compendium of data about the history of civil time that is useful - even if not 100% accurate; - * give an idea of the variety of local time rules that have existed in the - past and thus an idea of the variety that may be expected in the future; - * provide a test of the generality of the local time rule description system. +* provide a compendium of data about the history of civil time that + is useful even if not 100% accurate; +* give an idea of the variety of local time rules that have existed + in the past and thus an idea of the variety that may be expected + in the future; +* provide a test of the generality of the local time rule description + system. diff -r fbe88431f963 -r d00aec28667f tzdata/receipt --- a/tzdata/receipt Sat Jul 30 08:30:06 2022 +0000 +++ b/tzdata/receipt Sat Jul 30 10:43:02 2022 +0100 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="tzdata" -VERSION="2019c" +VERSION="2022a" CATEGORY="base-system" SHORT_DESC="Time Zone Database." MAINTAINER="al.bobylev@gmail.com" @@ -32,19 +32,21 @@ mkdir -p $ZONEINFO/right tzs="etcetera southamerica northamerica europe africa antarctica asia \ -australasia backward pacificnew systemv" +australasia backward" # pacificnew systemv with 2022a not supplied zic -L /dev/null -d $ZONEINFO -y "sh yearistype.sh" $tzs zic -L /dev/null -d $ZONEINFO/posix -y "sh yearistype.sh" $tzs zic -L leapseconds -d $ZONEINFO/right -y "sh yearistype.sh" $tzs - cp -a $src/zone.tab $src/zone1970.tab $src/iso3166.tab $ZONEINFO + cp -a $src/zone.tab $ZONEINFO + cp -a $src/zone1970.tab $ZONEINFO + cp -a $src/iso3166.tab $ZONEINFO zic -d $ZONEINFO -p America/New_York } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - cp -a $install/* $fs + cp -a $install/* $fs . $WOK/slitaz-i18n/stuff/locale-pack.conf for locale in $LOCALE_PACK