forked from pool/perl-DateTime-Format-Natural
Accepting request 1236701 from devel:languages:perl:autoupdate
- updated to 1.190.0 (1.19) see /usr/share/doc/packages/perl-DateTime-Format-Natural/Changes 1.19 2025-01-05 <schubiger@cpan.org> - Merged development version to stable. 1.18_01 2025-01-04 <schubiger@cpan.org> - Use List::Util instead of List::MoreUtils. [github #22 - Graham Ollis] OBS-URL: https://build.opensuse.org/request/show/1236701 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-DateTime-Format-Natural?expand=0&rev=33
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d9346a4615035459d8bcee0fac3d4ebaea038f4f43b284f69edf73f6ed5751fe
|
||||
size 86921
|
3
DateTime-Format-Natural-1.19.tar.gz
Normal file
3
DateTime-Format-Natural-1.19.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:cfcb6703d080fe7880e81416e30b5ff843a97269d77a11fe50928fb7a8c672cf
|
||||
size 87034
|
@@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 6 05:32:08 UTC 2025 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
- updated to 1.190.0 (1.19)
|
||||
see /usr/share/doc/packages/perl-DateTime-Format-Natural/Changes
|
||||
|
||||
1.19 2025-01-05 <schubiger@cpan.org>
|
||||
- Merged development version to stable.
|
||||
1.18_01 2025-01-04 <schubiger@cpan.org>
|
||||
- Use List::Util instead of List::MoreUtils.
|
||||
[github #22 - Graham Ollis]
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 8 22:16:46 UTC 2024 - Tina Müller <tina.mueller@suse.com>
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-DateTime-Format-Natural
|
||||
#
|
||||
# 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,9 +18,10 @@
|
||||
|
||||
%define cpan_name DateTime-Format-Natural
|
||||
Name: perl-DateTime-Format-Natural
|
||||
Version: 1.180.0
|
||||
Version: 1.190.0
|
||||
Release: 0
|
||||
%define cpan_version 1.18
|
||||
# 1.19 -> normalize -> 1.190.0
|
||||
%define cpan_version 1.19
|
||||
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}
|
||||
@@ -33,7 +34,7 @@ BuildRequires: perl(Clone)
|
||||
BuildRequires: perl(DateTime)
|
||||
BuildRequires: perl(DateTime::HiRes)
|
||||
BuildRequires: perl(DateTime::TimeZone)
|
||||
BuildRequires: perl(List::MoreUtils)
|
||||
BuildRequires: perl(List::Util) >= 1.33
|
||||
BuildRequires: perl(Module::Build) >= 0.42
|
||||
BuildRequires: perl(Module::Util)
|
||||
BuildRequires: perl(Params::Validate) >= 1.15
|
||||
@@ -43,10 +44,10 @@ Requires: perl(Clone)
|
||||
Requires: perl(DateTime)
|
||||
Requires: perl(DateTime::HiRes)
|
||||
Requires: perl(DateTime::TimeZone)
|
||||
Requires: perl(List::MoreUtils)
|
||||
Requires: perl(List::Util) >= 1.33
|
||||
Requires: perl(Params::Validate) >= 1.15
|
||||
Requires: perl(boolean)
|
||||
Provides: perl(DateTime::Format::Natural) = 1.180.0
|
||||
Provides: perl(DateTime::Format::Natural) = %{version}
|
||||
Provides: perl(DateTime::Format::Natural::Calc) = 1.46
|
||||
Provides: perl(DateTime::Format::Natural::Compat) = 0.07
|
||||
Provides: perl(DateTime::Format::Natural::Duration) = 0.07
|
||||
|
Reference in New Issue
Block a user