Skip to content

Commit

Permalink
Updated p5-DateTime-TimeZone to 2.00.
Browse files Browse the repository at this point in the history
2.00    2016-06-07

- The fix in 1.99 broke the parsing of the etcetera zones, which are specified
  as 1 or 2 digit offsets in hours, unlike all other zones which are written
  as "1:00" or "-2:00".


1.99    2016-06-07

- When parsing the POSIX zones in the etcetera file, don't special case the
  ETC[+-]NN zones. These are weirdly named, as ETC+8 is 8 hours _behind_ UTC,
  and -6 is 6 hours _ahead_. Previously, we were swapping these so the name
  matched the sane usage, but this is confusing for anyone who is explicitly
  trying to use the POSIX names, expecting the bizarre (but POSIXly correct)
  interpretation. Patch by Bron Gondwana. GitHub PR #7.
  • Loading branch information
wiz committed Jun 11, 2016
1 parent 1af229c commit 9356fdc
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
5 changes: 2 additions & 3 deletions time/p5-DateTime-TimeZone/Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
# $NetBSD: Makefile,v 1.77 2016/06/08 19:24:50 wiz Exp $
# $NetBSD: Makefile,v 1.78 2016/06/11 14:31:41 wiz Exp $

DISTNAME= DateTime-TimeZone-1.98
DISTNAME= DateTime-TimeZone-2.00
PKGNAME= p5-${DISTNAME}
PKGREVISION= 1
CATEGORIES= time perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DateTime/}

Expand Down
10 changes: 5 additions & 5 deletions time/p5-DateTime-TimeZone/distinfo
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.65 2016/04/22 09:12:14 wiz Exp $
$NetBSD: distinfo,v 1.66 2016/06/11 14:31:41 wiz Exp $

SHA1 (DateTime-TimeZone-1.98.tar.gz) = 6e0adb220cec9161eb9f9c6b8f40f8eb7eb59841
RMD160 (DateTime-TimeZone-1.98.tar.gz) = 09ece0121a74b103afd0f843dd730a418f2b3bba
SHA512 (DateTime-TimeZone-1.98.tar.gz) = 1f8dc2e2755462123915bd37bb88f7c221029aae27c53cd9fc0fd8a276b4765c32b6fa865fe9e664c9b3638878b56b076341419d7c916ad923c69ae58a73842b
Size (DateTime-TimeZone-1.98.tar.gz) = 927078 bytes
SHA1 (DateTime-TimeZone-2.00.tar.gz) = 05281a52fc3c8bdf98d12e4aedfcb54235d39938
RMD160 (DateTime-TimeZone-2.00.tar.gz) = e7eb32d1df49393ac72510334cfd3876b6c12da8
SHA512 (DateTime-TimeZone-2.00.tar.gz) = f65c957b373fdf2ac950e2f03280544df8f641869ecddf2c7b2911e0448bdaabc445e5b2bc755c107a77599c2b8807d29590144a6a7d303b3dc67d1e5e833a56
Size (DateTime-TimeZone-2.00.tar.gz) = 928855 bytes

0 comments on commit 9356fdc

Please sign in to comment.