Accepting request 406386 from devel:languages:perl:autoupdate
automatic update OBS-URL: https://build.opensuse.org/request/show/406386 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Config-Model?expand=0&rev=20
This commit is contained in:
committed by
Git OBS Bridge
parent
fc25733d5e
commit
e4996ccba3
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:a8ce5ae745c1d6e1022f82f3c7e767ca1478746562243ab3712de6587d80d310
|
|
||||||
size 326391
|
|
||||||
3
Config-Model-2.087.tar.gz
Normal file
3
Config-Model-2.087.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:9f1a432818ba8895c3ff2d5c66cb5bfbfc2762f02fc966b82399e90c22af6ea4
|
||||||
|
size 328574
|
||||||
@@ -1,3 +1,33 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jul 4 12:21:53 UTC 2016 - coolo@suse.com
|
||||||
|
|
||||||
|
- updated to 2.087
|
||||||
|
see /usr/share/doc/packages/perl-Config-Model/Changes
|
||||||
|
|
||||||
|
2.087 2016-06-29
|
||||||
|
|
||||||
|
A release with mostly documentation improvements:
|
||||||
|
* Fixed many grammatical issues in all pod docs
|
||||||
|
* Added CONTRIBUTE.md
|
||||||
|
* Instance doc:
|
||||||
|
* separate data change methods from internal methods
|
||||||
|
* specify value returned by load()
|
||||||
|
|
||||||
|
Model specification change
|
||||||
|
* move warp info in warp param in WarpedNode.
|
||||||
|
The change is backward compatible and will show a
|
||||||
|
notification on STDOUT. This notification will
|
||||||
|
become later a warning.
|
||||||
|
* always show a message when using some parameters that were
|
||||||
|
deprecated in 2007. This may break tests.
|
||||||
|
It's time to fix them.
|
||||||
|
|
||||||
|
Bug fixes:
|
||||||
|
* add as_string method to all exception classes
|
||||||
|
* BackendMgr: correctly handle Path::Tiny exceptions
|
||||||
|
* Value: show changes of boolean values as they are
|
||||||
|
written in configuration file
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Jun 12 12:44:05 UTC 2016 - coolo@suse.com
|
Sun Jun 12 12:44:05 UTC 2016 - coolo@suse.com
|
||||||
|
|
||||||
|
|||||||
@@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: perl-Config-Model
|
Name: perl-Config-Model
|
||||||
Version: 2.086
|
Version: 2.087
|
||||||
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
|
||||||
@@ -89,9 +89,9 @@ configuration (fear not, a GUI is available with App::Cme)
|
|||||||
* A module to read and write configuration data. This can be one of the
|
* A module to read and write configuration data. This can be one of the
|
||||||
read/write backends provided by Config::Model or a custom backend.
|
read/write backends provided by Config::Model or a custom backend.
|
||||||
|
|
||||||
With the elements above, Config::Model will generate interactive
|
With the elements above, Config::Model generates interactive configuration
|
||||||
configuration editors (with integrated help and data validation). These
|
editors (with integrated help and data validation). These editors can be
|
||||||
editors can be graphical (with Config::Model::TkUI), curses based (with
|
graphical (with Config::Model::TkUI), curses based (with
|
||||||
Config::Model::CursesUI) or based on ReadLine.
|
Config::Model::CursesUI) or based on ReadLine.
|
||||||
|
|
||||||
Smaller models targeted for configuration upgrades can also be created:
|
Smaller models targeted for configuration upgrades can also be created:
|
||||||
@@ -119,6 +119,6 @@ command.
|
|||||||
|
|
||||||
%files -f %{name}.files
|
%files -f %{name}.files
|
||||||
%defattr(-,root,root,755)
|
%defattr(-,root,root,755)
|
||||||
%doc Changes contrib LICENSE MODELS TODO
|
%doc Changes contrib CONTRIBUTING.md LICENSE MODELS TODO
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
|||||||
Reference in New Issue
Block a user