diff --git a/Task-Kensho-Exceptions-0.36.tar.gz b/Task-Kensho-Exceptions-0.36.tar.gz deleted file mode 100644 index e6aef96..0000000 --- a/Task-Kensho-Exceptions-0.36.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b934e5b732b7a8acdb6d3d126d06721876b57c4aded2da469e2ad8878c84249c -size 20696 diff --git a/Task-Kensho-Exceptions-0.38.tar.gz b/Task-Kensho-Exceptions-0.38.tar.gz new file mode 100644 index 0000000..dd03aa0 --- /dev/null +++ b/Task-Kensho-Exceptions-0.38.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:150d14be76c5373048d9c2a2763a1a930ad747547e3fb946e949d0c111a50329 +size 23753 diff --git a/perl-Task-Kensho-Exceptions.changes b/perl-Task-Kensho-Exceptions.changes index 64711b5..39a540d 100644 --- a/perl-Task-Kensho-Exceptions.changes +++ b/perl-Task-Kensho-Exceptions.changes @@ -1,3 +1,24 @@ +------------------------------------------------------------------- +Tue Apr 14 15:55:02 UTC 2015 - coolo@suse.com + +- updated to 0.38 + see /usr/share/doc/packages/perl-Task-Kensho-Exceptions/Changes + + 0.38 2014-09-13 + - WebDev: Template::Toolkit is not indexed (see RT#92588) - + refer to Template instead + - subtask distributions now just use regular prereqs on their + component modules, rather than using optional_features metadata + - Task-Kensho now once again prompts at install time for each + subtask to be optionally installed + + 0.37 2014-08-16 + - ModuleDev: Switch Carp::Always over to Devel::Confess (per mst) + - ModuleDev: Add Data::Printer (per Sawyer X) + - ModuleDev: Add Devel::Dwarn (per mst) + - Toolchain: Add Pinto (per Sawyer X) + - Toolchain: Add App::FatPacker (per perigrin) + ------------------------------------------------------------------- Mon Mar 17 13:12:08 UTC 2014 - coolo@suse.com diff --git a/perl-Task-Kensho-Exceptions.spec b/perl-Task-Kensho-Exceptions.spec index 266782d..ec9ee1d 100644 --- a/perl-Task-Kensho-Exceptions.spec +++ b/perl-Task-Kensho-Exceptions.spec @@ -1,7 +1,7 @@ # # spec file for package perl-Task-Kensho-Exceptions # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: perl-Task-Kensho-Exceptions -Version: 0.36 +Version: 0.38 Release: 0 %define cpan_name Task-Kensho-Exceptions Summary: A Glimpse at an Enlightened Perl: Exception Handling @@ -29,14 +29,13 @@ BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros -BuildRequires: perl(Module::Build::Tiny) >= 0.035 +BuildRequires: perl(Module::Build::Tiny) >= 0.038 BuildRequires: perl(Try::Tiny) BuildRequires: perl(TryCatch) BuildRequires: perl(autodie) -BuildRequires: perl(version) -Recommends: perl(autodie) -Recommends: perl(TryCatch) -Recommends: perl(Try::Tiny) +Requires: perl(Try::Tiny) +Requires: perl(TryCatch) +Requires: perl(autodie) %{perl_requires} %description @@ -88,6 +87,6 @@ achieve. %files -f %{name}.files %defattr(-,root,root,755) -%doc Changes LICENSE README README.md +%doc Changes LICENSE README %changelog