All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] tzcode: update to 2014d
@ 2015-04-24 21:38 Armin Kuster
  2015-04-24 21:38 ` [PATCH 2/2] tzdata: update to 2015d Armin Kuster
  2015-04-27 10:42 ` [PATCH 1/2] tzcode: update to 2014d Paul Eggleton
  0 siblings, 2 replies; 3+ messages in thread
From: Armin Kuster @ 2015-04-24 21:38 UTC (permalink / raw)
  To: openembedded-core

Changes affecting code

    zic has some minor performance improvements.

Signed-off-by: Armin Kuster <akuster808@gmail.com>
---
 meta/recipes-extended/tzcode/tzcode-native_2015c.bb | 11 -----------
 meta/recipes-extended/tzcode/tzcode-native_2015d.bb | 11 +++++++++++
 2 files changed, 11 insertions(+), 11 deletions(-)
 delete mode 100644 meta/recipes-extended/tzcode/tzcode-native_2015c.bb
 create mode 100644 meta/recipes-extended/tzcode/tzcode-native_2015d.bb

diff --git a/meta/recipes-extended/tzcode/tzcode-native_2015c.bb b/meta/recipes-extended/tzcode/tzcode-native_2015c.bb
deleted file mode 100644
index 02cb9bc..0000000
--- a/meta/recipes-extended/tzcode/tzcode-native_2015c.bb
+++ /dev/null
@@ -1,11 +0,0 @@
-# note that we allow for us to use data later than our code version
-#
-SRC_URI =" ftp://ftp.iana.org/tz/releases/tzcode${PV}.tar.gz;name=tzcode \
-           ftp://ftp.iana.org/tz/releases/tzdata2015c.tar.gz;name=tzdata"
-
-SRC_URI[tzcode.md5sum] = "182c85e99be2bcc6b77d9956c8c0dcce"
-SRC_URI[tzcode.sha256sum] = "7feeb1a60dff8b179c884f6e3aa7684606f4eaeb7f7ecc61a6bb81e3e38af42e"
-SRC_URI[tzdata.md5sum] = "4b4a3e344786198c46909e5afde08788"
-SRC_URI[tzdata.sha256sum] = "860fac5f5f57f7a2dfc1ba682dbd1f5c0f0b597f761571277b6ed6561e22365a"
-
-require tzcode-native.inc
diff --git a/meta/recipes-extended/tzcode/tzcode-native_2015d.bb b/meta/recipes-extended/tzcode/tzcode-native_2015d.bb
new file mode 100644
index 0000000..44a9f03
--- /dev/null
+++ b/meta/recipes-extended/tzcode/tzcode-native_2015d.bb
@@ -0,0 +1,11 @@
+# note that we allow for us to use data later than our code version
+#
+SRC_URI =" ftp://ftp.iana.org/tz/releases/tzcode${PV}.tar.gz;name=tzcode \
+           ftp://ftp.iana.org/tz/releases/tzdata2015d.tar.gz;name=tzdata"
+
+SRC_URI[tzcode.md5sum] = "4008a3abc025a398697b2587c48258b9"
+SRC_URI[tzcode.sha256sum] = "221af54ec5c42eaf0101159ffe1256a883d1c14c46228d42774c656a56317128"
+SRC_URI[tzdata.md5sum] = "b595bdc4474b8fc1a15cffc67c66025b"
+SRC_URI[tzdata.sha256sum] = "8b9f5008277f09e251e97dba7813f56168d691115bda90ade4638d72f296d531"
+
+require tzcode-native.inc
-- 
2.3.5



^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [PATCH 2/2] tzdata: update to 2015d
  2015-04-24 21:38 [PATCH 1/2] tzcode: update to 2014d Armin Kuster
@ 2015-04-24 21:38 ` Armin Kuster
  2015-04-27 10:42 ` [PATCH 1/2] tzcode: update to 2014d Paul Eggleton
  1 sibling, 0 replies; 3+ messages in thread
From: Armin Kuster @ 2015-04-24 21:38 UTC (permalink / raw)
  To: openembedded-core

Changes affecting future time stamps

Egypt will not observe DST in 2015 and will consider canceling it
permanently.  For now, assume no DST indefinitely.
(Thanks to Ahmed Nazmy and Tim Parenti.)

Changes affecting past time stamps
America/Whitehorse switched from UTC-9 to UTC-8 on 1967-05-28, not
1966-07-01.  Also, Yukon's time zone history is documented better.
(Thanks to Brian Inglis and Dennis Ferguson.)

Change affecting past and future time zone abbreviations
The abbreviations for Hawaii-Aleutian standard and daylight times
have been changed from HAST/HADT to HST/HDT, as per US Government
Printing Office style.  This affects only America/Adak since 1983,
as America/Honolulu was already using the new style.

Signed-off-by: Armin Kuster <akuster808@gmail.com>
---
 meta/recipes-extended/tzdata/tzdata_2015c.bb | 6 ------
 meta/recipes-extended/tzdata/tzdata_2015d.bb | 6 ++++++
 2 files changed, 6 insertions(+), 6 deletions(-)
 delete mode 100644 meta/recipes-extended/tzdata/tzdata_2015c.bb
 create mode 100644 meta/recipes-extended/tzdata/tzdata_2015d.bb

diff --git a/meta/recipes-extended/tzdata/tzdata_2015c.bb b/meta/recipes-extended/tzdata/tzdata_2015c.bb
deleted file mode 100644
index 9e20f91..0000000
--- a/meta/recipes-extended/tzdata/tzdata_2015c.bb
+++ /dev/null
@@ -1,6 +0,0 @@
-SRC_URI = "ftp://ftp.iana.org/tz/releases/tzdata${PV}.tar.gz;name=tzdata"
-
-SRC_URI[tzdata.md5sum] = "4b4a3e344786198c46909e5afde08788"
-SRC_URI[tzdata.sha256sum] = "860fac5f5f57f7a2dfc1ba682dbd1f5c0f0b597f761571277b6ed6561e22365a"
-
-require tzdata.inc
diff --git a/meta/recipes-extended/tzdata/tzdata_2015d.bb b/meta/recipes-extended/tzdata/tzdata_2015d.bb
new file mode 100644
index 0000000..d8e5f24
--- /dev/null
+++ b/meta/recipes-extended/tzdata/tzdata_2015d.bb
@@ -0,0 +1,6 @@
+SRC_URI = "ftp://ftp.iana.org/tz/releases/tzdata${PV}.tar.gz;name=tzdata"
+
+SRC_URI[tzdata.md5sum] = "b595bdc4474b8fc1a15cffc67c66025b"
+SRC_URI[tzdata.sha256sum] = "8b9f5008277f09e251e97dba7813f56168d691115bda90ade4638d72f296d531"
+
+require tzdata.inc
-- 
2.3.5



^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH 1/2] tzcode: update to 2014d
  2015-04-24 21:38 [PATCH 1/2] tzcode: update to 2014d Armin Kuster
  2015-04-24 21:38 ` [PATCH 2/2] tzdata: update to 2015d Armin Kuster
@ 2015-04-27 10:42 ` Paul Eggleton
  1 sibling, 0 replies; 3+ messages in thread
From: Paul Eggleton @ 2015-04-27 10:42 UTC (permalink / raw)
  To: openembedded-core

On Friday 24 April 2015 14:38:38 Armin Kuster wrote:
> Changes affecting code
> 
>     zic has some minor performance improvements.
> 
> Signed-off-by: Armin Kuster <akuster808@gmail.com>
> ---
>  meta/recipes-extended/tzcode/tzcode-native_2015c.bb | 11 -----------
>  meta/recipes-extended/tzcode/tzcode-native_2015d.bb | 11 +++++++++++

Typo in shortlog (2014->2015).

Cheers,
Paul

-- 

Paul Eggleton
Intel Open Source Technology Centre


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-04-27 10:42 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-04-24 21:38 [PATCH 1/2] tzcode: update to 2014d Armin Kuster
2015-04-24 21:38 ` [PATCH 2/2] tzdata: update to 2015d Armin Kuster
2015-04-27 10:42 ` [PATCH 1/2] tzcode: update to 2014d Paul Eggleton

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.