From 016cf8023a85f6942a3874935d0b92b9f5ee36d8 Mon Sep 17 00:00:00 2001 From: Petr Machata Date: Thu, 6 Apr 2006 12:15:34 +0000 Subject: [PATCH] Upstream 2006c. --- .cvsignore | 4 ++-- sources | 4 ++-- tzdata.spec | 22 +++++++++++++++++----- 3 files changed, 21 insertions(+), 9 deletions(-) diff --git a/.cvsignore b/.cvsignore index 59bdffb..df8d117 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1,3 +1,3 @@ +tzcode2006c.tar.gz +tzdata2006c.tar.gz tzdata-base-0.tar.bz2 -tz64code2006b.tar.gz -tzdata2006b.tar.gz diff --git a/sources b/sources index 3a9d642..c810a98 100644 --- a/sources +++ b/sources @@ -1,3 +1,3 @@ +2100d0b0c6f2ad320260290e5dc7e957 tzcode2006c.tar.gz +420d97a09c9750839afc2703f6b8276f tzdata2006c.tar.gz 906a4c98cc5240f416524a256b039c42 tzdata-base-0.tar.bz2 -37524ee1c072a51511a6c220f8faf95f tz64code2006b.tar.gz -244523d10f93f392d96da4ef11b6cdd7 tzdata2006b.tar.gz diff --git a/tzdata.spec b/tzdata.spec index fd48daf..5c50ee3 100644 --- a/tzdata.spec +++ b/tzdata.spec @@ -1,13 +1,12 @@ Summary: Timezone data Name: tzdata -Version: 2006b -Release: 2 +Version: 2006c +Release: 1 License: GPL Group: System Environment/Base Source0: tzdata-base-0.tar.bz2 Source1: ftp://elsie.nci.nih.gov/pub/tzdata%{version}.tar.gz -Source2: ftp://elsie.nci.nih.gov/pub/tz64code%{version}.tar.gz -Patch0: tzdata2006b-srilanka.patch +Source2: ftp://elsie.nci.nih.gov/pub/tzcode%{version}.tar.gz BuildRequires: gawk, glibc, glibc-common, perl Conflicts: glibc-common <= 2.3.2-63 BuildArchitectures: noarch @@ -27,7 +26,6 @@ sed -e 's|@objpfx@|'`pwd`'/obj/|' \ -e 's|@datadir@|%{_datadir}|' \ -e 's|@install_root@|%{buildroot}|' \ Makeconfig.in > Makeconfig -%patch0 -p1 %build make @@ -50,6 +48,20 @@ rm -rf %{buildroot} %doc tzcode%{version}/README tzcode%{version}/Theory tzcode%{version}/tz-link.html %changelog +* Thu Apr 6 2006 Petr Machata - 2006c-1 +- Upstream 2006c + - Time-related changes: + - dozens of historical and commentary changes + - Iran stopped observing DST + - Sri Lanka switches from UTC+6 to UTC+5:30 + - America/Thule and America/Edmonton will adopt new US rules, + starting 2007 + - Tunisia is adopting regular DST + - Code: + - asctime.c: Chages in format strings to silent gcc warnings + - removing K&R notation from function signatures + - few fixes across the code + * Thu Mar 16 2006 Petr Machata - 2006b-2 - Patch for Sri Lanka time zone change (#184514)