Accepting request 907928 from devel:languages:perl:autoupdate
- updated to 0.031 see /usr/share/doc/packages/perl-Test-Warnings/Changes 0.031 2021-07-13 22:13:48Z - remove unneeded develop prereqs that caused metacpan to unduly raise the river position of some dependent modules OBS-URL: https://build.opensuse.org/request/show/907928 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Test-Warnings?expand=0&rev=27
This commit is contained in:
parent
ef0cc909dc
commit
08cb80cefc
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:89a4947ddf1564ae01122275584433d7f6c4370370bcf3768922d796956ae24f
|
||||
size 42304
|
BIN
Test-Warnings-0.031.tar.gz
(Stored with Git LFS)
Normal file
BIN
Test-Warnings-0.031.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 14 03:06:57 UTC 2021 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
- updated to 0.031
|
||||
see /usr/share/doc/packages/perl-Test-Warnings/Changes
|
||||
|
||||
0.031 2021-07-13 22:13:48Z
|
||||
- remove unneeded develop prereqs that caused metacpan to unduly
|
||||
raise the river position of some dependent modules
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Mar 22 03:11:38 UTC 2020 - <timueller+perl@suse.de>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-Test-Warnings
|
||||
#
|
||||
# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2021 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -16,18 +16,16 @@
|
||||
#
|
||||
|
||||
|
||||
Name: perl-Test-Warnings
|
||||
Version: 0.030
|
||||
Release: 0
|
||||
%define cpan_name Test-Warnings
|
||||
Name: perl-Test-Warnings
|
||||
Version: 0.031
|
||||
Release: 0
|
||||
Summary: Test for warnings and the lack of them
|
||||
License: Artistic-1.0 OR GPL-1.0-or-later
|
||||
Group: Development/Libraries/Perl
|
||||
Url: https://metacpan.org/release/%{cpan_name}
|
||||
URL: https://metacpan.org/release/%{cpan_name}
|
||||
Source0: https://cpan.metacpan.org/authors/id/E/ET/ETHER/%{cpan_name}-%{version}.tar.gz
|
||||
Source1: cpanspec.yml
|
||||
BuildArch: noarch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl-macros
|
||||
BuildRequires: perl(Test::More) >= 0.94
|
||||
@ -62,11 +60,11 @@ It can also be used as a replacement for Test::Warn, if you wish to test
|
||||
the content of expected warnings; read on to find out how.
|
||||
|
||||
%prep
|
||||
%setup -q -n %{cpan_name}-%{version}
|
||||
%autosetup -n %{cpan_name}-%{version}
|
||||
|
||||
%build
|
||||
perl Makefile.PL INSTALLDIRS=vendor
|
||||
make %{?_smp_mflags}
|
||||
%make_build
|
||||
|
||||
%check
|
||||
make test
|
||||
@ -77,7 +75,6 @@ make test
|
||||
%perl_gen_filelist
|
||||
|
||||
%files -f %{name}.files
|
||||
%defattr(-,root,root,755)
|
||||
%doc Changes CONTRIBUTING examples README
|
||||
%license LICENCE
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user