forked from pool/perl-DateTime-Locale
Compare commits
4 Commits
Author | SHA256 | Date | |
---|---|---|---|
a68d6283e0 | |||
4214b1737d | |||
cf0fc1147d | |||
e2661a9f4b |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7d8a138fa32faf24af30a1dbdee4dd11988ddb6a129138004d220b6cc4053cb0
|
||||
size 2015405
|
BIN
DateTime-Locale-1.44.tar.gz
(Stored with Git LFS)
Normal file
BIN
DateTime-Locale-1.44.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@@ -1,3 +1,26 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 12 16:19:49 UTC 2024 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
- updated to 1.44
|
||||
see /usr/share/doc/packages/perl-DateTime-Locale/Changes
|
||||
|
||||
1.44 2024-10-27
|
||||
|
||||
- Rebuilt all locale data with the data from CLDR 46.0.0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jul 28 05:29:51 UTC 2024 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
- updated to 1.43
|
||||
see /usr/share/doc/packages/perl-DateTime-Locale/Changes
|
||||
|
||||
1.43 2024-07-27
|
||||
|
||||
- Fixed the prefers_24_hour_time method. This was incorrectly returning false when the locale's
|
||||
time_format_short method contained a quote string with "h" or "K" in it. For example, the fr-CA
|
||||
locale's time_format_short is `HH 'h' mm`. The quoted 'h' caused this method to return
|
||||
false. Fixed by Jacques Deguest (@jackdeguest). PR #39.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 19 03:06:36 UTC 2024 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
|
@@ -18,9 +18,9 @@
|
||||
|
||||
%define cpan_name DateTime-Locale
|
||||
Name: perl-DateTime-Locale
|
||||
Version: 1.420000
|
||||
Version: 1.440000
|
||||
Release: 0
|
||||
%define cpan_version 1.42
|
||||
%define cpan_version 1.44
|
||||
License: Artistic-1.0 OR GPL-1.0-or-later
|
||||
Summary: Localization support for DateTime.pm
|
||||
URL: https://metacpan.org/release/%{cpan_name}
|
||||
|
Reference in New Issue
Block a user