Accepting request 356600 from devel:languages:perl
1 OBS-URL: https://build.opensuse.org/request/show/356600 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Test-Warnings?expand=0&rev=10
This commit is contained in:
commit
d6d9d4daac
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:263402bdb1abeb2a677d6d2e86ac1bfdf5c0445b51d05cb7393901e4cab8fdee
|
||||
size 37279
|
3
Test-Warnings-0.026.tar.gz
Normal file
3
Test-Warnings-0.026.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ae2b68b1b5616704598ce07f5118efe42dc4605834453b7b2be14e26f9cc9a08
|
||||
size 38058
|
@ -1,3 +1,26 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 27 10:43:06 UTC 2016 - coolo@suse.com
|
||||
|
||||
- updated to 0.026
|
||||
see /usr/share/doc/packages/perl-Test-Warnings/Changes
|
||||
|
||||
0.026 2016-01-27 03:13:25Z
|
||||
- fixed use of modules loaded by t/zzz-check-breaks.t
|
||||
- fix stderr suppression on perl 5.6
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 26 11:01:02 UTC 2016 - coolo@suse.com
|
||||
|
||||
- updated to 0.025
|
||||
see /usr/share/doc/packages/perl-Test-Warnings/Changes
|
||||
|
||||
0.025 2016-01-24 02:59:28Z
|
||||
- prereqs lowered from required to suggested:
|
||||
- CPAN::Meta::Check
|
||||
- CPAN::Meta::Requirements
|
||||
- tests are now quieter to avoid causing confusion, by suppressing
|
||||
the printing of stderr in tests
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Dec 26 10:18:59 UTC 2015 - coolo@suse.com
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-Test-Warnings
|
||||
#
|
||||
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2016 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-Test-Warnings
|
||||
Version: 0.024
|
||||
Version: 0.026
|
||||
Release: 0
|
||||
%define cpan_name Test-Warnings
|
||||
Summary: Test for warnings and the lack of them
|
||||
@ -30,8 +30,6 @@ BuildArch: noarch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl-macros
|
||||
BuildRequires: perl(CPAN::Meta::Check) >= 0.011
|
||||
BuildRequires: perl(CPAN::Meta::Requirements)
|
||||
BuildRequires: perl(Test::More) >= 0.94
|
||||
BuildRequires: perl(parent)
|
||||
Requires: perl(parent)
|
||||
|
Loading…
Reference in New Issue
Block a user