Accepting request 647182 from devel:languages:perl:autoupdate
automatic update OBS-URL: https://build.opensuse.org/request/show/647182 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-DateTime-Locale?expand=0&rev=53
This commit is contained in:
parent
4628ef241b
commit
b72f0ef987
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:757b3915c6b2aac89462c52fed36543f27dfb66abc98c895523d2ab95da65f94
|
|
||||||
size 1307053
|
|
3
DateTime-Locale-1.23.tar.gz
Normal file
3
DateTime-Locale-1.23.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:3a5a81e742da96d89b408e40f8bf4b21150663d8a5eb9dad7865db582193c015
|
||||||
|
size 1350605
|
@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Nov 8 06:15:15 UTC 2018 - Stephan Kulow <coolo@suse.com>
|
||||||
|
|
||||||
|
- updated to 1.23
|
||||||
|
see /usr/share/doc/packages/perl-DateTime-Locale/Changes
|
||||||
|
|
||||||
|
1.23 2018-10-17
|
||||||
|
|
||||||
|
- Rebuilt all locale data with CLDR 34, released on 2018-10-15.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Jun 15 05:17:57 UTC 2018 - coolo@suse.com
|
Fri Jun 15 05:17:57 UTC 2018 - coolo@suse.com
|
||||||
|
|
||||||
|
@ -12,20 +12,20 @@
|
|||||||
# license that conforms to the Open Source Definition (Version 1.9)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# published by the Open Source Initiative.
|
||||||
|
|
||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
Name: perl-DateTime-Locale
|
Name: perl-DateTime-Locale
|
||||||
Version: 1.220000
|
Version: 1.230000
|
||||||
Release: 0
|
Release: 0
|
||||||
%define cpan_version 1.22
|
%define cpan_version 1.23
|
||||||
Provides: perl(DateTime::Locale) = 1.220000
|
Provides: perl(DateTime::Locale) = 1.230000
|
||||||
%define cpan_name DateTime-Locale
|
%define cpan_name DateTime-Locale
|
||||||
Summary: Localization support for DateTime.pm
|
Summary: Localization support for DateTime.pm
|
||||||
License: Artistic-1.0 OR GPL-1.0-or-later
|
License: Artistic-1.0 OR GPL-1.0-or-later
|
||||||
Group: Development/Libraries/Perl
|
Group: Development/Libraries/Perl
|
||||||
Url: http://search.cpan.org/dist/DateTime-Locale/
|
Url: https://metacpan.org/release/%{cpan_name}
|
||||||
Source0: https://cpan.metacpan.org/authors/id/D/DR/DROLSKY/%{cpan_name}-%{cpan_version}.tar.gz
|
Source0: https://cpan.metacpan.org/authors/id/D/DR/DROLSKY/%{cpan_name}-%{cpan_version}.tar.gz
|
||||||
Source1: cpanspec.yml
|
Source1: cpanspec.yml
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
@ -70,7 +70,7 @@ please read the 'DateTime::Locale::FromData' documentation.
|
|||||||
find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644
|
find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%{__perl} Makefile.PL INSTALLDIRS=vendor
|
perl Makefile.PL INSTALLDIRS=vendor
|
||||||
%{__make} %{?_smp_mflags}
|
%{__make} %{?_smp_mflags}
|
||||||
|
|
||||||
%check
|
%check
|
||||||
@ -83,7 +83,7 @@ find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644
|
|||||||
|
|
||||||
%files -f %{name}.files
|
%files -f %{name}.files
|
||||||
%defattr(-,root,root,755)
|
%defattr(-,root,root,755)
|
||||||
%doc appveyor.yml Changes CONTRIBUTING.md README.md
|
%doc appveyor.yml Changes CODE_OF_CONDUCT.md CONTRIBUTING.md README.md
|
||||||
%license LICENSE LICENSE.cldr
|
%license LICENSE LICENSE.cldr
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
Reference in New Issue
Block a user