Accepting request 890294 from devel:languages:perl:autoupdate

- updated to 1.32
   see /usr/share/doc/packages/perl-DateTime-Locale/Changes
  1.32     2021-04-30
  - Rebuilt all locale data with the data from CLDR 39.0.0.

OBS-URL: https://build.opensuse.org/request/show/890294
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-DateTime-Locale?expand=0&rev=67
This commit is contained in:
Pedro Monreal Gonzalez 2021-05-04 10:14:05 +00:00 committed by Git OBS Bridge
parent a786d2e7e7
commit a226a684ec
4 changed files with 23 additions and 16 deletions

View File

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

View File

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

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Sat May 1 03:06:59 UTC 2021 - Tina Müller <timueller+perl@suse.de>
- updated to 1.32
see /usr/share/doc/packages/perl-DateTime-Locale/Changes
1.32 2021-04-30
- Rebuilt all locale data with the data from CLDR 39.0.0.
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Dec 23 03:07:34 UTC 2020 - Tina Müller <timueller+perl@suse.de> Wed Dec 23 03:07:34 UTC 2020 - Tina Müller <timueller+perl@suse.de>

View File

@ -1,7 +1,7 @@
# #
# spec file for package perl-DateTime-Locale # spec file for package perl-DateTime-Locale
# #
# Copyright (c) 2020 SUSE LLC # Copyright (c) 2021 SUSE LLC
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -16,20 +16,18 @@
# #
Name: perl-DateTime-Locale
Version: 1.310000
Release: 0
%define cpan_version 1.31
Provides: perl(DateTime::Locale) = 1.310000
%define cpan_name DateTime-Locale %define cpan_name DateTime-Locale
Name: perl-DateTime-Locale
Version: 1.320000
Release: 0
%define cpan_version 1.32
Provides: perl(DateTime::Locale) = 1.320000
Summary: Localization support for DateTime.pm Summary: Localization support for DateTime.pm
License: Artistic-1.0 OR GPL-1.0-or-later License: Artistic-1.0 OR GPL-1.0-or-later
Group: Development/Libraries/Perl
URL: https://metacpan.org/release/%{cpan_name} URL: https://metacpan.org/release/%{cpan_name}
Source0: https://cpan.metacpan.org/authors/id/D/DR/DROLSKY/%{cpan_name}-%{cpan_version}.tar.gz Source0: https://cpan.metacpan.org/authors/id/D/DR/DROLSKY/%{cpan_name}-%{cpan_version}.tar.gz
Source1: cpanspec.yml Source1: cpanspec.yml
BuildArch: noarch BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl BuildRequires: perl
BuildRequires: perl-macros BuildRequires: perl-macros
BuildRequires: perl(CPAN::Meta::Check) >= 0.011 BuildRequires: perl(CPAN::Meta::Check) >= 0.011
@ -65,15 +63,15 @@ It also provides some functions for getting information on all the
available locales. available locales.
If you want to know what methods are available for locale objects, then If you want to know what methods are available for locale objects, then
please read the 'DateTime::Locale::FromData' documentation. please read the DateTime::Locale::FromData documentation.
%prep %prep
%setup -q -n %{cpan_name}-%{cpan_version} %autosetup -n %{cpan_name}-%{cpan_version}
find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644 find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644
%build %build
perl Makefile.PL INSTALLDIRS=vendor perl Makefile.PL INSTALLDIRS=vendor
make %{?_smp_mflags} %make_build
%check %check
make test make test
@ -84,8 +82,7 @@ make test
%perl_gen_filelist %perl_gen_filelist
%files -f %{name}.files %files -f %{name}.files
%defattr(-,root,root,755) %doc azure-pipelines.yml Changes CODE_OF_CONDUCT.md CONTRIBUTING.md precious.toml README.md
%doc azure-pipelines.yml Changes CODE_OF_CONDUCT.md CONTRIBUTING.md README.md
%license LICENSE LICENSE.cldr %license LICENSE LICENSE.cldr
%changelog %changelog