8
0

4 Commits

Author SHA256 Message Date
a68d6283e0 Accepting request 1235399 from devel:languages:perl
- 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 (forwarded request 1235391 from tinita)

OBS-URL: https://build.opensuse.org/request/show/1235399
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-DateTime-Locale?expand=0&rev=50
2025-01-07 19:50:46 +00:00
4214b1737d - 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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-DateTime-Locale?expand=0&rev=90
2025-01-06 18:59:53 +00:00
cf0fc1147d Accepting request 1190784 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/1190784
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-DateTime-Locale?expand=0&rev=49
2024-08-02 15:26:08 +00:00
e2661a9f4b Accepting request 1190308 from devel:languages:perl:autoupdate
- 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.

OBS-URL: https://build.opensuse.org/request/show/1190308
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-DateTime-Locale?expand=0&rev=88
2024-07-31 16:28:34 +00:00
4 changed files with 28 additions and 5 deletions

View File

@@ -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

Binary file not shown.

View File

@@ -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>

View File

@@ -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}