Accepting request 404962 from devel:languages:perl
1 OBS-URL: https://build.opensuse.org/request/show/404962 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-DateTime-Locale?expand=0&rev=25
This commit is contained in:
commit
a5df0f39ff
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:26227b38cd5c9eabef00316215942b2a44b7939b5e226d25864e9bccf6909ac9
|
|
||||||
size 959451
|
|
3
DateTime-Locale-1.05.tar.gz
Normal file
3
DateTime-Locale-1.05.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:692d674558589e2a6ad2d68cf58a6e4e4b1bfe2f7f76caf20cb91b975a51d155
|
||||||
|
size 959564
|
@ -1,3 +1,20 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jun 27 07:53:49 UTC 2016 - coolo@suse.com
|
||||||
|
|
||||||
|
- updated to 1.05
|
||||||
|
see /usr/share/doc/packages/perl-DateTime-Locale/Changes
|
||||||
|
|
||||||
|
1.05 2016-06-26
|
||||||
|
|
||||||
|
- Instead of using the DATA handle to get at as-yet-unloaded locale data in
|
||||||
|
DateTime::Locale::Data, we now read the raw data into memory once, and use
|
||||||
|
eval to turn it into Perl data structures as a particular locale is
|
||||||
|
requested. This may fix a problem where reading from the DATA handle somehow
|
||||||
|
returned the wrong chunk of data (or overlapped multiple locales). The
|
||||||
|
downside is that loading DateTime::Locale now uses an additional 4MB of
|
||||||
|
memory on my system, regardless of how many individual locales are
|
||||||
|
instantiated. Reported by Greg Oschwald. GitHub #3.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jun 23 06:12:50 UTC 2016 - coolo@suse.com
|
Thu Jun 23 06:12:50 UTC 2016 - coolo@suse.com
|
||||||
|
|
||||||
|
@ -17,10 +17,10 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: perl-DateTime-Locale
|
Name: perl-DateTime-Locale
|
||||||
Version: 1.040000
|
Version: 1.050000
|
||||||
Release: 0
|
Release: 0
|
||||||
%define cpan_version 1.04
|
%define cpan_version 1.05
|
||||||
Provides: perl(DateTime::Locale) = 1.040000
|
Provides: perl(DateTime::Locale) = 1.050000
|
||||||
%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+
|
License: Artistic-1.0 or GPL-1.0+
|
||||||
|
Loading…
Reference in New Issue
Block a user