Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] tzdata 2020d
@ 2020-10-28 16:51 leahneukirchen
  2020-11-05 22:36 ` [PR PATCH] [Merged]: " leahneukirchen
  0 siblings, 1 reply; 2+ messages in thread
From: leahneukirchen @ 2020-10-28 16:51 UTC (permalink / raw)
  To: ml

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

There is a new pull request by leahneukirchen against master on the void-packages repository

https://github.com/leahneukirchen/void-packages tz2020d
https://github.com/void-linux/void-packages/pull/25941

tzdata 2020d
Use the (as of 2020b non-default) `fat` option, else Go parses DST wrong.

A patch file from https://github.com/void-linux/void-packages/pull/25941.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-tz2020d-25941.patch --]
[-- Type: text/x-diff, Size: 2973 bytes --]

From 7f7b4575cd4f096201fde9e3d58c45730989b5b1 Mon Sep 17 00:00:00 2001
From: Leah Neukirchen <leah@vuxu.org>
Date: Wed, 28 Oct 2020 17:49:01 +0100
Subject: [PATCH 1/2] tzutils: update to 2020d.

---
 srcpkgs/tzutils/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/tzutils/template b/srcpkgs/tzutils/template
index 8ddf23c5b84..cd1d30fd253 100644
--- a/srcpkgs/tzutils/template
+++ b/srcpkgs/tzutils/template
@@ -1,6 +1,6 @@
 # Template file for 'tzutils'
 pkgname=tzutils
-version=2020a
+version=2020d
 revision=1
 wrksrc="tz-${version}"
 short_desc="Time zone and daylight-saving time utilities"
@@ -8,7 +8,7 @@ maintainer="Anthony Iliopoulos <ailiop@altatus.com>"
 license="Public Domain, BSD-3-Clause"
 homepage="https://www.iana.org/time-zones"
 distfiles="https://github.com/eggert/tz/archive/${version}.tar.gz"
-checksum=9d41f0789dfaa9f6793f25d483888e41871d40291e8369ee991496b49194b533
+checksum=6b9ec90e79593913f687e3af5d880eaa036bb0aafea9707682b0cbd00fadbb09
 
 do_build() {
 	make TZDIR=/usr/share/zoneinfo CC=$CC CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS"

From a009cbe504a00c962fa46887c5d67d4a66aebe8e Mon Sep 17 00:00:00 2001
From: Leah Neukirchen <leah@vuxu.org>
Date: Wed, 28 Oct 2020 17:49:04 +0100
Subject: [PATCH 2/2] tzdata: update to 2020d.

---
 srcpkgs/tzdata/template | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/srcpkgs/tzdata/template b/srcpkgs/tzdata/template
index c540c304ff7..0f324ff3fc8 100644
--- a/srcpkgs/tzdata/template
+++ b/srcpkgs/tzdata/template
@@ -1,7 +1,7 @@
 # Template file for 'tzdata'
 pkgname=tzdata
-version=2020a
-revision=2
+version=2020d
+revision=1
 wrksrc=tzdata
 create_wrksrc=yes
 hostmakedepends="tzutils"
@@ -10,16 +10,16 @@ maintainer="Enno Boland <gottox@voidlinux.org>"
 license="Public Domain"
 homepage="http://www.iana.org/time-zones"
 distfiles="http://www.iana.org/time-zones/repository/releases/tzdata${version}.tar.gz"
-checksum=547161eca24d344e0b5f96aff6a76b454da295dc14ed4ca50c2355043fb899a2
+checksum=8d813957de363387696f05af8a8889afa282ab5016a764c701a20758d39cbaf3
 
 do_install() {
 	local timezones="africa antarctica asia australasia europe northamerica \
-		southamerica pacificnew etcetera backward systemv factory"
+		southamerica etcetera backward factory"
 
-	zic -y ./yearistype -d ${DESTDIR}/usr/share/zoneinfo ${timezones}
-	zic -y ./yearistype -d ${DESTDIR}/usr/share/zoneinfo/posix ${timezones}
-	zic -y ./yearistype -d ${DESTDIR}/usr/share/zoneinfo/right -L leapseconds ${timezones}
+	zic -b fat -d ${DESTDIR}/usr/share/zoneinfo ${timezones}
+	zic -b fat -d ${DESTDIR}/usr/share/zoneinfo/posix ${timezones}
+	zic -b fat -d ${DESTDIR}/usr/share/zoneinfo/right -L leapseconds ${timezones}
 
-	zic -y ./yearistype -d ${DESTDIR}/usr/share/zoneinfo -p America/New_York
+	zic -b fat -d ${DESTDIR}/usr/share/zoneinfo -p America/New_York
 	install -m444 -t ${DESTDIR}/usr/share/zoneinfo iso3166.tab zone1970.tab zone.tab
 }

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

* Re: [PR PATCH] [Merged]: tzdata 2020d
  2020-10-28 16:51 [PR PATCH] tzdata 2020d leahneukirchen
@ 2020-11-05 22:36 ` leahneukirchen
  0 siblings, 0 replies; 2+ messages in thread
From: leahneukirchen @ 2020-11-05 22:36 UTC (permalink / raw)
  To: ml

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

There's a merged pull request on the void-packages repository

tzdata 2020d
https://github.com/void-linux/void-packages/pull/25941

Description:
Use the (as of 2020b non-default) `fat` option, else Go parses DST wrong.

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

end of thread, other threads:[~2020-11-05 22:36 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-28 16:51 [PR PATCH] tzdata 2020d leahneukirchen
2020-11-05 22:36 ` [PR PATCH] [Merged]: " leahneukirchen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).