Compare commits
7 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f50de4a678 | ||
|
|
246ff81f6a | ||
|
|
dc59fe8335 | ||
|
|
ea6aa6df57 | ||
|
|
3eab70d27e | ||
|
|
c7ce2572d4 | ||
|
|
e2ec01b719 |
4 changed files with 112 additions and 8 deletions
14
.gitignore
vendored
14
.gitignore
vendored
|
|
@ -176,3 +176,17 @@ noarch/
|
|||
/tzdata2019c.tar.gz
|
||||
/tzcode2020a.tar.gz
|
||||
/tzdata2020a.tar.gz
|
||||
/tzcode2020b.tar.gz
|
||||
/tzdata2020b.tar.gz
|
||||
/tzcode2020d.tar.gz
|
||||
/tzdata2020d.tar.gz
|
||||
/tzcode2020f.tar.gz
|
||||
/tzdata2020f.tar.gz
|
||||
/tzcode2021a.tar.gz
|
||||
/tzdata2021a.tar.gz
|
||||
/tzcode2021b.tar.gz
|
||||
/tzdata2021b.tar.gz
|
||||
/tzcode2021c.tar.gz
|
||||
/tzdata2021c.tar.gz
|
||||
/tzdata2021e.tar.gz
|
||||
/tzcode2021e.tar.gz
|
||||
|
|
|
|||
29
0001-Fix-Jan-Mayen-typo.patch
Normal file
29
0001-Fix-Jan-Mayen-typo.patch
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
From 2a7c7c5873ff0eb725e8eafad04f6af6ada66dc6 Mon Sep 17 00:00:00 2001
|
||||
From: Paul Eggert <eggert@cs.ucla.edu>
|
||||
Date: Sat, 25 Sep 2021 08:32:39 -0700
|
||||
Subject: [PROPOSED] Fix Jan Mayen typo
|
||||
|
||||
Fix typo in 2021-09-24 revert of most of the 2021-05-19
|
||||
alike-since-1970 patch. Problem reported by Chris Walton in:
|
||||
https://mm.icann.org/pipermail/tz/2021-September/030772.html
|
||||
* backward (Atlantic/Jan_Mayen): Link from Europe/Oslo,
|
||||
not Europe/Berlin.
|
||||
---
|
||||
backward | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git a/backward b/backward
|
||||
index 7c288e3..5412c46 100644
|
||||
--- a/backward
|
||||
+++ b/backward
|
||||
@@ -116,7 +116,7 @@ Link Asia/Makassar Asia/Ujung_Pandang
|
||||
Link Asia/Ulaanbaatar Asia/Ulan_Bator
|
||||
Link Asia/Bangkok Asia/Vientiane
|
||||
Link Atlantic/Faroe Atlantic/Faeroe
|
||||
-Link Europe/Berlin Atlantic/Jan_Mayen
|
||||
+Link Europe/Oslo Atlantic/Jan_Mayen
|
||||
Link Africa/Abidjan Atlantic/St_Helena
|
||||
Link Australia/Sydney Australia/ACT
|
||||
Link Australia/Sydney Australia/Canberra
|
||||
--
|
||||
2.30.2
|
||||
4
sources
4
sources
|
|
@ -1,4 +1,4 @@
|
|||
SHA512 (javazic.tar.gz) = c23a4a437a87d0792f23e98025520a11273fc3d12ef5dcf64af8332ed60ba9ce77eaadfd234cee92b3ca9dc08b9e4123e804745925d68ddbd0b2e1e9039e526b
|
||||
SHA512 (javazic-1.8-37392f2f5d59.tar.xz) = 2ba718dfeed53a3bd6b44e3dfe96338a609e482e4e6d942e2a7e622fc6c52606cb323ac3a59739c463e34f70fff217c0a61f5b3d3c4958eff2801b1504ee4204
|
||||
SHA512 (tzcode2020a.tar.gz) = 5235d6590e844491df32375857f5f36ba0046f2d21a078375188dff79b125cf9b69136a0a431624de1ecfa9d53b62a232f0e6ee0b734294cec62b670e6265cb2
|
||||
SHA512 (tzdata2020a.tar.gz) = 2a2fc2e3ad8a6e4c574242296c847ad582c2c1d86add9c556e65c812d19b9528522e3c4dddb5239017091825d2acc5a2ccaf21dc41b900b6c300ef4264cc5a9d
|
||||
SHA512 (tzdata2021e.tar.gz) = c1e8d04e049157ed5d4af0868855bbd75517e3d7e1db9c41d5283ff260109de46b6fac6be94828201d093e163d868044ac2a9db2bf0aeab800e264d0c73a9119
|
||||
SHA512 (tzcode2021e.tar.gz) = 87b0335129ea41c5f42f687f548712e5da892baa8494cecf5d34851beceecf6ae52f22104696ed187713cf9e502570eb2041e277dfd3c043c11d0253bfde685a
|
||||
|
|
|
|||
73
tzdata.spec
73
tzdata.spec
|
|
@ -1,9 +1,9 @@
|
|||
Summary: Timezone data
|
||||
Name: tzdata
|
||||
Version: 2020a
|
||||
%define tzdata_version 2020a
|
||||
%define tzcode_version 2020a
|
||||
Release: 4%{?dist}
|
||||
Version: 2021e
|
||||
%define tzdata_version 2021e
|
||||
%define tzcode_version 2021e
|
||||
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
|
||||
|
|
@ -78,7 +78,7 @@ echo "%{name}%{tzdata_version}" >> VERSION
|
|||
make tzdata.zi
|
||||
|
||||
FILES="africa antarctica asia australasia europe northamerica southamerica
|
||||
pacificnew etcetera backward factory"
|
||||
etcetera backward factory"
|
||||
|
||||
mkdir zoneinfo/{,posix,right}
|
||||
zic -y ./yearistype -d zoneinfo -L /dev/null -p America/New_York $FILES
|
||||
|
|
@ -90,7 +90,7 @@ zic -y ./yearistype -d zoneinfo/right -L leapseconds $FILES
|
|||
# tzdata-2018g introduced 25:00 which breaks java - use the rearguard files for java
|
||||
JAVA_FILES="rearguard/africa rearguard/antarctica rearguard/asia \
|
||||
rearguard/australasia rearguard/europe rearguard/northamerica \
|
||||
rearguard/southamerica rearguard/pacificnew rearguard/etcetera \
|
||||
rearguard/southamerica rearguard/etcetera \
|
||||
rearguard/backward"
|
||||
|
||||
# Java 6/7 tzdata
|
||||
|
|
@ -134,6 +134,67 @@ install -p -m 644 tzdb.dat $RPM_BUILD_ROOT%{_datadir}/javazi-1.8/
|
|||
%{_datadir}/javazi-1.8
|
||||
|
||||
%changelog
|
||||
* Tue Oct 26 2021 Patsy Griffin <patsy@redhat.com> - 2021e-1
|
||||
- Rebase to tzdata-2021e - supersedes tzdata-2021d
|
||||
- Pacific/Fiji suspended DST for the 2021/2022 season.
|
||||
- 'zic -r' now marks unspecified timestamps with "-00".
|
||||
- Palestine will fall back 2021-10-29 at 01:00, rather
|
||||
than the predicted 2021-10-30.
|
||||
|
||||
* Thu Oct 07 2021 Patsy Griffin <patsy@redhat.com> - 2021c-1
|
||||
- Rebase to tzdata-2021c
|
||||
- Revert most 2021b changes to the 'backward' file.
|
||||
- Fix 'zic -b fat' bug in pre-1970 32-bit data reported in tzdata-2021b.
|
||||
- Fix two Link line typos from tzdata-2021b.
|
||||
- Distribute the new SECURITY file.
|
||||
|
||||
* Sat Sep 25 2021 Patsy Griffin <patsy@redhat.com> - 2021b-1
|
||||
- Rebase to tzdata-2021b
|
||||
- Jordan now starts DST on February's last Thursday.
|
||||
- Samoa no longer observes DST.
|
||||
- Merge more location-based Zones whose timestamps agree since 1970.
|
||||
- Move some backward-compatibility links to 'backward'.
|
||||
- Rename Pacific/Enderbury to Pacific/Kanton.
|
||||
- Correct many pre-1993 transitions in Malawi, Portugal, etc.
|
||||
- zic now creates each output file or link atomically.
|
||||
- zic -L no longer omits the POSIX TZ string in its output.
|
||||
- zic fixes for truncation and leap second table expiration.
|
||||
- zic now follows POSIX for TZ strings using all-year DST.
|
||||
- Fix some localtime crashes and bugs in obscure cases.
|
||||
- zdump -v now outputs more-useful boundary cases.
|
||||
- tzfile.5 better matches a draft successor to RFC 8536.
|
||||
|
||||
* 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
|
||||
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.
|
||||
|
||||
* Fri Oct 23 2020 Patsy Griffin <patsy@redhat.com> - 2020d-1
|
||||
- Rebase to tzdata-2020d including changes from tzdata-2020c
|
||||
- Palestine will end summer time on 2020-10-24 rather than the
|
||||
predicted 2020-10-31.
|
||||
- Fiji starts DST later than usual, on 2020-12-20.
|
||||
- Rearguard now provides an empty file pacificnew to support
|
||||
downstream software that expects it.
|
||||
|
||||
* Wed Oct 14 2020 Patsy Griffin <patsy@redhat.com> - 2020b-1
|
||||
- Rebase to tzdata-2020b
|
||||
- Yukon timezones represented by America/Whitehorse and
|
||||
America/Dawson will change time zone rules from -08/-07 to
|
||||
permanent -07 on 2020-11-01, not on 2020-03-08 as 2020a had it.
|
||||
- The most recent winter(+08)/summer(+11) transition for Casey Station,
|
||||
Antarctica was 2020-10-04 00:01.
|
||||
- Remove obsolete files pacificnew, systemv, and yearistype.sh
|
||||
from the distribution.
|
||||
|
||||
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2020a-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue