Resolves: #1302497
- 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:
parent
fc4de18116
commit
b39580fcf4
2
.gitignore
vendored
2
.gitignore
vendored
@ -132,3 +132,5 @@ noarch/
|
||||
/tzdata2015f.tar.gz
|
||||
/tzcode2015g.tar.gz
|
||||
/tzdata2015g.tar.gz
|
||||
/tzcode2016a.tar.gz
|
||||
/tzdata2016a.tar.gz
|
||||
|
4
sources
4
sources
@ -1,4 +1,4 @@
|
||||
6a3392cd5f1594d13c12c1a836ac8d91 javazic.tar.gz
|
||||
cfc79fbbb17f21052d3dd7634ec70bea javazic-1.8-37392f2f5d59.tar.xz
|
||||
a2c47d908a6426f530efb1393cf1cd06 tzcode2015g.tar.gz
|
||||
8d46e8b225b9a04c75f5c39636435ad6 tzdata2015g.tar.gz
|
||||
f5e0299925631da7cf82d8ce1205111d tzcode2016a.tar.gz
|
||||
0d3123eb1b453ec0620822bd65be4c42 tzdata2016a.tar.gz
|
||||
|
15
tzdata.spec
15
tzdata.spec
@ -1,8 +1,8 @@
|
||||
Summary: Timezone data
|
||||
Name: tzdata
|
||||
Version: 2015g
|
||||
%define tzdata_version 2015g
|
||||
%define tzcode_version 2015g
|
||||
Version: 2016a
|
||||
%define tzdata_version 2016a
|
||||
%define tzcode_version 2016a
|
||||
Release: 1%{?dist}
|
||||
License: Public Domain
|
||||
Group: System Environment/Base
|
||||
@ -121,6 +121,15 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_datadir}/javazi-1.8
|
||||
|
||||
%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
|
||||
- Rebase to 2015g
|
||||
- Turkey's 2015 fall-back transition is scheduled for Nov. 8, not Oct. 25.
|
||||
|
Loading…
Reference in New Issue
Block a user