- Upstream 2007a
- Updates to Bahamas, they will be in sync with 2007 US DST change - New zone Australia/Eucla - Africa/Asmera renamed to Africa/Asmara, link created - Atlantic/Faeroe renamed to Atlantic/Faroe, link created - Packaging - Adding BuildRequires: glibc-common >= 2.5.90-7 to build tzdata with extended 64-bit format necessary for dates beyond 2037
This commit is contained in:
parent
1fc327f011
commit
a8ffe45ce8
@ -1,3 +1,3 @@
|
||||
tzcode2006p.tar.gz
|
||||
tzdata2006p.tar.gz
|
||||
tzcode2007a.tar.gz
|
||||
tzdata2007a.tar.gz
|
||||
tzdata-base-0.tar.bz2
|
||||
|
4
sources
4
sources
@ -1,3 +1,3 @@
|
||||
a1665dde14d48353563cd98cc196df4a tzcode2006p.tar.gz
|
||||
cbdf758536710f444de1467fdc19594f tzdata2006p.tar.gz
|
||||
9162d8d447eec31f60d0602edd17e123 tzcode2007a.tar.gz
|
||||
5ba3a8c3581a0ef962179fba1328f3cb tzdata2007a.tar.gz
|
||||
906a4c98cc5240f416524a256b039c42 tzdata-base-0.tar.bz2
|
||||
|
15
tzdata.spec
15
tzdata.spec
@ -1,6 +1,6 @@
|
||||
Summary: Timezone data
|
||||
Name: tzdata
|
||||
Version: 2006p
|
||||
Version: 2007a
|
||||
%define tzdata_version %{version}
|
||||
%define tzcode_version %{version}
|
||||
Release: 1%{?dist}
|
||||
@ -9,10 +9,11 @@ Group: System Environment/Base
|
||||
Source0: tzdata-base-0.tar.bz2
|
||||
Source1: ftp://elsie.nci.nih.gov/pub/tzdata%{tzdata_version}.tar.gz
|
||||
Source2: ftp://elsie.nci.nih.gov/pub/tzcode%{tzcode_version}.tar.gz
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
|
||||
BuildRequires: gawk, glibc, glibc-common, perl
|
||||
BuildRequires: glibc-common >= 2.5.90-7
|
||||
Conflicts: glibc-common <= 2.3.2-63
|
||||
BuildArchitectures: noarch
|
||||
Buildroot: %{_tmppath}/%{name}-root
|
||||
|
||||
%description
|
||||
This package contains data files with rules for various timezones around
|
||||
@ -52,6 +53,16 @@ rm -rf %{buildroot}
|
||||
%doc tzcode%{tzcode_version}/tz-link.html
|
||||
|
||||
%changelog
|
||||
* Thu Jan 18 2007 Petr Machata <pmachata@redhat.com> - 2007a-1
|
||||
- Upstream 2007a
|
||||
- Updates to Bahamas, they will be in sync with 2007 US DST change
|
||||
- New zone Australia/Eucla
|
||||
- Africa/Asmera renamed to Africa/Asmara, link created
|
||||
- Atlantic/Faeroe renamed to Atlantic/Faroe, link created
|
||||
- Packaging
|
||||
- Adding BuildRequires: glibc-common >= 2.5.90-7 to build tzdata
|
||||
with extended 64-bit format necessary for dates beyond 2037
|
||||
|
||||
* Wed Nov 29 2006 Petr Machata <pmachata@redhat.com> - 2006p-1
|
||||
- Upstream 2006p
|
||||
- Official version of Western Australia DST trial changes
|
||||
|
Loading…
Reference in New Issue
Block a user