Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] tzdata: update to 2020d.
@ 2020-10-23  9:20 ailiop-git
  2020-10-23 16:20 ` [PR PATCH] [Updated] " ailiop-git
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: ailiop-git @ 2020-10-23  9:20 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ailiop-git/void-packages tzdata
https://github.com/void-linux/void-packages/pull/25815

tzdata: update to 2020d.


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

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

From f887744b6b623e3bd7c2dcbee6f0b5cc0b9e0812 Mon Sep 17 00:00:00 2001
From: Anthony Iliopoulos <ailiop@altatus.com>
Date: Fri, 23 Oct 2020 10:50:27 +0200
Subject: [PATCH] tzdata: update to 2020d.

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

diff --git a/srcpkgs/tzdata/template b/srcpkgs/tzdata/template
index c540c304ff7..d89dce34d16 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,11 +10,11 @@ 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}

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

* Re: [PR PATCH] [Updated] tzdata: update to 2020d.
  2020-10-23  9:20 [PR PATCH] tzdata: update to 2020d ailiop-git
@ 2020-10-23 16:20 ` ailiop-git
  2020-10-25  4:00 ` [PR REVIEW] " fosslinux
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: ailiop-git @ 2020-10-23 16:20 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by ailiop-git against master on the void-packages repository

https://github.com/ailiop-git/void-packages tzdata
https://github.com/void-linux/void-packages/pull/25815

tzdata: update to 2020d.


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

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

From 12f2c2cd3ffd1c8690eef14982f48a5fd9c13a8c Mon Sep 17 00:00:00 2001
From: Anthony Iliopoulos <ailiop@altatus.com>
Date: Fri, 23 Oct 2020 18:19:30 +0200
Subject: [PATCH] tzdata: update to 2020d.

---
 srcpkgs/tzdata/template | 13 ++++---------
 1 file changed, 4 insertions(+), 9 deletions(-)

diff --git a/srcpkgs/tzdata/template b/srcpkgs/tzdata/template
index c540c304ff7..01122c1396f 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,11 @@ 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 -y ./yearistype -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] 5+ messages in thread

* Re: [PR REVIEW] tzdata: update to 2020d.
  2020-10-23  9:20 [PR PATCH] tzdata: update to 2020d ailiop-git
  2020-10-23 16:20 ` [PR PATCH] [Updated] " ailiop-git
@ 2020-10-25  4:00 ` fosslinux
  2020-10-28 16:52 ` leahneukirchen
  2020-10-28 16:52 ` [PR PATCH] [Closed]: " leahneukirchen
  3 siblings, 0 replies; 5+ messages in thread
From: fosslinux @ 2020-10-25  4:00 UTC (permalink / raw)
  To: ml

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

New review comment by fosslinux on void-packages repository

https://github.com/void-linux/void-packages/pull/25815#discussion_r511543696

Comment:
AFAICT this is no longer needed either if yearistype has been dropped?

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

* Re: tzdata: update to 2020d.
  2020-10-23  9:20 [PR PATCH] tzdata: update to 2020d ailiop-git
  2020-10-23 16:20 ` [PR PATCH] [Updated] " ailiop-git
  2020-10-25  4:00 ` [PR REVIEW] " fosslinux
@ 2020-10-28 16:52 ` leahneukirchen
  2020-10-28 16:52 ` [PR PATCH] [Closed]: " leahneukirchen
  3 siblings, 0 replies; 5+ messages in thread
From: leahneukirchen @ 2020-10-28 16:52 UTC (permalink / raw)
  To: ml

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

New comment by leahneukirchen on void-packages repository

https://github.com/void-linux/void-packages/pull/25815#issuecomment-718068180

Comment:
Obsoleted by #25941, which includes important fix.

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

* Re: [PR PATCH] [Closed]: tzdata: update to 2020d.
  2020-10-23  9:20 [PR PATCH] tzdata: update to 2020d ailiop-git
                   ` (2 preceding siblings ...)
  2020-10-28 16:52 ` leahneukirchen
@ 2020-10-28 16:52 ` leahneukirchen
  3 siblings, 0 replies; 5+ messages in thread
From: leahneukirchen @ 2020-10-28 16:52 UTC (permalink / raw)
  To: ml

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

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

tzdata: update to 2020d.
https://github.com/void-linux/void-packages/pull/25815

Description:


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

end of thread, other threads:[~2020-10-28 16:52 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-23  9:20 [PR PATCH] tzdata: update to 2020d ailiop-git
2020-10-23 16:20 ` [PR PATCH] [Updated] " ailiop-git
2020-10-25  4:00 ` [PR REVIEW] " fosslinux
2020-10-28 16:52 ` leahneukirchen
2020-10-28 16:52 ` [PR PATCH] [Closed]: " 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).