Accepting request 689719 from devel:languages:perl

OBS-URL: https://build.opensuse.org/request/show/689719
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-DateTime-Locale?expand=0&rev=33
This commit is contained in:
Dominique Leuenberger 2019-04-02 07:17:29 +00:00 committed by Git OBS Bridge
commit 33e051a679
4 changed files with 19 additions and 9 deletions

View File

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

View File

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

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Fri Mar 29 06:11:19 UTC 2019 - Stephan Kulow <coolo@suse.com>
- updated to 1.24
see /usr/share/doc/packages/perl-DateTime-Locale/Changes
1.24 2019-03-28
- Rebuilt all locale data with CLDR 35, released on 2019-03-27.
-------------------------------------------------------------------
Thu Nov 8 06:15:15 UTC 2018 - Stephan Kulow <coolo@suse.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package perl-DateTime-Locale
#
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -17,10 +17,10 @@
Name: perl-DateTime-Locale
Version: 1.230000
Version: 1.240000
Release: 0
%define cpan_version 1.23
Provides: perl(DateTime::Locale) = 1.230000
%define cpan_version 1.24
Provides: perl(DateTime::Locale) = 1.240000
%define cpan_name DateTime-Locale
Summary: Localization support for DateTime.pm
License: Artistic-1.0 OR GPL-1.0-or-later
@ -71,10 +71,10 @@ find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644
%build
perl Makefile.PL INSTALLDIRS=vendor
%{__make} %{?_smp_mflags}
make %{?_smp_mflags}
%check
%{__make} test
make test
%install
%perl_make_install