From 5ebf7fde4a24ba25fb543096aa5dcd2f4275bc43 Mon Sep 17 00:00:00 2001 From: Patsy Franklin Date: Jun 19 2015 13:02:33 +0000 Subject: Resolves: #1231500 - 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. --- diff --git a/.gitignore b/.gitignore index d6245b3..165f024 100644 --- a/.gitignore +++ b/.gitignore @@ -121,3 +121,5 @@ noarch/ /tzcode2015c.tar.gz /tzcode2015d.tar.gz /tzdata2015d.tar.gz +/tzcode2015e.tar.gz +/tzdata2015e.tar.gz diff --git a/sources b/sources index c625d1d..846e9f2 100644 --- a/sources +++ b/sources @@ -1,3 +1,3 @@ 6a3392cd5f1594d13c12c1a836ac8d91 javazic.tar.gz -4008a3abc025a398697b2587c48258b9 tzcode2015d.tar.gz -b595bdc4474b8fc1a15cffc67c66025b tzdata2015d.tar.gz +fb62eb6daf3ddb8c41fd40be05ec657e tzcode2015e.tar.gz +36f9056efb432ca945c73397acfce0d4 tzdata2015e.tar.gz diff --git a/tzdata.spec b/tzdata.spec index 69ffa57..703dd3b 100644 --- a/tzdata.spec +++ b/tzdata.spec @@ -1,17 +1,15 @@ Summary: Timezone data Name: tzdata -Version: 2015d -%define tzdata_version 2015d -%define tzcode_version 2015d -Release: 3%{?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 @@ -41,8 +39,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 @@ -106,6 +102,12 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/javazi %changelog +* Thu Jun 18 2015 Patsy Franklin - 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 12 2015 Patsy Franklin - 2015d-3 - 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.