From 4d97e8bce4468a8da5a6883d9e7c5588956b648e163d105c6ba38faadfcc2cee Mon Sep 17 00:00:00 2001 From: Pedro Monreal Gonzalez Date: Thu, 8 Oct 2020 09:27:43 +0000 Subject: [PATCH] Accepting request 840206 from devel:languages:perl:autoupdate - updated to 2.41 see /usr/share/doc/packages/perl-DateTime-TimeZone/Changes 2.41 2020-10-07 - The last release was missing all the generated data files. Oops! Reported by Paul Howarth. GH #43. - Added a custom dzil plugin to make sure that the release has all of the generated data files. 2.40 2020-10-07 - This release is based on version 2020b of the Olson database. This release includes contemporary changes for Morocco, Casey Station, and the Yukon. This release also removes the very long-deprecated "US/Pacific-New" zone name. OBS-URL: https://build.opensuse.org/request/show/840206 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-DateTime-TimeZone?expand=0&rev=117 --- DateTime-TimeZone-2.39.tar.gz | 3 --- DateTime-TimeZone-2.41.tar.gz | 3 +++ perl-DateTime-TimeZone.changes | 17 +++++++++++++++++ perl-DateTime-TimeZone.spec | 6 +++--- 4 files changed, 23 insertions(+), 6 deletions(-) delete mode 100644 DateTime-TimeZone-2.39.tar.gz create mode 100644 DateTime-TimeZone-2.41.tar.gz diff --git a/DateTime-TimeZone-2.39.tar.gz b/DateTime-TimeZone-2.39.tar.gz deleted file mode 100644 index 88cfdf9..0000000 --- a/DateTime-TimeZone-2.39.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:65a49083bf465b42c6a65df575efaceb87b5ba5a997d4e91e6ddba57190c8fca -size 993595 diff --git a/DateTime-TimeZone-2.41.tar.gz b/DateTime-TimeZone-2.41.tar.gz new file mode 100644 index 0000000..b8ee9f6 --- /dev/null +++ b/DateTime-TimeZone-2.41.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a57f3005ab84d1e6ebf44097c8edfcf5df48e3169424b4554ba1ff79b51ed9b +size 997195 diff --git a/perl-DateTime-TimeZone.changes b/perl-DateTime-TimeZone.changes index 74abcf0..61853a3 100644 --- a/perl-DateTime-TimeZone.changes +++ b/perl-DateTime-TimeZone.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Thu Oct 8 03:09:52 UTC 2020 - Tina Müller + +- updated to 2.41 + see /usr/share/doc/packages/perl-DateTime-TimeZone/Changes + + 2.41 2020-10-07 + - The last release was missing all the generated data files. Oops! Reported by + Paul Howarth. GH #43. + - Added a custom dzil plugin to make sure that the release has all of the + generated data files. + 2.40 2020-10-07 + - This release is based on version 2020b of the Olson database. This release + includes contemporary changes for Morocco, Casey Station, and the + Yukon. This release also removes the very long-deprecated "US/Pacific-New" + zone name. + ------------------------------------------------------------------- Sat Apr 25 03:09:20 UTC 2020 - diff --git a/perl-DateTime-TimeZone.spec b/perl-DateTime-TimeZone.spec index 271184b..d1f5c37 100644 --- a/perl-DateTime-TimeZone.spec +++ b/perl-DateTime-TimeZone.spec @@ -1,7 +1,7 @@ # # spec file for package perl-DateTime-TimeZone # -# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,13 +17,13 @@ Name: perl-DateTime-TimeZone -Version: 2.39 +Version: 2.41 Release: 0 %define cpan_name DateTime-TimeZone Summary: Time zone object base class and factory License: Artistic-1.0 OR GPL-1.0-or-later Group: Development/Libraries/Perl -Url: https://metacpan.org/release/%{cpan_name} +URL: https://metacpan.org/release/%{cpan_name} Source0: https://cpan.metacpan.org/authors/id/D/DR/DROLSKY/%{cpan_name}-%{version}.tar.gz Source1: cpanspec.yml BuildArch: noarch