[oe-commits] [openembedded-core] 63/63: tzdata: update to 2017a

git at git.openembedded.org git at git.openembedded.org
Sat Mar 4 10:47:05 UTC 2017


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit fdf6b152d1e79d2e11d216e36077c355996d178a
Author: Armin Kuster <akuster at mvista.com>
AuthorDate: Tue Feb 28 19:48:31 2017 -0800

    tzdata: update to 2017a
    
     Briefly: Southern Chile moves from -04/-03 to -03, and Mongolia
      discontinues DST.
    
      Changes to future time stamps
    
        Mongolia no longer observes DST.  (Thanks to Ganbold Tsagaankhuu.)
    
        Chile's Region of Magallanes moves from -04/-03 to -03 year-round.
        Its clocks diverge from America/Santiago starting 2017-05-13 at
        23:00, hiving off a new zone America/Punta_Arenas.  Although the
        Chilean government says this change expires in May 2019, for now
        assume it's permanent.  (Thanks to Juan Correa and Deborah
        Goldsmith.)  This also affects Antarctica/Palmer.
    
      Changes to past time stamps
    
        Fix many entries for historical time stamps for Europe/Madrid
        before 1979, to agree with tables compiled by Pere Planesas of the
        National Astronomical Observatory of Spain.  As a side effect,
        this changes some time stamps for Africa/Ceuta before 1929, which
        are probably guesswork anyway.  (Thanks to Steve Allen and
        Pierpaolo Bernardi for the heads-ups, and to Michael Deckers for
        correcting the 1901 transition.)
    
        Ecuador observed DST from 1992-11-28 to 1993-02-05.
        (Thanks to Alois Treindl.)
    
        Asia/Atyrau and Asia/Oral were at +03 (not +04) before 1930-06-21.
        (Thanks to Stepan Golosunov.)
    
      Changes to past and future time zone abbreviations
    
        Switch to numeric time zone abbreviations for South America, as
        part of the ongoing project of removing invented abbreviations.
        This avoids the need to invent an abbreviation for the new Chilean
        new zone.  Similarly, switch from invented to numeric time zone
        abbreviations for Afghanistan, American Samoa, the Azores,
        Bangladesh, Bhutan, the British Indian Ocean Territory, Brunei,
        Cape Verde, Chatham Is, Christmas I, Cocos (Keeling) Is, Cook Is,
        Dubai, East Timor, Eucla, Fiji, French Polynesia, Greenland,
        Indochina, Iran, Iraq, Kiribati, Lord Howe, Macquarie, Malaysia,
        the Maldives, Marshall Is, Mauritius, Micronesia, Mongolia,
        Myanmar, Nauru, Nepal, New Caledonia, Niue, Norfolk I, Palau,
        Papua New Guinea, the Philippines, Pitcairn, Qatar, Réunion, St
        Pierre & Miquelon, Samoa, Saudi Arabia, Seychelles, Singapore,
        Solomon Is, Tokelau, Tuvalu, Wake, Vanuatu, Wallis & Futuna, and
        Xinjiang; for 20-minute daylight saving time in Ghana before 1943;
        for half-hour daylight saving time in Belize before 1944 and in
        the Dominican Republic before 1975; and for Canary Islands before
        1946, for Guinea-Bissau before 1975, for Iceland before 1969, for
        Indian Summer Time before 1942, for Indonesia before around 1964,
        for Kenya before 1960, for Liberia before 1973, for Madeira before
        1967, for Namibia before 1943, for the Netherlands in 1937-9, for
        Pakistan before 1971, for Western Sahara before 1977, and for
        Zaporozhye in 1880-1924.
    
        For Alaska time from 1900 through 1967, instead of "CAT" use the
        abbreviation "AST", the abbreviation commonly used at the time
        (Atlantic Standard Time had not been standardized yet).  Use "AWT"
        and "APT" instead of the invented abbreviations "CAWT" and "CAPT".
    
        Use "CST" and "CDT" instead of invented abbreviations for Macau
        before 1999 and Taiwan before 1938, and use "JST" instead of the
        invented abbreviation "JCST" for Japan and Korea before 1938.
    
      Change to database entry category
    
        Move the Pacific/Johnston link from 'australasia' to 'backward',
        since Johnston is now uninhabited.
    
    Signed-off-by: Armin Kuster <akuster at mvista.com>
    Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 meta/recipes-extended/tzdata/{tzdata_2016j.bb => tzdata_2017a.bb} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta/recipes-extended/tzdata/tzdata_2016j.bb b/meta/recipes-extended/tzdata/tzdata_2017a.bb
similarity index 98%
rename from meta/recipes-extended/tzdata/tzdata_2016j.bb
rename to meta/recipes-extended/tzdata/tzdata_2017a.bb
index 40b2ff6..1a37c27 100644
--- a/meta/recipes-extended/tzdata/tzdata_2016j.bb
+++ b/meta/recipes-extended/tzdata/tzdata_2017a.bb
@@ -9,8 +9,8 @@ DEPENDS = "tzcode-native"
 SRC_URI = "http://www.iana.org/time-zones/repository/releases/tzdata${PV}.tar.gz;name=tzdata"
 UPSTREAM_CHECK_URI = "http://www.iana.org/time-zones"
 
-SRC_URI[tzdata.md5sum] = "db361d005ac8b30a2d18c5ca38d3e8ab"
-SRC_URI[tzdata.sha256sum] = "f5ee4e0f115f6c2faee1c4b16193a97338cbd1b503f2cea6c5a768c82ff39dc8"
+SRC_URI[tzdata.md5sum] = "cb8274cd175f8a4d9d1b89895df876dc"
+SRC_URI[tzdata.sha256sum] = "df3a5c4d0a2cf0cde0b3f35796ccf6c9acfd598b8e70f8dece5404cd7626bbd6"
 
 inherit allarch
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list