Accepting request 599892 from devel:languages:perl

OBS-URL: https://build.opensuse.org/request/show/599892
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-DateTime-Locale?expand=0&rev=29
This commit is contained in:
Dominique Leuenberger 2018-04-25 07:58:09 +00:00 committed by Git OBS Bridge
commit d9803aff03
4 changed files with 23 additions and 6 deletions

View File

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

View File

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

View File

@ -1,3 +1,19 @@
-------------------------------------------------------------------
Sun Apr 22 05:16:03 UTC 2018 - coolo@suse.com
- updated to 1.19
see /usr/share/doc/packages/perl-DateTime-Locale/Changes
1.19 2018-04-21
- Fix handling of a locale (nds) that does not provide a native name for its
own locale code. This is a bug in CLDR, but since it exists we should handle
it sanely.
- If you attempted to thaw a DateTime::Locale::FromData object in a process
that had not loaded DateTime::Locale this would fail. Reported by Gregor
Herrmann. GH #18.
-------------------------------------------------------------------
Wed Apr 4 05:17:47 UTC 2018 - coolo@suse.com

View File

@ -17,10 +17,10 @@
Name: perl-DateTime-Locale
Version: 1.180000
Version: 1.190000
Release: 0
%define cpan_version 1.18
Provides: perl(DateTime::Locale) = 1.180000
%define cpan_version 1.19
Provides: perl(DateTime::Locale) = 1.190000
%define cpan_name DateTime-Locale
Summary: Localization support for DateTime.pm
License: Artistic-1.0 OR GPL-1.0-or-later
@ -37,6 +37,7 @@ BuildRequires: perl(CPAN::Meta::Requirements)
BuildRequires: perl(Dist::CheckConflicts) >= 0.02
BuildRequires: perl(File::ShareDir)
BuildRequires: perl(File::ShareDir::Install) >= 0.06
BuildRequires: perl(IPC::System::Simple)
BuildRequires: perl(List::Util) >= 1.45
BuildRequires: perl(Params::ValidationCompiler) >= 0.13
BuildRequires: perl(Specio::Declare)