Sync from SUSE:SLFO:Main perl-DateTime-Locale revision 430b29b4e78e3deedd53fee9f64d037b

This commit is contained in:
2025-02-26 13:54:21 +01:00
parent 33dd1f5b8a
commit 745dddcb7e
4 changed files with 72 additions and 9 deletions

View File

@@ -1,3 +1,60 @@
-------------------------------------------------------------------
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>
- updated to 1.42
see /usr/share/doc/packages/perl-DateTime-Locale/Changes
1.42 2024-04-18
- Rebuilt all locale data with the data from CLDR 45.0.0
1.41 2024-04-06
- Rebuilt all locale data with the data from CLDR 44.1.0.
-------------------------------------------------------------------
Sun Nov 5 03:06:17 UTC 2023 - Tina Müller <timueller+perl@suse.de>
- updated to 1.40
see /usr/share/doc/packages/perl-DateTime-Locale/Changes
1.40 2023-11-04
- Rebuilt all locale data with the data from CLDR 44.0.1.
-------------------------------------------------------------------
Mon May 29 03:07:12 UTC 2023 - Tina Müller <timueller+perl@suse.de>
- updated to 1.39
see /usr/share/doc/packages/perl-DateTime-Locale/Changes
1.39 2023-05-28
- Fixed parsing of the 'el-polyton' locale code. This had the same issue as
'be-tarask', which was fixed in 1.36. This is now fixed in such a way that
similar language+variant codes will be parsed correctly in the
future. Reported by @yvanzo. GH #37.
-------------------------------------------------------------------
Sat Apr 15 03:07:08 UTC 2023 - Tina Müller <timueller+perl@suse.de>