All of lore.kernel.org
 help / color / mirror / Atom feed
* Re: [oe-commits] [openembedded-core] 13/13: tzdata: update to 2016i
       [not found] ` <20161206224747.129FE50158@opal.openembedded.org>
@ 2016-12-09 12:52   ` Martin Jansa
  0 siblings, 0 replies; only message in thread
From: Martin Jansa @ 2016-12-09 12:52 UTC (permalink / raw)
  To: openembedded-core, Armin Kuster; +Cc: openembedded-commits

[-- Attachment #1: Type: text/plain, Size: 4681 bytes --]

On Tue, Dec 06, 2016 at 10:47:55PM +0000, git@git.openembedded.org wrote:
> rpurdie pushed a commit to branch jethro
> in repository openembedded-core.
> 
> commit c6e18b6734108c233afc1a188bc58c0e5287c60d
> Author: Armin Kuster <akuster808@gmail.com>
> AuthorDate: Thu Nov 3 22:53:28 2016 -0700
> 
>     tzdata: update to 2016i

Hi,

now there is again inconsistency in tz* versions across release
branches.

Oldest jethro has newest (same as master) tzdata and tzcode (2016i)
and newer Yocto releases have older tz* krogoth (2016g) and morty (2016h).

>       Briefly: Cyprus split into two time zones on 2016-10-30, and Tonga
>       reintroduces DST on 2016-11-06.
>     
>       Changes to future time stamps
>     
>         Pacific/Tongatapu begins DST on 2016-11-06 at 02:00, ending on
>         2017-01-15 at 03:00.  Assume future observances in Tonga will be
>         from the first Sunday in November through the third Sunday in
>         January, like Fiji.  (Thanks to Pulu ʻAnau.)  Switch to numeric
>         time zone abbreviations for this zone.
>     
>       Changes to past and future time stamps
>     
>         Northern Cyprus is now +03 year round, causing a split in Cyprus
>         time zones starting 2016-10-30 at 04:00.  This creates a zone
>         Asia/Famagusta.  (Thanks to Even Scharning and Matt Johnson.)
>     
>         Antarctica/Casey switched from +08 to +11 on 2016-10-22.
>         (Thanks to Steffen Thorsen.)
>     
>       Changes to past time stamps
>     
>         Several corrections were made for pre-1975 time stamps in Italy.
>         These affect Europe/Malta, Europe/Rome, Europe/San_Marino, and
>         Europe/Vatican.
>     
>         First, the 1893-11-01 00:00 transition in Italy used the new UT
>         offset (+01), not the old (+00:49:56).  (Thanks to Michael
>         Deckers.)
>     
>         Second, rules for daylight saving in Italy were changed to agree
>         with Italy's National Institute of Metrological Research (INRiM)
>         except for 1944, as follows (thanks to Pierpaolo Bernardi, Brian
>         Inglis, and Michael Deckers):
>     
>           The 1916-06-03 transition was at 24:00, not 00:00.
>     
>           The 1916-10-01, 1919-10-05, and 1920-09-19 transitions were at
>           00:00, not 01:00.
>     
>           The 1917-09-30 and 1918-10-06 transitions were at 24:00, not
>           01:00.
>     
>           The 1944-09-17 transition was at 03:00, not 01:00.  This
>           particular change is taken from Italian law as INRiM's table,
>           (which says 02:00) appears to have a typo here.  Also, keep the
>           1944-04-03 transition for Europe/Rome, as Rome was controlled by
>           Germany then.
>     
>           The 1967-1970 and 1972-1974 fallback transitions were at 01:00,
>           not 00:00.
>     
>     (From OE-Core rev: daf95f7fd9f7ab65685d7b764d8e50df8d00d308)
>     
>     Signed-off-by: Armin Kuster <akuster808@gmail.com>
>     Signed-off-by: Ross Burton <ross.burton@intel.com>
>     Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
>     Signed-off-by: Armin Kuster <akuster808@gmail.com>
> ---
>  meta/recipes-extended/tzdata/{tzdata_2016h.bb => tzdata_2016i.bb} | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/meta/recipes-extended/tzdata/tzdata_2016h.bb b/meta/recipes-extended/tzdata/tzdata_2016i.bb
> similarity index 98%
> rename from meta/recipes-extended/tzdata/tzdata_2016h.bb
> rename to meta/recipes-extended/tzdata/tzdata_2016i.bb
> index cd720e6..298bc64 100644
> --- a/meta/recipes-extended/tzdata/tzdata_2016h.bb
> +++ b/meta/recipes-extended/tzdata/tzdata_2016i.bb
> @@ -8,8 +8,8 @@ DEPENDS = "tzcode-native"
>  
>  SRC_URI = "http://www.iana.org/time-zones/repository/releases/tzdata${PV}.tar.gz;name=tzdata"
>  
> -SRC_URI[tzdata.md5sum] = "878f0ec3fd9e4026ea11dd1b649a315a"
> -SRC_URI[tzdata.sha256sum] = "da1b74fc2dec2ce8b64948dafb0bfc2f923c830d421a7ae4d016226135697a64"
> +SRC_URI[tzdata.md5sum] = "73912ecfa6a9a8048ddf2e719d9bc39d"
> +SRC_URI[tzdata.sha256sum] = "b6966ec982ef64fe48cebec437096b4f57f4287519ed32dde59c86d3a1853845"
>  
>  inherit allarch
>  
> 
> -- 
> To stop receiving notification emails like this one, please contact
> the administrator of this repository.
> -- 
> _______________________________________________
> Openembedded-commits mailing list
> Openembedded-commits@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-commits

-- 
Martin 'JaMa' Jansa     jabber: Martin.Jansa@gmail.com

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 201 bytes --]

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2016-12-09 12:52 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <20161206224742.2426.34904@opal.openembedded.org>
     [not found] ` <20161206224747.129FE50158@opal.openembedded.org>
2016-12-09 12:52   ` [oe-commits] [openembedded-core] 13/13: tzdata: update to 2016i Martin Jansa

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.