From 546db08254e1fbd0f7d58858962cea146ad45eae24eacafd35d981cec3486658 Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Sun, 12 Jun 2016 14:07:47 +0000 Subject: [PATCH] Accepting request 401407 from devel:languages:perl:autoupdate automatic update OBS-URL: https://build.opensuse.org/request/show/401407 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-DateTime-TimeZone?expand=0&rev=83 --- DateTime-TimeZone-1.98.tar.gz | 3 --- DateTime-TimeZone-2.00.tar.gz | 3 +++ perl-DateTime-TimeZone.changes | 22 ++++++++++++++++++++++ perl-DateTime-TimeZone.spec | 2 +- 4 files changed, 26 insertions(+), 4 deletions(-) delete mode 100644 DateTime-TimeZone-1.98.tar.gz create mode 100644 DateTime-TimeZone-2.00.tar.gz diff --git a/DateTime-TimeZone-1.98.tar.gz b/DateTime-TimeZone-1.98.tar.gz deleted file mode 100644 index f138c46..0000000 --- a/DateTime-TimeZone-1.98.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8d6a8289b2535d0dbe1579cc426bab95788eb482dd039b164aed01ad2e5b65c2 -size 927078 diff --git a/DateTime-TimeZone-2.00.tar.gz b/DateTime-TimeZone-2.00.tar.gz new file mode 100644 index 0000000..0b2f953 --- /dev/null +++ b/DateTime-TimeZone-2.00.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:750863e02e78aaa7723147a31a23f67e33e2f7b1b28dfa614e7f15940bc8cf9b +size 928855 diff --git a/perl-DateTime-TimeZone.changes b/perl-DateTime-TimeZone.changes index b615f73..f757bdb 100644 --- a/perl-DateTime-TimeZone.changes +++ b/perl-DateTime-TimeZone.changes @@ -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 diff --git a/perl-DateTime-TimeZone.spec b/perl-DateTime-TimeZone.spec index 6eb396a..434e533 100644 --- a/perl-DateTime-TimeZone.spec +++ b/perl-DateTime-TimeZone.spec @@ -17,7 +17,7 @@ Name: perl-DateTime-TimeZone -Version: 1.98 +Version: 2.00 Release: 0 %define cpan_name DateTime-TimeZone Summary: Time zone object base class and factory