Accepting request 494513 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/494513
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Config-Model-TkUI?expand=0&rev=11
This commit is contained in:
Stephan Kulow
2017-05-12 06:03:04 +00:00
committed by Git OBS Bridge
parent a681a56213
commit 39e7f948e9
4 changed files with 30 additions and 6 deletions

View File

@@ -1,3 +1,27 @@
-------------------------------------------------------------------
Thu May 11 05:16:41 UTC 2017 - coolo@suse.com
- updated to 1.362
see /usr/share/doc/packages/perl-Config-Model-TkUI/Changes
1.362 2017-05-10
Bug fix:
* bind mouse button 2 and 3 only on release (avoid
double action on button press and then release)
* fix undef warnings when pasting a value in tree
before opening an editor or a viewer
* Depends on Config::Model 2.095 (forgotten in v1.360)
* add missing C-f C-c C-v bindings (other binding
ideas are welcome, see gh #3)
Improved functionality:
* TkUI: open hash or array after pasting data
Other:
* change layout of test model file
* dist.ini: update copyright years
-------------------------------------------------------------------
Mon Feb 13 11:27:05 UTC 2017 - coolo@suse.com