Accepting request 647274 from devel:languages:perl

OBS-URL: https://build.opensuse.org/request/show/647274
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-DateTime-Locale?expand=0&rev=32
This commit is contained in:
Dominique Leuenberger 2018-11-13 15:26:11 +00:00 committed by Git OBS Bridge
commit 7895bd183d
4 changed files with 20 additions and 10 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:757b3915c6b2aac89462c52fed36543f27dfb66abc98c895523d2ab95da65f94
size 1307053

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3a5a81e742da96d89b408e40f8bf4b21150663d8a5eb9dad7865db582193c015
size 1350605

View File

@ -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

View File

@ -12,20 +12,20 @@
# license that conforms to the Open Source Definition (Version 1.9)
# 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
Version: 1.220000
Version: 1.230000
Release: 0
%define cpan_version 1.22
Provides: perl(DateTime::Locale) = 1.220000
%define cpan_version 1.23
Provides: perl(DateTime::Locale) = 1.230000
%define cpan_name DateTime-Locale
Summary: Localization support for DateTime.pm
License: Artistic-1.0 OR GPL-1.0-or-later
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
Source1: cpanspec.yml
BuildArch: noarch
@ -70,7 +70,7 @@ please read the 'DateTime::Locale::FromData' documentation.
find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644
%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
perl Makefile.PL INSTALLDIRS=vendor
%{__make} %{?_smp_mflags}
%check
@ -83,7 +83,7 @@ find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644
%files -f %{name}.files
%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
%changelog