From 43cbce5da4c27906ec61535410ad9b2a484e289392b8c640f711479b9ea9e563 Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Mon, 25 Nov 2013 12:08:34 +0000 Subject: [PATCH] update OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Test-Warnings?expand=0&rev=8 --- Test-Warnings-0.010.tar.gz | 3 --- Test-Warnings-0.012.tar.gz | 3 +++ perl-Test-Warnings.changes | 8 ++++++++ perl-Test-Warnings.spec | 7 +++---- 4 files changed, 14 insertions(+), 7 deletions(-) delete mode 100644 Test-Warnings-0.010.tar.gz create mode 100644 Test-Warnings-0.012.tar.gz diff --git a/Test-Warnings-0.010.tar.gz b/Test-Warnings-0.010.tar.gz deleted file mode 100644 index 62cb60c..0000000 --- a/Test-Warnings-0.010.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3a1d87b0c5709398e13733893ce06d975713a849f6673f9471e27a1f744c96e7 -size 25520 diff --git a/Test-Warnings-0.012.tar.gz b/Test-Warnings-0.012.tar.gz new file mode 100644 index 0000000..3d44fb9 --- /dev/null +++ b/Test-Warnings-0.012.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e942300a45ef6aa781b8b64f0c4cd9672442de2b36bf6a1fadee88ead00acc6 +size 27004 diff --git a/perl-Test-Warnings.changes b/perl-Test-Warnings.changes index d3961d0..8839ecb 100644 --- a/perl-Test-Warnings.changes +++ b/perl-Test-Warnings.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Mon Nov 25 07:38:08 UTC 2013 - coolo@suse.com + +- updated to 0.012 + - re-release to fix t/00-report-prereqs.t use of + CPAN::Meta::Requirements + - unnecessary tests removed; CONTRIBUTING file added + ------------------------------------------------------------------- Fri Oct 4 09:14:24 UTC 2013 - coolo@suse.com diff --git a/perl-Test-Warnings.spec b/perl-Test-Warnings.spec index 664c56e..a42c806 100644 --- a/perl-Test-Warnings.spec +++ b/perl-Test-Warnings.spec @@ -17,7 +17,7 @@ Name: perl-Test-Warnings -Version: 0.010 +Version: 0.012 Release: 0 %define cpan_name Test-Warnings Summary: Test for warnings and the lack of them @@ -29,8 +29,7 @@ BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros -BuildRequires: perl(Module::Build::Tiny) >= 0.027 -BuildRequires: perl(Test::CheckDeps) >= 0.007 +BuildRequires: perl(Module::Build::Tiny) >= 0.030 BuildRequires: perl(Test::Deep) BuildRequires: perl(Test::More) >= 0.94 BuildRequires: perl(Test::Tester) >= 0.108 @@ -92,6 +91,6 @@ wish to test the content of expected warnings; read on to find out how. %files -f %{name}.files %defattr(-,root,root,755) -%doc Changes examples LICENSE README weaver.ini +%doc Changes CONTRIBUTING examples LICENSE README weaver.ini %changelog