Resolves: #1827523
- Rebase to tzdata-2020a
- Morocco will spring forward on 2020-05-31 rather than
previously predicted 2020-05-24.
- Canada's Yukon region changed to year round UTC -07
effective 2020-03-08.
- America/Godthab was renamed to America/Nuuk.
This commit is contained in:
parent
3a177857cf
commit
136db6c50f
3 changed files with 16 additions and 6 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -174,3 +174,5 @@ noarch/
|
|||
/tzdata2019b.tar.gz
|
||||
/tzcode2019c.tar.gz
|
||||
/tzdata2019c.tar.gz
|
||||
/tzcode2020a.tar.gz
|
||||
/tzdata2020a.tar.gz
|
||||
|
|
|
|||
4
sources
4
sources
|
|
@ -1,4 +1,4 @@
|
|||
SHA512 (javazic.tar.gz) = c23a4a437a87d0792f23e98025520a11273fc3d12ef5dcf64af8332ed60ba9ce77eaadfd234cee92b3ca9dc08b9e4123e804745925d68ddbd0b2e1e9039e526b
|
||||
SHA512 (javazic-1.8-37392f2f5d59.tar.xz) = 2ba718dfeed53a3bd6b44e3dfe96338a609e482e4e6d942e2a7e622fc6c52606cb323ac3a59739c463e34f70fff217c0a61f5b3d3c4958eff2801b1504ee4204
|
||||
SHA512 (tzcode2019c.tar.gz) = 61ef36385f501c338c263081486de0d1fccd454b86f8777b0dbad4ea3f21bbde059d0a91c23e207b167ed013127d3db8b7528f0188814a8b44d1f946b19d9b8b
|
||||
SHA512 (tzdata2019c.tar.gz) = 2921cbb2fd44a6b8f7f2ed42c13fbae28195aa5c2eeefa70396bc97cdbaad679c6cc3c143da82cca5b0279065c02389e9af536904288c12886bf345baa8c6565
|
||||
SHA512 (tzcode2020a.tar.gz) = 5235d6590e844491df32375857f5f36ba0046f2d21a078375188dff79b125cf9b69136a0a431624de1ecfa9d53b62a232f0e6ee0b734294cec62b670e6265cb2
|
||||
SHA512 (tzdata2020a.tar.gz) = 2a2fc2e3ad8a6e4c574242296c847ad582c2c1d86add9c556e65c812d19b9528522e3c4dddb5239017091825d2acc5a2ccaf21dc41b900b6c300ef4264cc5a9d
|
||||
|
|
|
|||
16
tzdata.spec
16
tzdata.spec
|
|
@ -1,9 +1,9 @@
|
|||
Summary: Timezone data
|
||||
Name: tzdata
|
||||
Version: 2019c
|
||||
%define tzdata_version 2019c
|
||||
%define tzcode_version 2019c
|
||||
Release: 2%{?dist}
|
||||
Version: 2020a
|
||||
%define tzdata_version 2020a
|
||||
%define tzcode_version 2020a
|
||||
Release: 1%{?dist}
|
||||
License: Public Domain
|
||||
URL: https://www.iana.org/time-zones
|
||||
Source0: ftp://ftp.iana.org/tz/releases/tzdata%{tzdata_version}.tar.gz
|
||||
|
|
@ -134,6 +134,14 @@ install -p -m 644 tzdb.dat $RPM_BUILD_ROOT%{_datadir}/javazi-1.8/
|
|||
%{_datadir}/javazi-1.8
|
||||
|
||||
%changelog
|
||||
* Thu Apr 30 2020 Patsy Griffin <patsy@redhat.com> - 2020a-1
|
||||
- Rebase to tzdata-2020a
|
||||
- Morocco will spring forward on 2020-05-31 rather than
|
||||
previously predicted 2020-05-24.
|
||||
- Canada's Yukon region changed to year round UTC -07
|
||||
effective 2020-03-08.
|
||||
- America/Godthab was renamed to America/Nuuk.
|
||||
|
||||
* Fri Jan 17 2020 Patsy Griffin <patsy@redhat.com> - 2019c-2
|
||||
- Don't build the factory zone for tzdata-java.
|
||||
Patch provided by Severin Gehwolf <sgehwolf@redhat.com> (#1789468)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue