From 55ff361aca9a4321d2968feee65d309612ac8c02 Mon Sep 17 00:00:00 2001 From: Patsy Franklin Date: Tue, 15 Mar 2016 18:40:43 -0400 Subject: [PATCH] Resolves: #1317720 - Rebase to 2016b - New zones Europe/Astrakhan and Europe/Ulyanovsk for Astrakhan and Ulyanovsk Oblasts, Russia, both of which will switch from +03 to +04 on 2016-03-27 at 02:00 local time. They need distinct zones since their post-1970 histories disagree. New zone Asia/Barnaul for Altai Krai and Altai Republic, Russia, which will switch from +06 to +07 on the same date and local time. The Astrakhan change is already official; the others have passed the first reading in the State Duma and are extremely likely. Also, Asia/Sakhalin moves from +10 to +11 on 2016-03-27 at 02:00. - As a trial of a new system that needs less information to be made up, the new zones use numeric time zone abbreviations like "+04" instead of invented abbreviations like "ASTT". - Haiti will not observe DST in 2016. - Palestine's spring-forward transition on 2016-03-26 is at 01:00, not 00:00. Guess future transitions will be March's last Saturday at 01:00, not March's last Friday at 24:00. --- .gitignore | 2 ++ sources | 4 ++-- tzdata.spec | 24 +++++++++++++++++++++--- 3 files changed, 25 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index adeba67..b482b96 100644 --- a/.gitignore +++ b/.gitignore @@ -134,3 +134,5 @@ noarch/ /tzdata2015g.tar.gz /tzcode2016a.tar.gz /tzdata2016a.tar.gz +/tzcode2016b.tar.gz +/tzdata2016b.tar.gz diff --git a/sources b/sources index f932d87..d6e0a9e 100644 --- a/sources +++ b/sources @@ -1,4 +1,4 @@ 6a3392cd5f1594d13c12c1a836ac8d91 javazic.tar.gz cfc79fbbb17f21052d3dd7634ec70bea javazic-1.8-37392f2f5d59.tar.xz -f5e0299925631da7cf82d8ce1205111d tzcode2016a.tar.gz -0d3123eb1b453ec0620822bd65be4c42 tzdata2016a.tar.gz +527e73bc90c70746799d61006bcf038e tzcode2016b.tar.gz +f638ec0d4d7a17f001ce475860255c85 tzdata2016b.tar.gz diff --git a/tzdata.spec b/tzdata.spec index c503c00..af62901 100644 --- a/tzdata.spec +++ b/tzdata.spec @@ -1,8 +1,8 @@ Summary: Timezone data Name: tzdata -Version: 2016a -%define tzdata_version 2016a -%define tzcode_version 2016a +Version: 2016b +%define tzdata_version 2016b +%define tzcode_version 2016b Release: 1%{?dist} License: Public Domain Group: System Environment/Base @@ -121,6 +121,24 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/javazi-1.8 %changelog +* Tue Mar 15 2016 Patsy Franklin - 2016b-1 +- Rebase to 2016b + - New zones Europe/Astrakhan and Europe/Ulyanovsk for Astrakhan and + Ulyanovsk Oblasts, Russia, both of which will switch from +03 to +04 on + 2016-03-27 at 02:00 local time. They need distinct zones since their + post-1970 histories disagree. New zone Asia/Barnaul for Altai Krai and + Altai Republic, Russia, which will switch from +06 to +07 on the same date + and local time. The Astrakhan change is already official; the others have + passed the first reading in the State Duma and are extremely likely. + Also, Asia/Sakhalin moves from +10 to +11 on 2016-03-27 at 02:00. + - As a trial of a new system that needs less information to be made up, + the new zones use numeric time zone abbreviations like "+04" + instead of invented abbreviations like "ASTT". + - Haiti will not observe DST in 2016. + - Palestine's spring-forward transition on 2016-03-26 is at 01:00, not 00:00. + Guess future transitions will be March's last Saturday at 01:00, not March's + last Friday at 24:00. + * Tue Feb 02 2016 Patsy Franklin - 2016a-1 - Rebase to 2016a - America/Cayman will not observe daylight saving this year after all.