diff --git a/DateTime-Format-Natural-1.21.tar.gz b/DateTime-Format-Natural-1.21.tar.gz deleted file mode 100644 index 2ba1f34..0000000 --- a/DateTime-Format-Natural-1.21.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2154a8c4d64c6fea0fffc44a982743a672d2650ac029a6367b3ea7279613c357 -size 87242 diff --git a/DateTime-Format-Natural-1.22.tar.gz b/DateTime-Format-Natural-1.22.tar.gz new file mode 100644 index 0000000..3e7e303 --- /dev/null +++ b/DateTime-Format-Natural-1.22.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:839977c9ba7d3e6db7bdd65030eb49fbe1797e2e0460f060bce1fb7b93eda582 +size 87183 diff --git a/perl-DateTime-Format-Natural.changes b/perl-DateTime-Format-Natural.changes index ab8d59b..3db5053 100644 --- a/perl-DateTime-Format-Natural.changes +++ b/perl-DateTime-Format-Natural.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Thu Oct 9 19:58:02 UTC 2025 - Tina Müller + +- updated to 1.220.0 (1.22) + see /usr/share/doc/packages/perl-DateTime-Format-Natural/Changes + + 1.22 2025-10-01 + - Merged development version to stable. + 1.21_01 2025-08-20 + - ::Extract: minor tweaks. + ------------------------------------------------------------------- Mon May 19 05:35:13 UTC 2025 - Tina Müller diff --git a/perl-DateTime-Format-Natural.spec b/perl-DateTime-Format-Natural.spec index 973ba59..4ba8227 100644 --- a/perl-DateTime-Format-Natural.spec +++ b/perl-DateTime-Format-Natural.spec @@ -1,7 +1,7 @@ # # spec file for package perl-DateTime-Format-Natural # -# Copyright (c) 2025 SUSE LLC +# Copyright (c) 2025 SUSE LLC and contributors # # 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-Format-Natural Name: perl-DateTime-Format-Natural -Version: 1.210.0 +Version: 1.220.0 Release: 0 -# 1.21 -> normalize -> 1.210.0 -%define cpan_version 1.21 +# 1.22 -> normalize -> 1.220.0 +%define cpan_version 1.22 License: Artistic-1.0 OR GPL-1.0-or-later Summary: Parse informal natural language date/time strings URL: https://metacpan.org/release/%{cpan_name} @@ -36,7 +36,7 @@ BuildRequires: perl(DateTime) BuildRequires: perl(DateTime::HiRes) BuildRequires: perl(DateTime::TimeZone) BuildRequires: perl(List::Util) >= 1.33 -BuildRequires: perl(Module::Build) >= 0.42 +BuildRequires: perl(Module::Build) >= 0.420 BuildRequires: perl(Module::Util) BuildRequires: perl(Params::Validate) >= 1.150 BuildRequires: perl(Test::MockTime::HiRes) @@ -54,7 +54,7 @@ Provides: perl(DateTime::Format::Natural::Compat) = 0.70.0 Provides: perl(DateTime::Format::Natural::Duration) = 0.80.0 Provides: perl(DateTime::Format::Natural::Duration::Checks) = 0.70.0 Provides: perl(DateTime::Format::Natural::Expand) = 0.40.0 -Provides: perl(DateTime::Format::Natural::Extract) = 0.130.0 +Provides: perl(DateTime::Format::Natural::Extract) = 0.140.0 Provides: perl(DateTime::Format::Natural::Formatted) = 0.120.0 Provides: perl(DateTime::Format::Natural::Helpers) = 0.60.0 Provides: perl(DateTime::Format::Natural::Lang::Base) = 1.80.0 @@ -73,7 +73,7 @@ strings. In addition, parsable date/time substrings may be extracted from ordinary strings. %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