Upstream 2006c.

This commit is contained in:
Petr Machata 2006-04-06 12:15:34 +00:00
parent 0cc7b0c652
commit 016cf8023a
3 changed files with 21 additions and 9 deletions

View File

@ -1,3 +1,3 @@
tzcode2006c.tar.gz
tzdata2006c.tar.gz
tzdata-base-0.tar.bz2
tz64code2006b.tar.gz
tzdata2006b.tar.gz

View File

@ -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

View File

@ -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 <pmachata@redhat.com> - 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 <pmachata@redhat.com> - 2006b-2
- Patch for Sri Lanka time zone change (#184514)