11
0

2 Commits

Author SHA256 Message Date
aa88d6affd Accepting request 1269438 from devel:languages:perl
- updated to 1.45
   see /usr/share/doc/packages/perl-DateTime-Locale/Changes
  1.45     2025-04-01
  - Rebuilt all locale data with the data from CLDR 47.0.0 (forwarded request 1269402 from tinita)

OBS-URL: https://build.opensuse.org/request/show/1269438
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-DateTime-Locale?expand=0&rev=51
2025-04-15 18:47:03 +00:00
db99d21756 - updated to 1.45
see /usr/share/doc/packages/perl-DateTime-Locale/Changes
  1.45     2025-04-01
  - Rebuilt all locale data with the data from CLDR 47.0.0

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-DateTime-Locale?expand=0&rev=92
2025-04-15 06:22:01 +00:00
4 changed files with 20 additions and 10 deletions

BIN
DateTime-Locale-1.44.tar.gz (Stored with Git LFS)

Binary file not shown.

View File

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

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Wed Apr 2 05:36:09 UTC 2025 - Tina Müller <timueller+perl@suse.de>
- updated to 1.45
see /usr/share/doc/packages/perl-DateTime-Locale/Changes
1.45 2025-04-01
- Rebuilt all locale data with the data from CLDR 47.0.0
-------------------------------------------------------------------
Thu Dec 12 16:19:49 UTC 2024 - Tina Müller <timueller+perl@suse.de>

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-DateTime-Locale
#
# 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,9 @@
%define cpan_name DateTime-Locale
Name: perl-DateTime-Locale
Version: 1.440000
Version: 1.450000
Release: 0
%define cpan_version 1.44
%define cpan_version 1.45
License: Artistic-1.0 OR GPL-1.0-or-later
Summary: Localization support for DateTime.pm
URL: https://metacpan.org/release/%{cpan_name}
@@ -29,7 +29,7 @@ Source1: cpanspec.yml
BuildArch: noarch
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(CPAN::Meta::Check) >= 0.011
BuildRequires: perl(CPAN::Meta::Check) >= 0.11.0
BuildRequires: perl(CPAN::Meta::Requirements)
BuildRequires: perl(Dist::CheckConflicts) >= 0.02
BuildRequires: perl(File::ShareDir)
@@ -46,14 +46,14 @@ BuildRequires: perl(Test2::Require::Module)
BuildRequires: perl(Test2::V0)
BuildRequires: perl(Test::File::ShareDir::Dist)
BuildRequires: perl(Test::More) >= 1.302015
BuildRequires: perl(namespace::autoclean) >= 0.19
BuildRequires: perl(namespace::autoclean) >= 0.190
Requires: perl(Dist::CheckConflicts) >= 0.02
Requires: perl(File::ShareDir)
Requires: perl(List::Util) >= 1.45
Requires: perl(Params::ValidationCompiler) >= 0.13
Requires: perl(Specio::Declare)
Requires: perl(Specio::Library::String)
Requires: perl(namespace::autoclean) >= 0.19
Requires: perl(namespace::autoclean) >= 0.190
Provides: perl(DateTime::Locale) = %{version}
Provides: perl(DateTime::Locale::Base) = %{version}
Provides: perl(DateTime::Locale::Catalog) = %{version}
@@ -72,7 +72,7 @@ If you want to know what methods are available for locale objects, then
please read the DateTime::Locale::FromData documentation.
%prep
%autosetup -n %{cpan_name}-%{cpan_version}
%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