diff --git a/DateTime-TimeZone-2.63.tar.gz b/DateTime-TimeZone-2.63.tar.gz deleted file mode 100644 index 930bb1a..0000000 --- a/DateTime-TimeZone-2.63.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:79ac1c34fb2129b1ad88e0c7090166b98f2a7fd658358f2e1ae7e9bac963cc0f -size 917071 diff --git a/DateTime-TimeZone-2.64.tar.gz b/DateTime-TimeZone-2.64.tar.gz new file mode 100644 index 0000000..4efbbaf --- /dev/null +++ b/DateTime-TimeZone-2.64.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c2d638a52e5b5ca77f325e48087495a65ba6bfbd39d858aeba98d21216964cd +size 923239 diff --git a/perl-DateTime-TimeZone.changes b/perl-DateTime-TimeZone.changes index 419c58b..0b580f7 100644 --- a/perl-DateTime-TimeZone.changes +++ b/perl-DateTime-TimeZone.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Wed Jan 22 21:20:58 UTC 2025 - Tina Müller + +- updated to 2.640.0 (2.64) + see /usr/share/doc/packages/perl-DateTime-TimeZone/Changes + + 2.64 2025-01-16 + + - This release is based on version 2024a of the Olson database. This release includes contemporary + changes for Paraguay. + ------------------------------------------------------------------- Sun Sep 8 05:31:11 UTC 2024 - Tina Müller diff --git a/perl-DateTime-TimeZone.spec b/perl-DateTime-TimeZone.spec index 27d9fc5..80d47d3 100644 --- a/perl-DateTime-TimeZone.spec +++ b/perl-DateTime-TimeZone.spec @@ -1,7 +1,7 @@ # # spec file for package perl-DateTime-TimeZone # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,10 +18,10 @@ %define cpan_name DateTime-TimeZone Name: perl-DateTime-TimeZone -Version: 2.630.0 +Version: 2.640.0 Release: 0 -# 2.63 -> normalize -> 2.630.0 -%define cpan_version 2.63 +# 2.64 -> normalize -> 2.640.0 +%define cpan_version 2.64 License: Artistic-1.0 OR GPL-1.0-or-later Summary: Time zone object base class and factory URL: https://metacpan.org/release/%{cpan_name} @@ -389,7 +389,7 @@ primary interface is through a DateTime object, and most users will not need to directly use 'DateTime::TimeZone' methods. %prep -%autosetup -n %{cpan_name}-%{cpan_version} +%autosetup -n %{cpan_name}-%{cpan_version} -p1 find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -path "*/scripts/*" ! -name "configure" -print0 | xargs -0 chmod 644