Accepting request 658840 from devel:languages:perl:autoupdate
automatic update OBS-URL: https://build.opensuse.org/request/show/658840 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Config-Model?expand=0&rev=41
This commit is contained in:
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:2c3c5a35e33b8d0913964f7515277f462d3564d3458de927bbc59eb0efd10f00
|
|
||||||
size 357677
|
|
3
Config-Model-2.131.tar.gz
Normal file
3
Config-Model-2.131.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:420d4f7384d2525f8e848325eb472f53f945fab4fc9ed8091060358cbd46201a
|
||||||
|
size 355347
|
@@ -1,3 +1,25 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Dec 17 06:03:10 UTC 2018 - Stephan Kulow <coolo@suse.com>
|
||||||
|
|
||||||
|
- updated to 2.131
|
||||||
|
see /usr/share/doc/packages/perl-Config-Model/Changes
|
||||||
|
|
||||||
|
2.131 2018-12-16
|
||||||
|
|
||||||
|
With this release, this distribution no longer provides YAML
|
||||||
|
backend. The YAML backend is now delivered in its own
|
||||||
|
distribution. Look for Config::Model::Backend::Yaml on CPAN.
|
||||||
|
|
||||||
|
Other changes:
|
||||||
|
* Value: use warn_if warn_unless label in warning message shown to user.
|
||||||
|
* BackendMgr: throw correctly "unknown backend" exception
|
||||||
|
* Exception: trap missing object parameter
|
||||||
|
|
||||||
|
|
||||||
|
Doc update
|
||||||
|
* remove mention of old config-model-users mailing list (dead)
|
||||||
|
* BackendMgr: mention that Yaml backend is now external
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Dec 8 06:05:00 UTC 2018 - Stephan Kulow <coolo@suse.com>
|
Sat Dec 8 06:05:00 UTC 2018 - Stephan Kulow <coolo@suse.com>
|
||||||
|
|
||||||
|
@@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: perl-Config-Model
|
Name: perl-Config-Model
|
||||||
Version: 2.130
|
Version: 2.131
|
||||||
Release: 0
|
Release: 0
|
||||||
%define cpan_name Config-Model
|
%define cpan_name Config-Model
|
||||||
Summary: Create tools to validate, migrate and edit configuration files
|
Summary: Create tools to validate, migrate and edit configuration files
|
||||||
@@ -57,7 +57,6 @@ BuildRequires: perl(Test::Log::Log4perl)
|
|||||||
BuildRequires: perl(Test::Memory::Cycle)
|
BuildRequires: perl(Test::Memory::Cycle)
|
||||||
BuildRequires: perl(Test::Warn) >= 0.11
|
BuildRequires: perl(Test::Warn) >= 0.11
|
||||||
BuildRequires: perl(Text::Levenshtein::Damerau)
|
BuildRequires: perl(Text::Levenshtein::Damerau)
|
||||||
BuildRequires: perl(YAML)
|
|
||||||
BuildRequires: perl(YAML::Tiny)
|
BuildRequires: perl(YAML::Tiny)
|
||||||
BuildRequires: perl(boolean)
|
BuildRequires: perl(boolean)
|
||||||
BuildRequires: perl(parent)
|
BuildRequires: perl(parent)
|
||||||
@@ -82,7 +81,6 @@ Requires: perl(Text::Levenshtein::Damerau)
|
|||||||
Requires: perl(parent)
|
Requires: perl(parent)
|
||||||
Recommends: perl(Fuse)
|
Recommends: perl(Fuse)
|
||||||
Recommends: perl(Text::Levenshtein::Damerau)
|
Recommends: perl(Text::Levenshtein::Damerau)
|
||||||
Recommends: perl(YAML::Tiny)
|
|
||||||
%{perl_requires}
|
%{perl_requires}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
|
Reference in New Issue
Block a user