Accepting request 356063 from devel:languages:perl:autoupdate
automatic update OBS-URL: https://build.opensuse.org/request/show/356063 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Test-Warnings?expand=0&rev=16
This commit is contained in:
parent
150fb21154
commit
5309b5cd0e
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:263402bdb1abeb2a677d6d2e86ac1bfdf5c0445b51d05cb7393901e4cab8fdee
|
|
||||||
size 37279
|
|
3
Test-Warnings-0.025.tar.gz
Normal file
3
Test-Warnings-0.025.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:073a3cc6fe5825f4067877585a1948181575890317c55298872781c95a22268f
|
||||||
|
size 38010
|
@ -1,3 +1,16 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
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
|
Sat Dec 26 10:18:59 UTC 2015 - coolo@suse.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-Test-Warnings
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: perl-Test-Warnings
|
Name: perl-Test-Warnings
|
||||||
Version: 0.024
|
Version: 0.025
|
||||||
Release: 0
|
Release: 0
|
||||||
%define cpan_name Test-Warnings
|
%define cpan_name Test-Warnings
|
||||||
Summary: Test for warnings and the lack of them
|
Summary: Test for warnings and the lack of them
|
||||||
@ -30,8 +30,6 @@ BuildArch: noarch
|
|||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
BuildRequires: perl-macros
|
BuildRequires: perl-macros
|
||||||
BuildRequires: perl(CPAN::Meta::Check) >= 0.011
|
|
||||||
BuildRequires: perl(CPAN::Meta::Requirements)
|
|
||||||
BuildRequires: perl(Test::More) >= 0.94
|
BuildRequires: perl(Test::More) >= 0.94
|
||||||
BuildRequires: perl(parent)
|
BuildRequires: perl(parent)
|
||||||
Requires: perl(parent)
|
Requires: perl(parent)
|
||||||
|
Loading…
Reference in New Issue
Block a user