From 12ca70a14d71c70079f1c099b212a9de6d7635cadcf164fccf3d080c539fb77e Mon Sep 17 00:00:00 2001 From: Pedro Monreal Gonzalez Date: Tue, 22 Dec 2020 11:44:42 +0000 Subject: [PATCH] Accepting request 858136 from devel:languages:perl:autoupdate - updated to 2.45 see /usr/share/doc/packages/perl-DateTime-TimeZone/Changes 2.45 2020-12-21 - Fixed handling of Etc/GMT[+-]XX zones. Confusingly, the POSIX interpretation is that Etc/GMT+1 is 1 hour _behind_ UTC, and Etc/GMT-1 is 1 hour ahead. This is the opposite of what this module started doing in the 2.38 release when it added support for these zones. Reportd by Matthew Horsfall (#47). Changes are based on his PR #48. OBS-URL: https://build.opensuse.org/request/show/858136 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-DateTime-TimeZone?expand=0&rev=124 --- DateTime-TimeZone-2.44.tar.gz | 3 --- DateTime-TimeZone-2.45.tar.gz | 3 +++ perl-DateTime-TimeZone.changes | 14 ++++++++++++++ perl-DateTime-TimeZone.spec | 2 +- 4 files changed, 18 insertions(+), 4 deletions(-) delete mode 100644 DateTime-TimeZone-2.44.tar.gz create mode 100644 DateTime-TimeZone-2.45.tar.gz diff --git a/DateTime-TimeZone-2.44.tar.gz b/DateTime-TimeZone-2.44.tar.gz deleted file mode 100644 index 0621e14..0000000 --- a/DateTime-TimeZone-2.44.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:573dd4059a2dfd3833d6a7d2bf084778ac6595a009b11dea6360d7d022ce4526 -size 997253 diff --git a/DateTime-TimeZone-2.45.tar.gz b/DateTime-TimeZone-2.45.tar.gz new file mode 100644 index 0000000..23a1305 --- /dev/null +++ b/DateTime-TimeZone-2.45.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ec5f17636212239472f3235004ab5ebb41cda62d9cecadea3303cd1a490fbfb +size 997654 diff --git a/perl-DateTime-TimeZone.changes b/perl-DateTime-TimeZone.changes index cb99dc0..2297991 100644 --- a/perl-DateTime-TimeZone.changes +++ b/perl-DateTime-TimeZone.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Tue Dec 22 03:08:12 UTC 2020 - Tina Müller + +- updated to 2.45 + see /usr/share/doc/packages/perl-DateTime-TimeZone/Changes + + 2.45 2020-12-21 + + - Fixed handling of Etc/GMT[+-]XX zones. Confusingly, the POSIX interpretation + is that Etc/GMT+1 is 1 hour _behind_ UTC, and Etc/GMT-1 is 1 hour + ahead. This is the opposite of what this module started doing in the 2.38 + release when it added support for these zones. Reportd by Matthew Horsfall + (#47). Changes are based on his PR #48. + ------------------------------------------------------------------- Mon Nov 9 20:18:17 UTC 2020 - Dirk Stoecker diff --git a/perl-DateTime-TimeZone.spec b/perl-DateTime-TimeZone.spec index b24372a..ec59f08 100644 --- a/perl-DateTime-TimeZone.spec +++ b/perl-DateTime-TimeZone.spec @@ -17,7 +17,7 @@ Name: perl-DateTime-TimeZone -Version: 2.44 +Version: 2.45 Release: 0 %define cpan_name DateTime-TimeZone Summary: Time zone object base class and factory