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 +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