Upstream 2012i

changed zones:
  share/zoneinfo/America/Havana
     Moved CST (UTC-5, std) from last Sun Oct 05:00 to 1st Sun Nov: 2012-2037
     Moved CST5CDT,M3.2.0/0,M10.5.0/1 to CST5CDT,M3.2.0/0,M11.1.0/1: after last transition
  share/zoneinfo/Cuba
     Moved CST (UTC-5, std) from last Sun Oct 05:00 to 1st Sun Nov: 2012-2037
     Moved CST5CDT,M3.2.0/0,M10.5.0/1 to CST5CDT,M3.2.0/0,M11.1.0/1: after last transition
This commit is contained in:
Petr Machata 2012-11-05 23:44:44 +01:00
parent 8bac75d575
commit bd538743d0
3 changed files with 12 additions and 6 deletions

2
.gitignore vendored
View File

@ -83,3 +83,5 @@ noarch/
/tzcode2012g.tar.gz
/tzdata2012h.tar.gz
/tzcode2012h.tar.gz
/tzdata2012i.tar.gz
/tzcode2012i.tar.gz

View File

@ -1,3 +1,3 @@
6a3392cd5f1594d13c12c1a836ac8d91 javazic.tar.gz
b937335e087fb85b7f8e3ce33e69184b tzdata2012h.tar.gz
44b3b6c3e50240ac44f16437040a7ba2 tzcode2012h.tar.gz
feea4fc19a4c55ff7550d90741e5da3f tzdata2012i.tar.gz
ec4a36d949d45c9cc017b106d8772ff8 tzcode2012i.tar.gz

View File

@ -1,9 +1,9 @@
Summary: Timezone data
Name: tzdata
Version: 2012h
%define tzdata_version 2012h
%define tzcode_version 2012h
Release: 2%{?dist}
Version: 2012i
%define tzdata_version 2012i
%define tzcode_version 2012i
Release: 1%{?dist}
License: Public Domain
Group: System Environment/Base
URL: https://www.iana.org/time-zones
@ -98,6 +98,10 @@ rm -rf $RPM_BUILD_ROOT
%{_datadir}/javazi
%changelog
* Mon Nov 5 2012 Petr Machata <pmachata@redhat.com> - 2012i-1
- Upstream 2012i
- Cuba switched to DST
* Mon Nov 5 2012 Petr Machata <pmachata@redhat.com> - 2012h-2
- Switch back to using system zic, ignore upstream Makefile at all.
We do so for java anyway.