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:
commit
d9803aff03
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:f47e9ac0c48cf362cd676bed50ce6ddae309e71be625185f16925bf93da45732
|
|
||||||
size 1303661
|
|
3
DateTime-Locale-1.19.tar.gz
Normal file
3
DateTime-Locale-1.19.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:e25645e5820b59a4dbbcc636a75e44961ff10e4d16b2593e5bd7633b15ae2773
|
||||||
|
size 1304397
|
@ -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
|
Wed Apr 4 05:17:47 UTC 2018 - coolo@suse.com
|
||||||
|
|
||||||
|
@ -17,10 +17,10 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: perl-DateTime-Locale
|
Name: perl-DateTime-Locale
|
||||||
Version: 1.180000
|
Version: 1.190000
|
||||||
Release: 0
|
Release: 0
|
||||||
%define cpan_version 1.18
|
%define cpan_version 1.19
|
||||||
Provides: perl(DateTime::Locale) = 1.180000
|
Provides: perl(DateTime::Locale) = 1.190000
|
||||||
%define cpan_name DateTime-Locale
|
%define cpan_name DateTime-Locale
|
||||||
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
|
||||||
@ -37,6 +37,7 @@ BuildRequires: perl(CPAN::Meta::Requirements)
|
|||||||
BuildRequires: perl(Dist::CheckConflicts) >= 0.02
|
BuildRequires: perl(Dist::CheckConflicts) >= 0.02
|
||||||
BuildRequires: perl(File::ShareDir)
|
BuildRequires: perl(File::ShareDir)
|
||||||
BuildRequires: perl(File::ShareDir::Install) >= 0.06
|
BuildRequires: perl(File::ShareDir::Install) >= 0.06
|
||||||
|
BuildRequires: perl(IPC::System::Simple)
|
||||||
BuildRequires: perl(List::Util) >= 1.45
|
BuildRequires: perl(List::Util) >= 1.45
|
||||||
BuildRequires: perl(Params::ValidationCompiler) >= 0.13
|
BuildRequires: perl(Params::ValidationCompiler) >= 0.13
|
||||||
BuildRequires: perl(Specio::Declare)
|
BuildRequires: perl(Specio::Declare)
|
||||||
|
Loading…
Reference in New Issue
Block a user