Accepting request 296931 from devel:languages:perl:autoupdate
update to be fixed manually OBS-URL: https://build.opensuse.org/request/show/296931 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Task-Kensho-Testing?expand=0&rev=10
This commit is contained in:
parent
a295dab2fd
commit
b09d48d091
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:70829b8bd37775296519b023b1dd5ae7147f088a2356a342b3668ac4444133eb
|
||||
size 21483
|
3
Task-Kensho-Testing-0.38.tar.gz
Normal file
3
Task-Kensho-Testing-0.38.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:033c61cd35dce91d5569e1fcdd973a4c4b57738eb14772323032feac0f0bef19
|
||||
size 24061
|
@ -1,3 +1,24 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 14 20:59:05 UTC 2015 - coolo@suse.com
|
||||
|
||||
- updated to 0.38
|
||||
see /usr/share/doc/packages/perl-Task-Kensho-Testing/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 08:29:32 UTC 2014 - coolo@suse.com
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-Task-Kensho-Testing
|
||||
#
|
||||
# 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-Testing
|
||||
Version: 0.36
|
||||
Version: 0.38
|
||||
Release: 0
|
||||
%define cpan_name Task-Kensho-Testing
|
||||
Summary: A Glimpse at an Enlightened Perl: Testing
|
||||
@ -30,7 +30,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl-macros
|
||||
BuildRequires: perl(Devel::Cover)
|
||||
BuildRequires: perl(Module::Build::Tiny) >= 0.035
|
||||
BuildRequires: perl(Module::Build::Tiny) >= 0.038
|
||||
BuildRequires: perl(Test::Deep)
|
||||
BuildRequires: perl(Test::Fatal)
|
||||
BuildRequires: perl(Test::Memory::Cycle)
|
||||
@ -39,16 +39,15 @@ BuildRequires: perl(Test::NoWarnings)
|
||||
BuildRequires: perl(Test::Pod)
|
||||
BuildRequires: perl(Test::Pod::Coverage)
|
||||
BuildRequires: perl(Test::Requires)
|
||||
BuildRequires: perl(version)
|
||||
Recommends: perl(Devel::Cover)
|
||||
Recommends: perl(Test::Deep)
|
||||
Recommends: perl(Test::Fatal)
|
||||
Recommends: perl(Test::Memory::Cycle)
|
||||
Recommends: perl(Test::Most)
|
||||
Recommends: perl(Test::NoWarnings)
|
||||
Recommends: perl(Test::Pod)
|
||||
Recommends: perl(Test::Pod::Coverage)
|
||||
Recommends: perl(Test::Requires)
|
||||
Requires: perl(Devel::Cover)
|
||||
Requires: perl(Test::Deep)
|
||||
Requires: perl(Test::Fatal)
|
||||
Requires: perl(Test::Memory::Cycle)
|
||||
Requires: perl(Test::Most)
|
||||
Requires: perl(Test::NoWarnings)
|
||||
Requires: perl(Test::Pod)
|
||||
Requires: perl(Test::Pod::Coverage)
|
||||
Requires: perl(Test::Requires)
|
||||
%{perl_requires}
|
||||
|
||||
%description
|
||||
@ -100,6 +99,6 @@ achieve.
|
||||
|
||||
%files -f %{name}.files
|
||||
%defattr(-,root,root,755)
|
||||
%doc Changes LICENSE README README.md
|
||||
%doc Changes LICENSE README
|
||||
|
||||
%changelog
|
||||
|
Loading…
x
Reference in New Issue
Block a user