From 745dddcb7ecedd79397451cf8fd24e97edaf31c28a38be69073d34d5a8b073f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrian=20Schr=C3=B6ter?= Date: Wed, 26 Feb 2025 13:54:21 +0100 Subject: [PATCH] Sync from SUSE:SLFO:Main perl-DateTime-Locale revision 430b29b4e78e3deedd53fee9f64d037b --- DateTime-Locale-1.38.tar.gz | 3 -- DateTime-Locale-1.44.tar.gz | 3 ++ perl-DateTime-Locale.changes | 57 ++++++++++++++++++++++++++++++++++++ perl-DateTime-Locale.spec | 18 ++++++++---- 4 files changed, 72 insertions(+), 9 deletions(-) delete mode 100644 DateTime-Locale-1.38.tar.gz create mode 100644 DateTime-Locale-1.44.tar.gz diff --git a/DateTime-Locale-1.38.tar.gz b/DateTime-Locale-1.38.tar.gz deleted file mode 100644 index f2ea078..0000000 --- a/DateTime-Locale-1.38.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:dd7f6d358279d1df0ea7d78b9127690435246cdf46867500e9888016f9d4c867 -size 1732975 diff --git a/DateTime-Locale-1.44.tar.gz b/DateTime-Locale-1.44.tar.gz new file mode 100644 index 0000000..66b95b4 --- /dev/null +++ b/DateTime-Locale-1.44.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12a584a4a43c46114cd41ab6981be3609588604a906463fe4f844bb88a31c2de +size 2025640 diff --git a/perl-DateTime-Locale.changes b/perl-DateTime-Locale.changes index 82d4f93..74e585f 100644 --- a/perl-DateTime-Locale.changes +++ b/perl-DateTime-Locale.changes @@ -1,3 +1,60 @@ +------------------------------------------------------------------- +Thu Dec 12 16:19:49 UTC 2024 - Tina Müller + +- 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 + +- 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 + +- 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 + +- 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 + +- 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 diff --git a/perl-DateTime-Locale.spec b/perl-DateTime-Locale.spec index 74bd490..592e924 100644 --- a/perl-DateTime-Locale.spec +++ b/perl-DateTime-Locale.spec @@ -1,7 +1,7 @@ # # spec file for package perl-DateTime-Locale # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,10 +18,9 @@ %define cpan_name DateTime-Locale Name: perl-DateTime-Locale -Version: 1.380000 +Version: 1.440000 Release: 0 -%define cpan_version 1.38 -Provides: perl(DateTime::Locale) = 1.380000 +%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} @@ -55,6 +54,13 @@ Requires: perl(Params::ValidationCompiler) >= 0.13 Requires: perl(Specio::Declare) Requires: perl(Specio::Library::String) Requires: perl(namespace::autoclean) >= 0.19 +Provides: perl(DateTime::Locale) = %{version} +Provides: perl(DateTime::Locale::Base) = %{version} +Provides: perl(DateTime::Locale::Catalog) = %{version} +Provides: perl(DateTime::Locale::Data) = %{version} +Provides: perl(DateTime::Locale::FromData) = %{version} +Provides: perl(DateTime::Locale::Util) = %{version} +%undefine __perllib_provides %{perl_requires} %description @@ -68,7 +74,7 @@ please read the DateTime::Locale::FromData documentation. %prep %autosetup -n %{cpan_name}-%{cpan_version} -find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644 +find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -path "*/scripts/*" ! -name "configure" -print0 | xargs -0 chmod 644 %build perl Makefile.PL INSTALLDIRS=vendor @@ -83,7 +89,7 @@ make test %perl_gen_filelist %files -f %{name}.files -%doc azure-pipelines.yml Changes CODE_OF_CONDUCT.md CONTRIBUTING.md precious.toml README.md +%doc Changes CODE_OF_CONDUCT.md CONTRIBUTING.md README.md %license LICENSE LICENSE.cldr %changelog