Accepting request 998830 from devel:languages:perl:autoupdate
- updated to 1.36 see /usr/share/doc/packages/perl-DateTime-Locale/Changes 1.36 2022-08-20 - Fixed misparsing of the `be-tarask` locale code. This is a locale with just a language name and a variant. The locale parsing code assumed that all two-part locale codes had either a script or territory, not a variant. This caused the catalog to show the name of this locale as "Belarusian", the same as the `be` code. Reported by yvanzo. Fixes GH #32. OBS-URL: https://build.opensuse.org/request/show/998830 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-DateTime-Locale?expand=0&rev=74
This commit is contained in:
parent
cd38addb4d
commit
b5d34dbc1d
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6104a15626331b521746a8ab30c1d978420b3347c235ee52c2e6de5ce2113aac
|
||||
size 1505857
|
3
DateTime-Locale-1.36.tar.gz
Normal file
3
DateTime-Locale-1.36.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:90a8243f2b2d4068019c65178600e76e03f5b478cb41d18c8c81cdf0d481f0a4
|
||||
size 1506976
|
@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Aug 21 03:07:01 UTC 2022 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
- updated to 1.36
|
||||
see /usr/share/doc/packages/perl-DateTime-Locale/Changes
|
||||
|
||||
1.36 2022-08-20
|
||||
|
||||
- Fixed misparsing of the `be-tarask` locale code. This is a locale with just
|
||||
a language name and a variant. The locale parsing code assumed that all
|
||||
two-part locale codes had either a script or territory, not a variant. This
|
||||
caused the catalog to show the name of this locale as "Belarusian", the same
|
||||
as the `be` code. Reported by yvanzo. Fixes GH #32.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Apr 24 03:06:18 UTC 2022 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
|
@ -18,10 +18,10 @@
|
||||
|
||||
%define cpan_name DateTime-Locale
|
||||
Name: perl-DateTime-Locale
|
||||
Version: 1.350000
|
||||
Version: 1.360000
|
||||
Release: 0
|
||||
%define cpan_version 1.35
|
||||
Provides: perl(DateTime::Locale) = 1.350000
|
||||
%define cpan_version 1.36
|
||||
Provides: perl(DateTime::Locale) = 1.360000
|
||||
License: Artistic-1.0 OR GPL-1.0-or-later
|
||||
Summary: Localization support for DateTime.pm
|
||||
URL: https://metacpan.org/release/%{cpan_name}
|
||||
|
Loading…
Reference in New Issue
Block a user