Compare commits
1 Commits
Author | SHA256 | Date | |
---|---|---|---|
ecbe6f0c7f |
BIN
DateTime-Locale-1.38.tar.gz
(Stored with Git LFS)
Normal file
BIN
DateTime-Locale-1.38.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
DateTime-Locale-1.44.tar.gz
(Stored with Git LFS)
BIN
DateTime-Locale-1.44.tar.gz
(Stored with Git LFS)
Binary file not shown.
@@ -1,60 +1,3 @@
|
|||||||
-------------------------------------------------------------------
|
|
||||||
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>
|
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
|
# spec file for package perl-DateTime-Locale
|
||||||
#
|
#
|
||||||
# Copyright (c) 2024 SUSE LLC
|
# Copyright (c) 2023 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -18,9 +18,10 @@
|
|||||||
|
|
||||||
%define cpan_name DateTime-Locale
|
%define cpan_name DateTime-Locale
|
||||||
Name: perl-DateTime-Locale
|
Name: perl-DateTime-Locale
|
||||||
Version: 1.440000
|
Version: 1.380000
|
||||||
Release: 0
|
Release: 0
|
||||||
%define cpan_version 1.44
|
%define cpan_version 1.38
|
||||||
|
Provides: perl(DateTime::Locale) = 1.380000
|
||||||
License: Artistic-1.0 OR GPL-1.0-or-later
|
License: Artistic-1.0 OR GPL-1.0-or-later
|
||||||
Summary: Localization support for DateTime.pm
|
Summary: Localization support for DateTime.pm
|
||||||
URL: https://metacpan.org/release/%{cpan_name}
|
URL: https://metacpan.org/release/%{cpan_name}
|
||||||
@@ -54,13 +55,6 @@ Requires: perl(Params::ValidationCompiler) >= 0.13
|
|||||||
Requires: perl(Specio::Declare)
|
Requires: perl(Specio::Declare)
|
||||||
Requires: perl(Specio::Library::String)
|
Requires: perl(Specio::Library::String)
|
||||||
Requires: perl(namespace::autoclean) >= 0.19
|
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}
|
%{perl_requires}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@@ -74,7 +68,7 @@ please read the DateTime::Locale::FromData documentation.
|
|||||||
%prep
|
%prep
|
||||||
%autosetup -n %{cpan_name}-%{cpan_version}
|
%autosetup -n %{cpan_name}-%{cpan_version}
|
||||||
|
|
||||||
find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -path "*/scripts/*" ! -name "configure" -print0 | xargs -0 chmod 644
|
find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644
|
||||||
|
|
||||||
%build
|
%build
|
||||||
perl Makefile.PL INSTALLDIRS=vendor
|
perl Makefile.PL INSTALLDIRS=vendor
|
||||||
@@ -89,7 +83,7 @@ make test
|
|||||||
%perl_gen_filelist
|
%perl_gen_filelist
|
||||||
|
|
||||||
%files -f %{name}.files
|
%files -f %{name}.files
|
||||||
%doc Changes CODE_OF_CONDUCT.md CONTRIBUTING.md README.md
|
%doc azure-pipelines.yml Changes CODE_OF_CONDUCT.md CONTRIBUTING.md precious.toml README.md
|
||||||
%license LICENSE LICENSE.cldr
|
%license LICENSE LICENSE.cldr
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Reference in New Issue
Block a user