Accepting request 505156 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/505156
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Config-Model?expand=0&rev=36
This commit is contained in:
Stephan Kulow
2017-06-25 06:28:32 +00:00
committed by Git OBS Bridge
parent a190b1ee4f
commit b2938a2498
4 changed files with 34 additions and 5 deletions

View File

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

View File

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

View File

@@ -1,3 +1,32 @@
-------------------------------------------------------------------
Wed Jun 21 05:14:58 UTC 2017 - coolo@suse.com
- updated to 2.105
see /usr/share/doc/packages/perl-Config-Model/Changes
2.105 2017-06-09
Bug fixes:
* Value: fix fetch in non_upstream_default mode to avoid breaking
'cme meta plugin' command
2.104 2017-06-03
Improvements:
* Instance: add backend_arg to enable misc parameter for cme command
(e.g a systemd service name for systemd model or a patch name for
Dpkg patch model). (Build require Config::Model::Tester 2.062)
Bug fixes:
* BackendMgr:
* allow empty but defined config_dir
* ignore config_file in non-root node (do not die anymore)
* Plainfile backend: try to fix a windows bug showing up on smoke tests
* Dumper:
* hash id containing @ must be quoted
* accept non_upstream_default mode
* Value: fix fetch in non_upstream_default mode
-------------------------------------------------------------------
Fri May 26 05:17:13 UTC 2017 - coolo@suse.com

View File

@@ -17,7 +17,7 @@
Name: perl-Config-Model
Version: 2.103
Version: 2.105
Release: 0
%define cpan_name Config-Model
Summary: Create tools to validate, migrate and edit configuration files
@@ -31,7 +31,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(Carp::Assert::More)
BuildRequires: perl(Config::Model::Tester) >= 2.059
BuildRequires: perl(Config::Model::Tester) >= 2.062
BuildRequires: perl(File::HomeDir)
BuildRequires: perl(Hash::Merge) >= 0.12
BuildRequires: perl(JSON)