Sync from SUSE:SLFO:Main perl-DateTime-Locale revision 430b29b4e78e3deedd53fee9f64d037b
This commit is contained in:
parent
33dd1f5b8a
commit
745dddcb7e
BIN
DateTime-Locale-1.38.tar.gz
(Stored with Git LFS)
BIN
DateTime-Locale-1.38.tar.gz
(Stored with Git LFS)
Binary file not shown.
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,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>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user