forked from pool/perl-DateTime-TimeZone
WIP: Automatic update to DateTime-TimeZone-2.66.tar.gz #1
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:019e99ca8e8c655d70d6813b6df3f351c2bee5983e0f4732f18c5788e1d38e62
|
|
||||||
size 928969
|
|
||||||
BIN
DateTime-TimeZone-2.66.tar.gz
LFS
Normal file
BIN
DateTime-TimeZone-2.66.tar.gz
LFS
Normal file
Binary file not shown.
@@ -1,3 +1,14 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Dec 12 05:36:44 UTC 2025 - Tina Müller <timueller+perl@suse.de>
|
||||||
|
|
||||||
|
- updated to 2.660.0 (2.66)
|
||||||
|
see /usr/share/doc/packages/perl-DateTime-TimeZone/Changes
|
||||||
|
|
||||||
|
2.66 2025-12-11
|
||||||
|
|
||||||
|
- This release is based on version 2025c of the Olson database. This release only includes
|
||||||
|
historical changes.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Mar 26 05:34:42 UTC 2025 - Tina Müller <timueller+perl@suse.de>
|
Wed Mar 26 05:34:42 UTC 2025 - Tina Müller <timueller+perl@suse.de>
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-DateTime-TimeZone
|
# spec file for package perl-DateTime-TimeZone
|
||||||
#
|
#
|
||||||
# Copyright (c) 2025 SUSE LLC
|
# Copyright (c) 2025 SUSE LLC and contributors
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -18,10 +18,10 @@
|
|||||||
|
|
||||||
%define cpan_name DateTime-TimeZone
|
%define cpan_name DateTime-TimeZone
|
||||||
Name: perl-DateTime-TimeZone
|
Name: perl-DateTime-TimeZone
|
||||||
Version: 2.650.0
|
Version: 2.660.0
|
||||||
Release: 0
|
Release: 0
|
||||||
# 2.65 -> normalize -> 2.650.0
|
# 2.66 -> normalize -> 2.660.0
|
||||||
%define cpan_version 2.65
|
%define cpan_version 2.66
|
||||||
License: Artistic-1.0 OR GPL-1.0-or-later
|
License: Artistic-1.0 OR GPL-1.0-or-later
|
||||||
Summary: Time zone object base class and factory
|
Summary: Time zone object base class and factory
|
||||||
URL: https://metacpan.org/release/%{cpan_name}
|
URL: https://metacpan.org/release/%{cpan_name}
|
||||||
@@ -31,10 +31,10 @@ Source100: README.md
|
|||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
BuildRequires: perl-macros
|
BuildRequires: perl-macros
|
||||||
BuildRequires: perl(Class::Singleton) >= 1.03
|
BuildRequires: perl(Class::Singleton) >= 1.30
|
||||||
BuildRequires: perl(List::Util) >= 1.33
|
BuildRequires: perl(List::Util) >= 1.33
|
||||||
BuildRequires: perl(Module::Runtime)
|
BuildRequires: perl(Module::Runtime)
|
||||||
BuildRequires: perl(Params::ValidationCompiler) >= 0.13
|
BuildRequires: perl(Params::ValidationCompiler) >= 0.130
|
||||||
BuildRequires: perl(Specio::Library::Builtins)
|
BuildRequires: perl(Specio::Library::Builtins)
|
||||||
BuildRequires: perl(Specio::Library::String)
|
BuildRequires: perl(Specio::Library::String)
|
||||||
BuildRequires: perl(Test::Fatal)
|
BuildRequires: perl(Test::Fatal)
|
||||||
@@ -43,10 +43,10 @@ BuildRequires: perl(Test::Requires)
|
|||||||
BuildRequires: perl(Try::Tiny)
|
BuildRequires: perl(Try::Tiny)
|
||||||
BuildRequires: perl(namespace::autoclean)
|
BuildRequires: perl(namespace::autoclean)
|
||||||
BuildRequires: perl(parent)
|
BuildRequires: perl(parent)
|
||||||
Requires: perl(Class::Singleton) >= 1.03
|
Requires: perl(Class::Singleton) >= 1.30
|
||||||
Requires: perl(List::Util) >= 1.33
|
Requires: perl(List::Util) >= 1.33
|
||||||
Requires: perl(Module::Runtime)
|
Requires: perl(Module::Runtime)
|
||||||
Requires: perl(Params::ValidationCompiler) >= 0.13
|
Requires: perl(Params::ValidationCompiler) >= 0.130
|
||||||
Requires: perl(Specio::Library::Builtins)
|
Requires: perl(Specio::Library::Builtins)
|
||||||
Requires: perl(Specio::Library::String)
|
Requires: perl(Specio::Library::String)
|
||||||
Requires: perl(Try::Tiny)
|
Requires: perl(Try::Tiny)
|
||||||
@@ -391,7 +391,7 @@ primary interface is through a DateTime object, and most users will not
|
|||||||
need to directly use 'DateTime::TimeZone' methods.
|
need to directly use 'DateTime::TimeZone' methods.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n %{cpan_name}-%{cpan_version} -p1
|
%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
|
find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -path "*/scripts/*" ! -name "configure" -print0 | xargs -0 chmod 644
|
||||||
|
|
||||||
@@ -408,7 +408,7 @@ make test
|
|||||||
%perl_gen_filelist
|
%perl_gen_filelist
|
||||||
|
|
||||||
%files -f %{name}.files
|
%files -f %{name}.files
|
||||||
%doc Changes CODE_OF_CONDUCT.md CONTRIBUTING.md README.md
|
%doc Changes CODE_OF_CONDUCT.md CONTRIBUTING.md GOVERNANCE.md README.md SECURITY.md SUPPORT.md
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
|||||||
Reference in New Issue
Block a user