Resolves: #1910176
Rebase to tzdata-2020f including changes for tzdata-2020e - tzdata-2020f fixes a bug in tzdata-2020e that caused an invalid zi file in rearguard format - Volgograd changes time zone from UTC+04 to UTC+03 on 2020-12-27. - Australia/Currie is identical to Australia/Hobart for all timestamps since 1970 and was therefore created by mistake, now moved to the "backward" file.
This commit is contained in:
parent
e3138a9a8b
commit
0ffd0de371
2
.gitignore
vendored
2
.gitignore
vendored
@ -180,3 +180,5 @@ noarch/
|
|||||||
/tzdata2020b.tar.gz
|
/tzdata2020b.tar.gz
|
||||||
/tzcode2020d.tar.gz
|
/tzcode2020d.tar.gz
|
||||||
/tzdata2020d.tar.gz
|
/tzdata2020d.tar.gz
|
||||||
|
/tzcode2020f.tar.gz
|
||||||
|
/tzdata2020f.tar.gz
|
||||||
|
4
sources
4
sources
@ -1,4 +1,4 @@
|
|||||||
SHA512 (javazic.tar.gz) = c23a4a437a87d0792f23e98025520a11273fc3d12ef5dcf64af8332ed60ba9ce77eaadfd234cee92b3ca9dc08b9e4123e804745925d68ddbd0b2e1e9039e526b
|
SHA512 (javazic.tar.gz) = c23a4a437a87d0792f23e98025520a11273fc3d12ef5dcf64af8332ed60ba9ce77eaadfd234cee92b3ca9dc08b9e4123e804745925d68ddbd0b2e1e9039e526b
|
||||||
SHA512 (javazic-1.8-37392f2f5d59.tar.xz) = 2ba718dfeed53a3bd6b44e3dfe96338a609e482e4e6d942e2a7e622fc6c52606cb323ac3a59739c463e34f70fff217c0a61f5b3d3c4958eff2801b1504ee4204
|
SHA512 (javazic-1.8-37392f2f5d59.tar.xz) = 2ba718dfeed53a3bd6b44e3dfe96338a609e482e4e6d942e2a7e622fc6c52606cb323ac3a59739c463e34f70fff217c0a61f5b3d3c4958eff2801b1504ee4204
|
||||||
SHA512 (tzcode2020d.tar.gz) = 315ce86574780d89482761298137b2871a21cb4391886abdc9f29c6cc09e8b8f6585f96d3f4dfef8d7b54e24720214f5c77144114ad58cc91aa5bbde350c0f9b
|
SHA512 (tzcode2020f.tar.gz) = 5f6bf1b508434842eb9dacacc744b5f3375c35b88e401ef372b5fde80ad2f523484fe52a6e99460e402230406ebf6a9261a97efde45a610f8e8085893d55c4ed
|
||||||
SHA512 (tzdata2020d.tar.gz) = 362e4569a666b0776614be3f63f1fe3d5ae259055e7051c9875f36023db9c52b0c5a10c19067114443a4cf2bf92475f8a0aebdf79bac836d967527fcdea4e9b6
|
SHA512 (tzdata2020f.tar.gz) = dd312def18c807452fda2e697514e2064c5f51ebdbedd0cfe6f231252c76ee5d4409f653b295ed5657b7d30b868690047fdb70a10942e69eaa40b77473e3f9ca
|
||||||
|
17
tzdata.spec
17
tzdata.spec
@ -1,9 +1,9 @@
|
|||||||
Summary: Timezone data
|
Summary: Timezone data
|
||||||
Name: tzdata
|
Name: tzdata
|
||||||
Version: 2020d
|
Version: 2020f
|
||||||
%define tzdata_version 2020d
|
%define tzdata_version 2020f
|
||||||
%define tzcode_version 2020d
|
%define tzcode_version 2020f
|
||||||
Release: 3%{?dist}
|
Release: 1%{?dist}
|
||||||
License: Public Domain
|
License: Public Domain
|
||||||
URL: https://www.iana.org/time-zones
|
URL: https://www.iana.org/time-zones
|
||||||
Source0: ftp://ftp.iana.org/tz/releases/tzdata%{tzdata_version}.tar.gz
|
Source0: ftp://ftp.iana.org/tz/releases/tzdata%{tzdata_version}.tar.gz
|
||||||
@ -150,6 +150,15 @@ install -p -m 644 tzdb.dat $RPM_BUILD_ROOT%{_datadir}/javazi-1.8/
|
|||||||
%{_datadir}/javazi-1.8
|
%{_datadir}/javazi-1.8
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Dec 30 2020 Patsy Griffin <patsy@redhat.com> - 2020f-1
|
||||||
|
- Rebase to tzdata-2020f including changes for tzdata-2020e
|
||||||
|
- tzdata-2020f fixes a bug in tzdata-2020e that caused an
|
||||||
|
invalid zi file in rearguard format
|
||||||
|
- Volgograd changes time zone from UTC+04 to UTC+03 on 2020-12-27.
|
||||||
|
- Australia/Currie is identical to Australia/Hobart for all
|
||||||
|
timestamps since 1970 and was therefore created by mistake,
|
||||||
|
now moved to the "backward" file.
|
||||||
|
|
||||||
* Wed Dec 16 2020 Patsy Griffin <patsy@redhat.com> - 2020d-3
|
* Wed Dec 16 2020 Patsy Griffin <patsy@redhat.com> - 2020d-3
|
||||||
- Add 0003-continue-to-ship-posixrules.patch to initialize
|
- Add 0003-continue-to-ship-posixrules.patch to initialize
|
||||||
POSIXRULES variable.
|
POSIXRULES variable.
|
||||||
|
Loading…
Reference in New Issue
Block a user