Accepting request 1177157 from devel:languages:perl

- updated to 1.42
   see /usr/share/doc/packages/perl-DateTime-Locale/Changes
  1.42     2024-04-18
  - Rebuilt all locale data with the data from CLDR 45.0.0
  1.41     2024-04-06
  - Rebuilt all locale data with the data from CLDR 44.1.0.

OBS-URL: https://build.opensuse.org/request/show/1177157
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-DateTime-Locale?expand=0&rev=48
This commit is contained in:
Ana Guerrero 2024-05-28 15:27:10 +00:00 committed by Git OBS Bridge
commit b64575e8a5
4 changed files with 24 additions and 8 deletions

View File

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

View File

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

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Fri Apr 19 03:06:36 UTC 2024 - Tina Müller <timueller+perl@suse.de>
- updated to 1.42
see /usr/share/doc/packages/perl-DateTime-Locale/Changes
1.42 2024-04-18
- Rebuilt all locale data with the data from CLDR 45.0.0
1.41 2024-04-06
- Rebuilt all locale data with the data from CLDR 44.1.0.
-------------------------------------------------------------------
Sun Nov 5 03:06:17 UTC 2023 - Tina Müller <timueller+perl@suse.de>

View File

@ -1,7 +1,7 @@
#
# spec file for package perl-DateTime-Locale
#
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2024 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,9 @@
%define cpan_name DateTime-Locale
Name: perl-DateTime-Locale
Version: 1.400000
Version: 1.420000
Release: 0
%define cpan_version 1.40
%define cpan_version 1.42
License: Artistic-1.0 OR GPL-1.0-or-later
Summary: Localization support for DateTime.pm
URL: https://metacpan.org/release/%{cpan_name}
@ -54,9 +54,14 @@ Requires: perl(Params::ValidationCompiler) >= 0.13
Requires: perl(Specio::Declare)
Requires: perl(Specio::Library::String)
Requires: perl(namespace::autoclean) >= 0.19
Provides: perl(DateTime::Locale) = %{version}
Provides: perl(DateTime::Locale::Base) = %{version}
Provides: perl(DateTime::Locale::Catalog) = %{version}
Provides: perl(DateTime::Locale::Data) = %{version}
Provides: perl(DateTime::Locale::FromData) = %{version}
Provides: perl(DateTime::Locale::Util) = %{version}
%undefine __perllib_provides
%{perl_requires}
# old version workaround provide, should be removed after transition to new versioning is finished
Provides: perl(DateTime::Locale) = 1.400000
%description
DateTime::Locale is primarily a factory for the various locale subclasses.