Merged update from upstream sources
This is an automated DistroBaker update from upstream sources. If you do not know what this is about or would like to opt out, contact the OSCI team. Source: https://src.fedoraproject.org/rpms/tzdata.git#b45a392bdc1f7acf0f766fe1ad3a34a01c0f691a
This commit is contained in:
parent
be53bdc000
commit
ffe3217211
2
.gitignore
vendored
2
.gitignore
vendored
@ -182,3 +182,5 @@ noarch/
|
||||
/tzdata2020d.tar.gz
|
||||
/tzcode2020f.tar.gz
|
||||
/tzdata2020f.tar.gz
|
||||
/tzcode2021a.tar.gz
|
||||
/tzdata2021a.tar.gz
|
||||
|
4
sources
4
sources
@ -1,4 +1,4 @@
|
||||
SHA512 (javazic.tar.gz) = c23a4a437a87d0792f23e98025520a11273fc3d12ef5dcf64af8332ed60ba9ce77eaadfd234cee92b3ca9dc08b9e4123e804745925d68ddbd0b2e1e9039e526b
|
||||
SHA512 (javazic-1.8-37392f2f5d59.tar.xz) = 2ba718dfeed53a3bd6b44e3dfe96338a609e482e4e6d942e2a7e622fc6c52606cb323ac3a59739c463e34f70fff217c0a61f5b3d3c4958eff2801b1504ee4204
|
||||
SHA512 (tzcode2020f.tar.gz) = 5f6bf1b508434842eb9dacacc744b5f3375c35b88e401ef372b5fde80ad2f523484fe52a6e99460e402230406ebf6a9261a97efde45a610f8e8085893d55c4ed
|
||||
SHA512 (tzdata2020f.tar.gz) = dd312def18c807452fda2e697514e2064c5f51ebdbedd0cfe6f231252c76ee5d4409f653b295ed5657b7d30b868690047fdb70a10942e69eaa40b77473e3f9ca
|
||||
SHA512 (tzcode2021a.tar.gz) = bf1d53bcbfecd3b09d57a9e6d3cb49b5dc5f8e1b6674b67e7f974e1a268c2aaf13ca89a7ef12f49d0665aff782bd72685e00c22a41ca88a028da0429f972fd45
|
||||
SHA512 (tzdata2021a.tar.gz) = 7cdd762ec90ce12a30fa36b1d66d1ea82d9fa21e514e2b9c7fcbe2541514ee0fadf30843ff352c65512fb270857b51d1517b45e1232b89c6f954ba9ff1833bb3
|
||||
|
11
tzdata.spec
11
tzdata.spec
@ -1,8 +1,8 @@
|
||||
Summary: Timezone data
|
||||
Name: tzdata
|
||||
Version: 2020f
|
||||
%define tzdata_version 2020f
|
||||
%define tzcode_version 2020f
|
||||
Version: 2021a
|
||||
%define tzdata_version 2021a
|
||||
%define tzcode_version 2021a
|
||||
Release: 1%{?dist}
|
||||
License: Public Domain
|
||||
URL: https://www.iana.org/time-zones
|
||||
@ -14,6 +14,7 @@ Patch002: 0002-Fix-have-snprintf-error.patch
|
||||
Patch003: 0003-continue-to-ship-posixrules.patch
|
||||
%endif
|
||||
|
||||
BuildRequires: make
|
||||
BuildRequires: gawk, glibc, perl-interpreter
|
||||
BuildRequires: java-devel
|
||||
BuildRequires: glibc-common >= 2.5.90-7
|
||||
@ -150,6 +151,10 @@ install -p -m 644 tzdb.dat $RPM_BUILD_ROOT%{_datadir}/javazi-1.8/
|
||||
%{_datadir}/javazi-1.8
|
||||
|
||||
%changelog
|
||||
* Mon Jan 25 2021 Patsy Griffin <patsy@redhat.com> - 2021a-1
|
||||
- Rebase to tzdata-2021a
|
||||
- South Sudan will change from +03 to +02 on 2021-02-01.
|
||||
|
||||
* 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
|
||||
|
Loading…
Reference in New Issue
Block a user