[gnome-continuous-yocto/gnomeostree-3.28-rocko: 107/218] tzdata: update to 2018c



commit d6bc9224d82749dc448cc9e5f9a4447ee239a4e0
Author: Armin Kuster <akuster808 gmail com>
Date:   Thu Jan 25 08:33:43 2018 -0800

    tzdata: update to 2018c
    
    The 2018c release of the tz code and data is available. It follows on the 2018a and 2018b releases, which 
were published but were not announced until now, due to problems discovered late in their release processes. 
2018a had a build-failure typo, and 2018a and 2018b both had problems with ICU and Java, downstream packages 
which do not support a feature (negative DST offsets) used in 2018a and 2018b. The typo has been fixed, and 
data changes using negative DST offsets have been reverted pending development of a mechanism to export data 
to platforms lacking support for such data.
    
      Briefly:
      São Tomé and Príncipe switched from +00 to +01.
      Brazil's DST will now start on November's first Sunday.
      Use Debian-style installation locations, instead of 4.3BSD-style.
      New zic option -t.
    
      Changes to past and future time stamps
    
        São Tomé and Príncipe switched from +00 to +01 on 2018-01-01 at
        01:00.  (Thanks to Steffen Thorsen and Michael Deckers.)
    
      Changes to future time stamps
    
        Starting in 2018 southern Brazil will begin DST on November's
        first Sunday instead of October's third Sunday. (Thanks to
        Steffen Thorsen.)
    
      Changes to past time stamps
    
        Japanese DST transitions (1948-1951) were Sundays at 00:00, not
        Saturdays or Sundays at 02:00.  (Thanks to Takayuki Nikai.)
    
        A discrepancy of 4 s in timestamps before 1931 in South Sudan has
        been corrected.  The 'backzone' and 'zone.tab' files did not agree
        with the 'africa' and 'zone1970.tab' files.  (Problem reported by
        Michael Deckers.)
    
        The abbreviation invented for Bolivia Summer Time (1931-2) is now
        BST instead of BOST, to be more consistent with the convention
        used for Latvian Summer Time (1918-9) and for British Summer Time.
    
      Changes to build procedure
    
        The default installation locations have been changed to mostly
        match Debian circa 2017, instead of being designed as an add-on to
        4.3BSD circa 1986.  This affects the Makefile macros TOPDIR,
        TZDIR, MANDIR, and LIBDIR.  New Makefile macros TZDEFAULT, USRDIR,
        USRSHAREDIR, BINDIR, ZDUMPDIR, and ZICDIR let installers tailor
        locations more precisely.  (This responds to suggestions from
        Brian Inglis and from Steve Summit.)
    
        The default installation procedure no longer creates the
        backward-compatibility link US/Pacific-New, which causes
        confusion during user setup (e.g., see Debian bug 815200).
        Use 'make BACKWARD="backward pacificnew"' to create the link
        anyway, for now.  Eventually we plan to remove the link entirely.
    
        tzdata.zi now contains a version-number comment.
        (Suggested by Tom Lane.)
    
        The Makefile now quotes values like BACKWARD more carefully when
        passing them to the shell.  (Problem reported by Zefram.)
    
        Builders no longer need to specify -DHAVE_SNPRINTF on platforms
        that have snprintf and use pre-C99 compilers. (Problem reported
        by Jon Skeet.)
    
        The build procedure now works around mawk 1.3.3's lack of support
        for character class expressions.  (Problem reported by Ohyama.)
    
    (From OE-Core rev: ee6e62f066f02b301d656d3d856c80eab02c356c)
    
    Signed-off-by: Armin Kuster <akuster808 gmail com>
    Signed-off-by: Richard Purdie <richard purdie linuxfoundation org>
    (cherry picked from commit 97927956a6629381b54973d01e16c5f039f5e5bb)
    Signed-off-by: Armin Kuster <akuster808 gmail com>
    Signed-off-by: Richard Purdie <richard purdie linuxfoundation org>

 .../tzdata/{tzdata_2017c.bb => tzdata_2018c.bb}    |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/meta/recipes-extended/tzdata/tzdata_2017c.bb b/meta/recipes-extended/tzdata/tzdata_2018c.bb
similarity index 98%
rename from meta/recipes-extended/tzdata/tzdata_2017c.bb
rename to meta/recipes-extended/tzdata/tzdata_2018c.bb
index 9e5b929..ff5ec1c 100644
--- a/meta/recipes-extended/tzdata/tzdata_2017c.bb
+++ b/meta/recipes-extended/tzdata/tzdata_2018c.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] = "1e751e7e08f8b68530674f04619d894d"
-SRC_URI[tzdata.sha256sum] = "d6543f92a929826318e2f44ff3a7611ce5f565a43e10250b42599d0ba4cbd90b"
+SRC_URI[tzdata.md5sum] = "c412b1531adef1be7a645ab734f86acc"
+SRC_URI[tzdata.sha256sum] = "2825c3e4b7ef520f24d393bcc02942f9762ffd3e7fc9b23850789ed8f22933f6"
 
 inherit allarch
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]