Resolves: #1231500
- rebase to tzdata-2015e - Morocco will suspend DST from 2015-06-14 03:00 through 2015-07-19 02:00, not 06-13 and 07-18 as we had guessed.
This commit is contained in:
parent
6869c9f56a
commit
147f8abfa1
2
.gitignore
vendored
2
.gitignore
vendored
@ -126,3 +126,5 @@ noarch/
|
||||
/tzdata2015c.tar.gz
|
||||
/tzcode2015d.tar.gz
|
||||
/tzdata2015d.tar.gz
|
||||
/tzcode2015e.tar.gz
|
||||
/tzdata2015e.tar.gz
|
||||
|
4
sources
4
sources
@ -1,4 +1,4 @@
|
||||
6a3392cd5f1594d13c12c1a836ac8d91 javazic.tar.gz
|
||||
cfc79fbbb17f21052d3dd7634ec70bea javazic-1.8-37392f2f5d59.tar.xz
|
||||
4008a3abc025a398697b2587c48258b9 tzcode2015d.tar.gz
|
||||
b595bdc4474b8fc1a15cffc67c66025b tzdata2015d.tar.gz
|
||||
fb62eb6daf3ddb8c41fd40be05ec657e tzcode2015e.tar.gz
|
||||
36f9056efb432ca945c73397acfce0d4 tzdata2015e.tar.gz
|
||||
|
18
tzdata.spec
18
tzdata.spec
@ -1,17 +1,15 @@
|
||||
Summary: Timezone data
|
||||
Name: tzdata
|
||||
Version: 2015d
|
||||
%define tzdata_version 2015d
|
||||
%define tzcode_version 2015d
|
||||
Release: 4%{?dist}
|
||||
Version: 2015e
|
||||
%define tzdata_version 2015e
|
||||
%define tzcode_version 2015e
|
||||
Release: 1%{?dist}
|
||||
License: Public Domain
|
||||
Group: System Environment/Base
|
||||
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
|
||||
# Add new patches here...
|
||||
Patch0: 0001-Morocco-Ramadan-suspension-now-Sunday-to-Sunday.patch
|
||||
Patch1: 0001-Morocco-Ramadan-suspension-commentary-update.patch
|
||||
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
BuildRequires: gawk, glibc, perl
|
||||
@ -42,8 +40,6 @@ This package contains timezone information for use by Java runtimes.
|
||||
%setup -q -c -a 1
|
||||
|
||||
# Add new patches here...
|
||||
%patch0 -p1
|
||||
%patch1 -p1
|
||||
|
||||
mkdir javazic
|
||||
tar zxf %{SOURCE3} -C javazic
|
||||
@ -125,6 +121,12 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_datadir}/javazi-1.8
|
||||
|
||||
%changelog
|
||||
* Fri Jun 19 2015 Patsy Franklin <pfrankli@redhat.com> - 2015e-1
|
||||
- Morocco will suspend DST from 2015-06-14 03:00 through 2015-07-19 02:00,
|
||||
not 06-13 and 07-18 as we had guessed.
|
||||
- Assume Cayman Islands will observe DST starting next year, using US rules.
|
||||
Although it isn't guaranteed, it is the most likely.
|
||||
|
||||
* Fri Jun 19 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2015d-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user