- Rebase to 2016a
  - America/Cayman will not observe daylight saving this year after all.
    Revert our guess that it would.
  - Asia/Chita switches from +0800 to +0900 on 2016-03-27 at 02:00.
  - Asia/Tehran now has DST predictions for the year 2038 and later,
    to be March 21 00:00 to September 21 00:00.  This is likely better
    than predicting no DST, albeit off by a day every now and then.
This commit is contained in:
Patsy Franklin 2016-02-02 23:38:48 -05:00
parent fc4de18116
commit b39580fcf4
3 changed files with 16 additions and 5 deletions

2
.gitignore vendored
View File

@ -132,3 +132,5 @@ noarch/
/tzdata2015f.tar.gz /tzdata2015f.tar.gz
/tzcode2015g.tar.gz /tzcode2015g.tar.gz
/tzdata2015g.tar.gz /tzdata2015g.tar.gz
/tzcode2016a.tar.gz
/tzdata2016a.tar.gz

View File

@ -1,4 +1,4 @@
6a3392cd5f1594d13c12c1a836ac8d91 javazic.tar.gz 6a3392cd5f1594d13c12c1a836ac8d91 javazic.tar.gz
cfc79fbbb17f21052d3dd7634ec70bea javazic-1.8-37392f2f5d59.tar.xz cfc79fbbb17f21052d3dd7634ec70bea javazic-1.8-37392f2f5d59.tar.xz
a2c47d908a6426f530efb1393cf1cd06 tzcode2015g.tar.gz f5e0299925631da7cf82d8ce1205111d tzcode2016a.tar.gz
8d46e8b225b9a04c75f5c39636435ad6 tzdata2015g.tar.gz 0d3123eb1b453ec0620822bd65be4c42 tzdata2016a.tar.gz

View File

@ -1,8 +1,8 @@
Summary: Timezone data Summary: Timezone data
Name: tzdata Name: tzdata
Version: 2015g Version: 2016a
%define tzdata_version 2015g %define tzdata_version 2016a
%define tzcode_version 2015g %define tzcode_version 2016a
Release: 1%{?dist} Release: 1%{?dist}
License: Public Domain License: Public Domain
Group: System Environment/Base Group: System Environment/Base
@ -121,6 +121,15 @@ rm -rf $RPM_BUILD_ROOT
%{_datadir}/javazi-1.8 %{_datadir}/javazi-1.8
%changelog %changelog
* Tue Feb 02 2016 Patsy Franklin <pfrankli@redhat.com> - 2016a-1
- Rebase to 2016a
- America/Cayman will not observe daylight saving this year after all.
Revert our guess that it would.
- Asia/Chita switches from +0800 to +0900 on 2016-03-27 at 02:00.
- Asia/Tehran now has DST predictions for the year 2038 and later,
to be March 21 00:00 to September 21 00:00. This is likely better
than predicting no DST, albeit off by a day every now and then.
* Mon Oct 05 2015 Patsy Franklin <pfrankli@redhat.com> - 2015g-1 * Mon Oct 05 2015 Patsy Franklin <pfrankli@redhat.com> - 2015g-1
- Rebase to 2015g - Rebase to 2015g
- Turkey's 2015 fall-back transition is scheduled for Nov. 8, not Oct. 25. - Turkey's 2015 fall-back transition is scheduled for Nov. 8, not Oct. 25.