Accepting request 1090358 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/1090358 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-DateTime-Locale?expand=0&rev=46
This commit is contained in:
commit
8fa43dbbfc
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.
3
DateTime-Locale-1.39.tar.gz
Normal file
3
DateTime-Locale-1.39.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:10c145a6c7daf7118864e97482b4ae9f94f93b9414212eee8aa30b16a8135100
|
||||
size 1745640
|
@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
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>
|
||||
|
||||
|
@ -18,10 +18,10 @@
|
||||
|
||||
%define cpan_name DateTime-Locale
|
||||
Name: perl-DateTime-Locale
|
||||
Version: 1.380000
|
||||
Version: 1.390000
|
||||
Release: 0
|
||||
%define cpan_version 1.38
|
||||
Provides: perl(DateTime::Locale) = 1.380000
|
||||
%define cpan_version 1.39
|
||||
Provides: perl(DateTime::Locale) = 1.390000
|
||||
License: Artistic-1.0 OR GPL-1.0-or-later
|
||||
Summary: Localization support for DateTime.pm
|
||||
URL: https://metacpan.org/release/%{cpan_name}
|
||||
@ -68,7 +68,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 +83,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…
Reference in New Issue
Block a user