From 4ff10f7e222e781b7dca6e8707505d3c8407c3f366e4d3d44cdee5af772f3473 Mon Sep 17 00:00:00 2001 From: Pedro Monreal Gonzalez Date: Mon, 31 Aug 2020 06:37:36 +0000 Subject: [PATCH] Accepting request 830494 from devel:languages:perl:autoupdate - updated to 1.28 see /usr/share/doc/packages/perl-DateTime-Locale/Changes 1.28 2020-08-28 - Move a test that was added in 1.27 to xt. This test is a sensitive to small variations in error message text, and testing it locally and in CI is sufficient. Reported by Kent Fredric. GH #27. 1.27 2020-08-28 - The $locale->locale_data method now returns a deep clone of the locale's data. This allows you to safely modify any elements of the returned hash without breaking the original locale. Implemented by Alexander Pankoff. GH #26. - We now support loading locale data from relative directories in @INC. Implemented by Alexander Pankoff. GH #25. - When loading locale data, we now check $! for read errors, as well as checking for an error eval'ing the file's contents in $@. Fixed by Alexander Pankoff. GH #24. OBS-URL: https://build.opensuse.org/request/show/830494 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-DateTime-Locale?expand=0&rev=61 --- DateTime-Locale-1.26.tar.gz | 3 --- DateTime-Locale-1.28.tar.gz | 3 +++ perl-DateTime-Locale.changes | 21 +++++++++++++++++++++ perl-DateTime-Locale.spec | 16 +++++++++------- 4 files changed, 33 insertions(+), 10 deletions(-) delete mode 100644 DateTime-Locale-1.26.tar.gz create mode 100644 DateTime-Locale-1.28.tar.gz diff --git a/DateTime-Locale-1.26.tar.gz b/DateTime-Locale-1.26.tar.gz deleted file mode 100644 index edad6ec..0000000 --- a/DateTime-Locale-1.26.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1e43152a7ca4585a335958da0dd5e430b95a820f6de6456df26e7ec2a6649792 -size 1389665 diff --git a/DateTime-Locale-1.28.tar.gz b/DateTime-Locale-1.28.tar.gz new file mode 100644 index 0000000..0099549 --- /dev/null +++ b/DateTime-Locale-1.28.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c604d8c5c9c2739b78e0538a402283b82b1df419e60bef20b04843e4584bade +size 1391000 diff --git a/perl-DateTime-Locale.changes b/perl-DateTime-Locale.changes index 8b798aa..6c53e59 100644 --- a/perl-DateTime-Locale.changes +++ b/perl-DateTime-Locale.changes @@ -1,3 +1,24 @@ +------------------------------------------------------------------- +Sat Aug 29 03:10:10 UTC 2020 - Tina Müller + +- updated to 1.28 + see /usr/share/doc/packages/perl-DateTime-Locale/Changes + + 1.28 2020-08-28 + - Move a test that was added in 1.27 to xt. This test is a sensitive to small + variations in error message text, and testing it locally and in CI is + sufficient. Reported by Kent Fredric. GH #27. + 1.27 2020-08-28 + - The $locale->locale_data method now returns a deep clone of the locale's + data. This allows you to safely modify any elements of the returned hash + without breaking the original locale. Implemented by Alexander Pankoff. GH + #26. + - We now support loading locale data from relative directories in + @INC. Implemented by Alexander Pankoff. GH #25. + - When loading locale data, we now check $! for read errors, as well as + checking for an error eval'ing the file's contents in $@. Fixed by Alexander + Pankoff. GH #24. + ------------------------------------------------------------------- Sat Jul 4 03:08:59 UTC 2020 - Tina Müller diff --git a/perl-DateTime-Locale.spec b/perl-DateTime-Locale.spec index d658026..c702dd9 100644 --- a/perl-DateTime-Locale.spec +++ b/perl-DateTime-Locale.spec @@ -17,10 +17,10 @@ Name: perl-DateTime-Locale -Version: 1.260000 +Version: 1.280000 Release: 0 -%define cpan_version 1.26 -Provides: perl(DateTime::Locale) = 1.260000 +%define cpan_version 1.28 +Provides: perl(DateTime::Locale) = 1.280000 %define cpan_name DateTime-Locale Summary: Localization support for DateTime.pm License: Artistic-1.0 OR GPL-1.0-or-later @@ -40,13 +40,15 @@ BuildRequires: perl(File::ShareDir::Install) >= 0.06 BuildRequires: perl(IPC::System::Simple) BuildRequires: perl(List::Util) >= 1.45 BuildRequires: perl(Params::ValidationCompiler) >= 0.13 +BuildRequires: perl(Path::Tiny) BuildRequires: perl(Specio::Declare) BuildRequires: perl(Specio::Library::String) -BuildRequires: perl(Test::Fatal) +BuildRequires: perl(Test2::Plugin::NoWarnings) +BuildRequires: perl(Test2::Plugin::UTF8) +BuildRequires: perl(Test2::Require::Module) +BuildRequires: perl(Test2::V0) BuildRequires: perl(Test::File::ShareDir::Dist) -BuildRequires: perl(Test::More) >= 0.96 -BuildRequires: perl(Test::Requires) -BuildRequires: perl(Test::Warnings) +BuildRequires: perl(Test::More) >= 1.302015 BuildRequires: perl(namespace::autoclean) >= 0.19 Requires: perl(Dist::CheckConflicts) >= 0.02 Requires: perl(File::ShareDir)