From 18d321497692417cbb1a8dd84a3d5427c1a1b86dcac1cfbd27b2602e25a58e6c Mon Sep 17 00:00:00 2001 From: Pedro Monreal Gonzalez Date: Thu, 20 Apr 2023 11:31:57 +0000 Subject: [PATCH] Accepting request 1080774 from devel:languages:perl:autoupdate - updated to 2.60 see /usr/share/doc/packages/perl-DateTime-TimeZone/Changes 2.60 2023-03-28 - This release is based on version 2023c of the Olson database. The 2023c release has the same zone data as 2023a, undoing the changes for Lebanon from the past week. 2.59 2023-03-23 - This release is based on version 2023b of the Olson database. This release includes contemporary changes for Lebanon. 2.58 2023-03-22 - This release is based on version 2023a of the Olson database. This release includes contemporary changes for Egypt, Greenland, Morocco, and Palestine. OBS-URL: https://build.opensuse.org/request/show/1080774 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-DateTime-TimeZone?expand=0&rev=146 --- DateTime-TimeZone-2.57.tar.gz | 3 --- DateTime-TimeZone-2.60.tar.gz | 3 +++ perl-DateTime-TimeZone.changes | 17 +++++++++++++++++ perl-DateTime-TimeZone.spec | 5 +++-- 4 files changed, 23 insertions(+), 5 deletions(-) delete mode 100644 DateTime-TimeZone-2.57.tar.gz create mode 100644 DateTime-TimeZone-2.60.tar.gz diff --git a/DateTime-TimeZone-2.57.tar.gz b/DateTime-TimeZone-2.57.tar.gz deleted file mode 100644 index c7d86ad..0000000 --- a/DateTime-TimeZone-2.57.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:39847cc95b7a3e65003286d47445dbc88c3702239dce2f4b624cf744bdd642f3 -size 930290 diff --git a/DateTime-TimeZone-2.60.tar.gz b/DateTime-TimeZone-2.60.tar.gz new file mode 100644 index 0000000..47aa508 --- /dev/null +++ b/DateTime-TimeZone-2.60.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0460d379323905b579bed44e141237a337dc25dd26b6ab0c60ac2b80629323d +size 948447 diff --git a/perl-DateTime-TimeZone.changes b/perl-DateTime-TimeZone.changes index 4be6642..4028bbc 100644 --- a/perl-DateTime-TimeZone.changes +++ b/perl-DateTime-TimeZone.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Thu Mar 30 03:06:26 UTC 2023 - Tina Müller + +- updated to 2.60 + see /usr/share/doc/packages/perl-DateTime-TimeZone/Changes + + 2.60 2023-03-28 + - This release is based on version 2023c of the Olson database. The 2023c + release has the same zone data as 2023a, undoing the changes for Lebanon + from the past week. + 2.59 2023-03-23 + - This release is based on version 2023b of the Olson database. This release + includes contemporary changes for Lebanon. + 2.58 2023-03-22 + - This release is based on version 2023a of the Olson database. This release + includes contemporary changes for Egypt, Greenland, Morocco, and Palestine. + ------------------------------------------------------------------- Thu Dec 15 03:06:46 UTC 2022 - Tina Müller diff --git a/perl-DateTime-TimeZone.spec b/perl-DateTime-TimeZone.spec index 36b82c6..fb15057 100644 --- a/perl-DateTime-TimeZone.spec +++ b/perl-DateTime-TimeZone.spec @@ -1,7 +1,7 @@ # # spec file for package perl-DateTime-TimeZone # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %define cpan_name DateTime-TimeZone Name: perl-DateTime-TimeZone -Version: 2.57 +Version: 2.60 Release: 0 License: Artistic-1.0 OR GPL-1.0-or-later Summary: Time zone object base class and factory @@ -62,6 +62,7 @@ need to directly use 'DateTime::TimeZone' methods. %prep %autosetup -n %{cpan_name}-%{version} + find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644 %build