8
0

Accepting request 1116904 from devel:languages:perl:autoupdate

- updated to 1.18
   see /usr/share/doc/packages/perl-DateTime-Format-Natural/Changes
  1.18  2023-10-05  <schubiger@cpan.org>
   - Merged development version to stable.
  1.17_02  2023-10-03  <schubiger@cpan.org>
   - Validate 'daytime' parameter.
  1.17_01  2023-10-01  <schubiger@cpan.org>
   - Minor wording tweak.
   - Minor indentation tweak.

OBS-URL: https://build.opensuse.org/request/show/1116904
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-DateTime-Format-Natural?expand=0&rev=29
This commit is contained in:
2023-10-19 11:29:32 +00:00
committed by Git OBS Bridge
parent 5f72f92222
commit 73d13fdf0d
4 changed files with 38 additions and 7 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:de8ac8f0904c23b83a88bd4e5b86d82fcc4b9e8bc5584eed0b5217eb9ef817fe
size 86635

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d9346a4615035459d8bcee0fac3d4ebaea038f4f43b284f69edf73f6ed5751fe
size 86921

View File

@@ -1,3 +1,17 @@
-------------------------------------------------------------------
Fri Oct 6 03:06:10 UTC 2023 - Tina Müller <timueller+perl@suse.de>
- updated to 1.18
see /usr/share/doc/packages/perl-DateTime-Format-Natural/Changes
1.18 2023-10-05 <schubiger@cpan.org>
- Merged development version to stable.
1.17_02 2023-10-03 <schubiger@cpan.org>
- Validate 'daytime' parameter.
1.17_01 2023-10-01 <schubiger@cpan.org>
- Minor wording tweak.
- Minor indentation tweak.
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Jun 21 03:06:14 UTC 2023 - Tina Müller <timueller+perl@suse.de> Wed Jun 21 03:06:14 UTC 2023 - Tina Müller <timueller+perl@suse.de>

View File

@@ -18,12 +18,13 @@
%define cpan_name DateTime-Format-Natural %define cpan_name DateTime-Format-Natural
Name: perl-DateTime-Format-Natural Name: perl-DateTime-Format-Natural
Version: 1.17 Version: 1.180.0
Release: 0 Release: 0
%define cpan_version 1.18
License: Artistic-1.0 OR GPL-1.0-or-later License: Artistic-1.0 OR GPL-1.0-or-later
Summary: Parse informal natural language date/time strings Summary: Parse informal natural language date/time strings
URL: https://metacpan.org/release/%{cpan_name} URL: https://metacpan.org/release/%{cpan_name}
Source0: https://cpan.metacpan.org/authors/id/S/SC/SCHUBIGER/%{cpan_name}-%{version}.tar.gz Source0: https://cpan.metacpan.org/authors/id/S/SC/SCHUBIGER/%{cpan_name}-%{cpan_version}.tar.gz
Source1: cpanspec.yml Source1: cpanspec.yml
BuildArch: noarch BuildArch: noarch
BuildRequires: perl BuildRequires: perl
@@ -33,7 +34,7 @@ BuildRequires: perl(DateTime)
BuildRequires: perl(DateTime::HiRes) BuildRequires: perl(DateTime::HiRes)
BuildRequires: perl(DateTime::TimeZone) BuildRequires: perl(DateTime::TimeZone)
BuildRequires: perl(List::MoreUtils) BuildRequires: perl(List::MoreUtils)
BuildRequires: perl(Module::Build) >= 0.420000 BuildRequires: perl(Module::Build) >= 0.42
BuildRequires: perl(Module::Util) BuildRequires: perl(Module::Util)
BuildRequires: perl(Params::Validate) >= 1.15 BuildRequires: perl(Params::Validate) >= 1.15
BuildRequires: perl(Test::MockTime::HiRes) BuildRequires: perl(Test::MockTime::HiRes)
@@ -45,6 +46,22 @@ Requires: perl(DateTime::TimeZone)
Requires: perl(List::MoreUtils) Requires: perl(List::MoreUtils)
Requires: perl(Params::Validate) >= 1.15 Requires: perl(Params::Validate) >= 1.15
Requires: perl(boolean) Requires: perl(boolean)
Provides: perl(DateTime::Format::Natural) = 1.180.0
Provides: perl(DateTime::Format::Natural::Calc) = 1.46
Provides: perl(DateTime::Format::Natural::Compat) = 0.07
Provides: perl(DateTime::Format::Natural::Duration) = 0.07
Provides: perl(DateTime::Format::Natural::Duration::Checks) = 0.05
Provides: perl(DateTime::Format::Natural::Expand) = 0.04
Provides: perl(DateTime::Format::Natural::Extract) = 0.13
Provides: perl(DateTime::Format::Natural::Formatted) = 0.12
Provides: perl(DateTime::Format::Natural::Helpers) = 0.06
Provides: perl(DateTime::Format::Natural::Lang::Base) = 1.08
Provides: perl(DateTime::Format::Natural::Lang::EN) = 1.72
Provides: perl(DateTime::Format::Natural::Rewrite) = 0.08
Provides: perl(DateTime::Format::Natural::Test) = 0.130.0
Provides: perl(DateTime::Format::Natural::Utils) = 0.08
Provides: perl(DateTime::Format::Natural::Wrappers) = 0.03
%define __perllib_provides /bin/true
Recommends: perl(Date::Calc) Recommends: perl(Date::Calc)
%{perl_requires} %{perl_requires}
@@ -54,7 +71,7 @@ strings. In addition, parsable date/time substrings may be extracted from
ordinary strings. ordinary strings.
%prep %prep
%autosetup -n %{cpan_name}-%{version} %autosetup -n %{cpan_name}-%{cpan_version}
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