Accepting request 884001 from devel:languages:perl:autoupdate

- updated to 2.142
   see /usr/share/doc/packages/perl-Config-Model/Changes
  2.142 2021-04-07
    New features:
      * cme function: add force-load parameter to behave like
        cme command
    Bug fix:
      * Avoid messing up array indexes when remove list items (gh #26)
        Thanks Hugo van der Sanden, James E Keenan and Slaven Rezić for
        the help
      * load method: forward value of check parameter

OBS-URL: https://build.opensuse.org/request/show/884001
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Config-Model?expand=0&rev=52
This commit is contained in:
2021-04-13 14:49:53 +00:00
committed by Git OBS Bridge
parent 88a02c550c
commit 2ddc0754fc
4 changed files with 22 additions and 5 deletions

View File

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

View File

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

View File

@@ -1,3 +1,21 @@
-------------------------------------------------------------------
Thu Apr 8 03:06:20 UTC 2021 - Tina Müller <timueller+perl@suse.de>
- updated to 2.142
see /usr/share/doc/packages/perl-Config-Model/Changes
2.142 2021-04-07
New features:
* cme function: add force-load parameter to behave like
cme command
Bug fix:
* Avoid messing up array indexes when remove list items (gh #26)
Thanks Hugo van der Sanden, James E Keenan and Slaven Rezić for
the help
* load method: forward value of check parameter
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Jan 18 03:06:22 UTC 2021 - Tina Müller <timueller+perl@suse.de> Mon Jan 18 03:06:22 UTC 2021 - Tina Müller <timueller+perl@suse.de>

View File

@@ -18,7 +18,7 @@
%define cpan_name Config-Model %define cpan_name Config-Model
Name: perl-Config-Model Name: perl-Config-Model
Version: 2.141 Version: 2.142
Release: 0 Release: 0
Summary: Framework to validate, migrate and edit configuration files Summary: Framework to validate, migrate and edit configuration files
License: LGPL-2.1-or-later License: LGPL-2.1-or-later
@@ -56,7 +56,6 @@ BuildRequires: perl(Test::Memory::Cycle)
BuildRequires: perl(Test::Pod) >= 1.00 BuildRequires: perl(Test::Pod) >= 1.00
BuildRequires: perl(Test::Warn) >= 0.11 BuildRequires: perl(Test::Warn) >= 0.11
BuildRequires: perl(Text::Levenshtein::Damerau) BuildRequires: perl(Text::Levenshtein::Damerau)
BuildRequires: perl(XXX)
BuildRequires: perl(YAML::Tiny) BuildRequires: perl(YAML::Tiny)
BuildRequires: perl(boolean) BuildRequires: perl(boolean)
BuildRequires: perl(parent) BuildRequires: perl(parent)