Accepting request 499941 from devel:languages:perl

1

OBS-URL: https://build.opensuse.org/request/show/499941
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-DateTime-Locale?expand=0&rev=26
This commit is contained in:
Dominique Leuenberger 2017-06-09 13:56:21 +00:00 committed by Git OBS Bridge
commit f39cd67a93
4 changed files with 92 additions and 11 deletions

View File

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

View File

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

View File

@ -1,3 +1,71 @@
-------------------------------------------------------------------
Thu May 25 07:52:01 UTC 2017 - coolo@suse.com
- updated to 1.16
see /usr/share/doc/packages/perl-DateTime-Locale/Changes
1.16 2017-03-22
- Rebuilt all locale data with CLDR 31, released on 2017-03-20.
1.15 2017-03-15 (TRIAL RELEASE)
- Most data is now stored in a share dir and only loaded as needed. This
should reduce the memory usage from just loading DateTime::Locale by about
4mb. Based on a PR by sergey. GH #14.
1.14 2017-03-05
- Codes with just a language and script code were not parsed correctly,
leading to bugs in their data, so that they did not report a script_code,
nor did their name reflect the script. So for example "bs-Latn" was just
"Bosnian" instead of "Bosnian Latin".
1.13 2017-03-05
- Fixed a regression bug where providing a locale's English name or native
name to DateTime::Locale->load no longer worked. Fixed by Sergey. GH #13.
1.12 2017-01-29
- Rebuilt all locale data with CLDR 30.0.3, released on 2016-12-02.
1.11 2016-11-12
- Switched from RT to the GitHub issue tracker.
1.10 2016-10-22
- Don't let warnings from other modules cause t/09version-check.t to
fail. Reported by Graham Ollis. RT #118465
1.09 2016-10-10
- Rebuilt all locale data with CLDR 30, released on 2016-10-05.
1.08 2016-09-23
- Require namespace::autoclean 0.19+.
1.07 2016-09-17
- Bump minimum required Perl to 5.8.4 from 5.8.1. This matches DateTime.pm
itself.
1.06 2016-09-16
- Replaced Params::Validate with Params::ValidationCompiler.
-------------------------------------------------------------------
Mon Jun 27 07:53:49 UTC 2016 - coolo@suse.com

View File

@ -1,7 +1,7 @@
#
# spec file for package perl-DateTime-Locale
#
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2017 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,31 +17,43 @@
Name: perl-DateTime-Locale
Version: 1.050000
Version: 1.160000
Release: 0
%define cpan_version 1.05
Provides: perl(DateTime::Locale) = 1.050000
%define cpan_version 1.16
Provides: perl(DateTime::Locale) = 1.160000
%define cpan_name DateTime-Locale
Summary: Localization support for DateTime.pm
License: Artistic-1.0 or GPL-1.0+
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/DateTime-Locale/
Source0: http://www.cpan.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
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(CPAN::Meta::Check) >= 0.011
BuildRequires: perl(CPAN::Meta::Requirements)
BuildRequires: perl(Dist::CheckConflicts) >= 0.02
BuildRequires: perl(File::ShareDir)
BuildRequires: perl(File::ShareDir::Install) >= 0.06
BuildRequires: perl(List::Util) >= 1.45
BuildRequires: perl(Params::Validate)
BuildRequires: perl(Params::ValidationCompiler) >= 0.13
BuildRequires: perl(Specio::Declare)
BuildRequires: perl(Specio::Library::String)
BuildRequires: perl(Test::Fatal)
BuildRequires: perl(Test::File::ShareDir::Dist)
BuildRequires: perl(Test::More) >= 0.96
BuildRequires: perl(Test::Requires)
BuildRequires: perl(Test::Warnings)
BuildRequires: perl(namespace::autoclean) >= 0.19
Requires: perl(Dist::CheckConflicts) >= 0.02
Requires: perl(File::ShareDir)
Requires: perl(List::Util) >= 1.45
Requires: perl(Params::Validate)
Requires: perl(Params::ValidationCompiler) >= 0.13
Requires: perl(Specio::Declare)
Requires: perl(Specio::Library::String)
Requires: perl(namespace::autoclean) >= 0.19
%{perl_requires}
%description
@ -70,6 +82,7 @@ find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644
%files -f %{name}.files
%defattr(-,root,root,755)
%doc Changes CONTRIBUTING.md LICENSE LICENSE.cldr README.md
%doc Changes CONTRIBUTING.md README.md
%license LICENSE LICENSE.cldr
%changelog