Merge tag 'changed/i8c/tzdata-2024a-1.el8' into i8

changed/i8/tzdata-2024a-1.el8.inferit
Alexey Lyubimov 10 months ago
commit c64714e545

4
.gitignore vendored

@ -1,4 +1,4 @@
SOURCES/javazic-1.8-37392f2f5d59.tar.xz
SOURCES/javazic.tar.gz
SOURCES/tzcode2023c.tar.gz
SOURCES/tzdata2023c.tar.gz
SOURCES/tzcode2024a.tar.gz
SOURCES/tzdata2024a.tar.gz

@ -1,4 +1,4 @@
77292e1839952807567570118e01405b405af80c SOURCES/javazic-1.8-37392f2f5d59.tar.xz
ee8ad215161cd132e65e2be447b279457158b540 SOURCES/javazic.tar.gz
89c79224f532827836671ed9b5941a1496514cc1 SOURCES/tzcode2023c.tar.gz
c81ef1c556143917f73f989c4b6e9f006e2fbe16 SOURCES/tzdata2023c.tar.gz
96c682391618d0f053d70ccb98cd65d969d014cd SOURCES/tzcode2024a.tar.gz
310a281e4551e4e9a11db4f9ceea85a6529af4af SOURCES/tzdata2024a.tar.gz

@ -1,12 +0,0 @@
diff -Nrup a/Makefile b/Makefile
--- a/Makefile 2017-10-23 18:03:40.237177646 -0400
+++ b/Makefile 2017-10-23 18:06:20.060683518 -0400
@@ -292,7 +292,7 @@ GCC_DEBUG_FLAGS = -DGCC_LINT -g3 -O3 -fn
# January's first Monday when a "%V" format is used and January 1
# falls on a Friday, Saturday, or Sunday.
-CFLAGS=
+CFLAGS= -DHAVE_SNPRINTF=1
# Linker flags. Default to $(LFLAGS) for backwards compatibility
# to release 2012h and earlier.

@ -0,0 +1,12 @@
diff -Nrup a/Makefile b/Makefile
--- a/Makefile 2024-01-01 17:57:30.112884304 -0500
+++ b/Makefile 2024-01-01 17:59:33.641497622 -0500
@@ -423,6 +423,7 @@ GCC_DEBUG_FLAGS = -DGCC_LINT -g3 -O3 -fn
# Uncomment the following line and edit its contents as needed.
#CFLAGS= -O 1
+CFLAGS= -DHAVE_SNPRINTF=1
# The name of a POSIX-like library archiver, its flags, C compiler,
Binary files a/tzdata2023d-rearguard.tar.gz and b/tzdata2023d-rearguard.tar.gz differ

@ -1,8 +1,8 @@
Summary: Timezone data
Name: tzdata
Version: 2023c
%define tzdata_version 2023c
%define tzcode_version 2023c
Version: 2024a
%define tzdata_version 2024a
%define tzcode_version 2024a
Release: 1%{?dist}.inferit
License: Public Domain
Group: System Environment/Base
@ -10,11 +10,11 @@ URL: https://www.iana.org/time-zones
Source0: ftp://ftp.iana.org/tz/releases/tzdata%{tzdata_version}.tar.gz
Source1: ftp://ftp.iana.org/tz/releases/tzcode%{tzcode_version}.tar.gz
Patch002: 0002-Fix-have-snprintf-error.patch
Patch002: 0002-Fix-have-snprintf.patch
Patch003: 0003-continue-to-ship-posixrules.patch
BuildRequires: gawk, glibc, perl-interpreter
BuildRequires: java-devel
BuildRequires: java-1.8.0-openjdk-devel
BuildRequires: glibc-common >= 2.5.90-7
Conflicts: glibc-common <= 2.3.2-63
BuildArchitectures: noarch
@ -154,10 +154,29 @@ echo ============END TESTING===========
%{_datadir}/javazi-1.8
%changelog
* Tue Mar 19 2024 Alexey Lyubimov <a.lyubimov@msvsphere-os.ru> - 2024a-1.inferit
- Update to 2024a-1
* Thu Feb 01 2024 Patsy Griffin <patsy@redhat.com> - 2024a-1
- Rebase to tzdata-2024a
- Kazakhstan will transition from UTC+6 to UTC+5 on 2024-03-01.
- Palestine will spring forward a week later than previously
predicted.
* Mon Jan 01 2024 Patsy Griffin <patsy@redhat.com> - 2023d-1
- Rebase to tzdata-2023d
- Include time zone changes for Ittoqqortoormiit, Greenland
and Vostok, Antarctica.
- Update the expiration date for the leap-seconds.list file.
No new leap seconds were added.
* Mon Dec 18 2023 Sergey Cherevko <s.cherevko@msvsphere-os.ru> - 2023c-1.inferit
- Update to 2023c-1
- Rebuilt for MSVSphere 8.9
* Mon Aug 21 2023 Patsy Griffin <patsy@redhat.com> - 2023c-2
- Bump release to test recent process changes. (RHEL-1326)
* Thu Aug 03 2023 Sergey Cherevko <s.cherevko@msvsphere.ru> - 2022g-2.inferit
- Fixed Simferopol country (patch from Eugene Zamriy was applied)
- Rebuilt for MSVSphere 8.8

Loading…
Cancel
Save