Accepting request 401452 from devel:languages:perl
1 OBS-URL: https://build.opensuse.org/request/show/401452 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-DateTime-TimeZone?expand=0&rev=44
This commit is contained in:
commit
5951437f65
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:8d6a8289b2535d0dbe1579cc426bab95788eb482dd039b164aed01ad2e5b65c2
|
|
||||||
size 927078
|
|
3
DateTime-TimeZone-2.00.tar.gz
Normal file
3
DateTime-TimeZone-2.00.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:750863e02e78aaa7723147a31a23f67e33e2f7b1b28dfa614e7f15940bc8cf9b
|
||||||
|
size 928855
|
@ -1,3 +1,25 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Jun 12 12:53:20 UTC 2016 - coolo@suse.com
|
||||||
|
|
||||||
|
- updated to 2.00
|
||||||
|
see /usr/share/doc/packages/perl-DateTime-TimeZone/Changes
|
||||||
|
|
||||||
|
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.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon May 23 11:42:23 UTC 2016 - coolo@suse.com
|
Mon May 23 11:42:23 UTC 2016 - coolo@suse.com
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: perl-DateTime-TimeZone
|
Name: perl-DateTime-TimeZone
|
||||||
Version: 1.98
|
Version: 2.00
|
||||||
Release: 0
|
Release: 0
|
||||||
%define cpan_name DateTime-TimeZone
|
%define cpan_name DateTime-TimeZone
|
||||||
Summary: Time zone object base class and factory
|
Summary: Time zone object base class and factory
|
||||||
|
Loading…
Reference in New Issue
Block a user