Accepting request 296930 from devel:languages:perl:autoupdate

update to be fixed manually

OBS-URL: https://build.opensuse.org/request/show/296930
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Task-Kensho-Exceptions?expand=0&rev=9
This commit is contained in:
Stephan Kulow 2015-04-16 05:28:25 +00:00 committed by Git OBS Bridge
parent 8d44b7d8c0
commit ed682e172a
4 changed files with 31 additions and 11 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b934e5b732b7a8acdb6d3d126d06721876b57c4aded2da469e2ad8878c84249c
size 20696

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:150d14be76c5373048d9c2a2763a1a930ad747547e3fb946e949d0c111a50329
size 23753

View File

@ -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

View File

@ -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