From 490804078c8c3c684baae17ae2c5e1ff3f02c5ee Mon Sep 17 00:00:00 2001 From: MSVSphere Packaging Team Date: Sun, 10 Dec 2023 23:19:51 +0300 Subject: [PATCH] import tzdata-2023b-1.el8 --- .gitignore | 4 ++-- .tzdata.metadata | 4 ++-- .../0003-continue-to-ship-posixrules.patch | 12 +++++------ SPECS/tzdata.spec | 20 ++++++++++++++----- 4 files changed, 25 insertions(+), 15 deletions(-) diff --git a/.gitignore b/.gitignore index a10c46c..3cf95ba 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,4 @@ SOURCES/javazic-1.8-37392f2f5d59.tar.xz SOURCES/javazic.tar.gz -SOURCES/tzcode2022g.tar.gz -SOURCES/tzdata2022g.tar.gz +SOURCES/tzcode2023b.tar.gz +SOURCES/tzdata2023b.tar.gz diff --git a/.tzdata.metadata b/.tzdata.metadata index 4b12d75..d1f32f4 100644 --- a/.tzdata.metadata +++ b/.tzdata.metadata @@ -1,4 +1,4 @@ 77292e1839952807567570118e01405b405af80c SOURCES/javazic-1.8-37392f2f5d59.tar.xz ee8ad215161cd132e65e2be447b279457158b540 SOURCES/javazic.tar.gz -ffcae61ec6a0b703deb7c5dba497577eae018cd5 SOURCES/tzcode2022g.tar.gz -f28562b04f3a26c4a01b295efce86a5d378ea9af SOURCES/tzdata2022g.tar.gz +fd371a860818159f18452de4e1a8fa91eac96c22 SOURCES/tzcode2023b.tar.gz +deacefc1bf364625d40a938d6c760aba306a02e9 SOURCES/tzdata2023b.tar.gz diff --git a/SOURCES/0003-continue-to-ship-posixrules.patch b/SOURCES/0003-continue-to-ship-posixrules.patch index 1755352..fa905d3 100644 --- a/SOURCES/0003-continue-to-ship-posixrules.patch +++ b/SOURCES/0003-continue-to-ship-posixrules.patch @@ -1,13 +1,13 @@ diff -Nrup a/Makefile b/Makefile ---- a/Makefile 2020-10-13 15:58:12.000000000 -0400 -+++ b/Makefile 2020-10-13 16:03:09.461302282 -0400 -@@ -60,7 +60,7 @@ LOCALTIME= GMT +--- a/Makefile 2023-03-22 17:41:49.069789592 -0400 ++++ b/Makefile 2023-03-22 17:44:07.528427093 -0400 +@@ -52,7 +52,7 @@ LOCALTIME= Factory # make zonenames # to get a list of the values you can use for POSIXRULES. -POSIXRULES= - -+POSIXRULES= America/New_York ++POSIXRULES= America/New_York # Also see TZDEFRULESTRING below, which takes effect only - # if the time zone files cannot be accessed. -Binary files a/tzdata2020b-rearguard.tar.gz and b/tzdata2020b-rearguard.tar.gz differ + # if POSIXRULES is '-' or if the template file cannot be accessed. +Binary files a/tzdata2023a-rearguard.tar.gz and b/tzdata2023a-rearguard.tar.gz differ diff --git a/SPECS/tzdata.spec b/SPECS/tzdata.spec index 1ea9fb9..d36c85c 100644 --- a/SPECS/tzdata.spec +++ b/SPECS/tzdata.spec @@ -1,9 +1,9 @@ Summary: Timezone data Name: tzdata -Version: 2022g -%define tzdata_version 2022g -%define tzcode_version 2022g -Release: 2%{?dist} +Version: 2023b +%define tzdata_version 2023b +%define tzcode_version 2023b +Release: 1%{?dist} License: Public Domain Group: System Environment/Base URL: https://www.iana.org/time-zones @@ -149,9 +149,19 @@ echo ============END TESTING=========== %{_datadir}/javazi-1.8 %changelog -* Wed Jul 26 2023 MSVSphere Packaging Team - 2022g-2 +* Wed Jul 26 2023 MSVSphere Packaging Team - 2023b-1 - Rebuilt for MSVSphere 8.8 +* Fri Mar 24 2023 Patsy Griffin - 2023b-1 +- Rebase to tzdata-2023b + - Lebanon will transition to DST on April 20/21, not March 25/26. + +* Wed Mar 22 2023 Patsy Griffin - 2023a-1 +- Rebase to tzdata-2023a + - Egypt reintroduced DST, from April through October. + - Morocco springs forward April 23, not April 30. + - Palestine delayed the start of DST this year. + * Fri Jan 6 2023 Patsy Griffin - 2022g-2 - Include leap-seconds.list in tzdata install. (#2154109)