diff --git a/UI-Dialog-1.12.tar.gz b/UI-Dialog-1.12.tar.gz deleted file mode 100644 index e8dea39..0000000 --- a/UI-Dialog-1.12.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b614923928d0865e3d744ca606a50f9e2ee4ba555141ee4f269e054627ce68c6 -size 97789 diff --git a/UI-Dialog-1.21.tar.gz b/UI-Dialog-1.21.tar.gz new file mode 100644 index 0000000..98118ba --- /dev/null +++ b/UI-Dialog-1.21.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5eff18e753b6ee5d692918782f6816daf55d122faeb9ae6103e4510dd06f752a +size 97110 diff --git a/perl-UI-Dialog.changes b/perl-UI-Dialog.changes index 7d4c338..6f7d62b 100644 --- a/perl-UI-Dialog.changes +++ b/perl-UI-Dialog.changes @@ -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 diff --git a/perl-UI-Dialog.spec b/perl-UI-Dialog.spec index eaf7965..9c31fa1 100644 --- a/perl-UI-Dialog.spec +++ b/perl-UI-Dialog.spec @@ -17,7 +17,7 @@ Name: perl-UI-Dialog -Version: 1.12 +Version: 1.21 Release: 0 %define cpan_name UI-Dialog Summary: Wrapper for Various Dialog Applications @@ -30,6 +30,10 @@ BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros +BuildRequires: perl(File::Slurp) +BuildRequires: perl(String::ShellQuote) +Requires: perl(File::Slurp) +Requires: perl(String::ShellQuote) %{perl_requires} %description @@ -62,6 +66,6 @@ interface. %files -f %{name}.files %defattr(-,root,root,755) -%doc Changes CONTRIBUTORS COPYRIGHT examples README TODO +%doc Changes CONTRIBUTORS examples LICENSE README TODO %changelog