Accepting request 384006 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/384006
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-UI-Dialog?expand=0&rev=12
This commit is contained in:
Stephan Kulow
2016-04-06 06:46:20 +00:00
committed by Git OBS Bridge
parent 8a0ac7e89a
commit fef8d0de1c
4 changed files with 72 additions and 5 deletions

View File

@@ -1,3 +1,66 @@
-------------------------------------------------------------------
Mon Apr 4 10:36:36 UTC 2016 - coolo@suse.com
- updated to 1.21
see /usr/share/doc/packages/perl-UI-Dialog/Changes
1.21 - Sat, 2 Apr 2016 18:04:33 -0500
* Refactored unit tests to not fail unless it's during actual testing
* All unit test scripts are consistently formatted
1.20 - Sun, 6 Mar 2016 21:03:33 -0500
* Removed Gconf module cludges from Nautilus
* Nautilus example and backend general tweaks
* Closes github issue 21
* Renamed COPYRIGHT to LICENSE
1.19 - Sun, 21 Feb 2016 18:26:22 -0500
* Nautilus and XOSD tweaks, tests shouldn't fail now
* minor changes
1.18 - Fri, 12 Feb 2016 21:48:42 -0500
* xdialog cleaned up, example script and test included
* minor changes
1.17 - Fri, 12 Feb 2016 00:16:03 -0500
* gdialog cleaned up, example script and test included
* kdialog cleaned up, example script and test included
* general unit tests fleshed out and/or updated
* password dialog for gdialog no longer supported
1.16 - Tue, 9 Feb 2016 21:44:42 -0500
* Fix for File::Slurp::Unicode dependency (Closes: RT111890)
* Fixes for ASCII backend
* examples/ascii.pl en-par with cdialog, whiptail and zenity
1.15 - Mon, 8 Feb 2016 18:55:33 -0500
* Added dependencies for String::ShellQuote, File::Slurp::Unicode
* Fixed trust-input, this should now work perfectly (thanks to shell_quote)
1.14 - Tue, 2 Feb 2016 19:52:03 -0500
* CDialog revisited, tests passing, example script re-written
* Whiptail revisited, tests passing, example script re-written
* Zenity revisited, tests passing, example script re-written
* (Note: need to revisit the rest of the backends, perhaps prune some)
* Copyright / license updates
* Use warnings across all modules
* Minimum perl version is consistently 5.6
* This is an "I'm sorry" release for all who actually use this module and I somehow broke your day.
1.13 - Sat, 30 Jan 2016 16:12:04 -0500
* Bugfix for CDialog menu issue (RT111472)
* Patched for checklist issue (RT111429), thanks Ricky!
* Updated CONTRIBUTORS
-------------------------------------------------------------------
Wed Jan 27 10:48:35 UTC 2016 - coolo@suse.com