Accepting request 734047 from devel:languages:perl:autoupdate

- updated to 0.027
   see /usr/share/doc/packages/perl-Test-Warnings/Changes
  0.027     2019-09-28 03:54:47Z
            - new :fail_on_warning feature, for more easily seeing where the
              surprising warning appeared during testing

OBS-URL: https://build.opensuse.org/request/show/734047
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Test-Warnings?expand=0&rev=19
This commit is contained in:
Pedro Monreal Gonzalez 2019-09-30 11:00:30 +00:00 committed by Git OBS Bridge
parent 010c297bdd
commit 13dd544d2f
4 changed files with 24 additions and 13 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ae2b68b1b5616704598ce07f5118efe42dc4605834453b7b2be14e26f9cc9a08
size 38058

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:118dd9f48408557555f0af5478e0e873f9df0952cf5911f697a4ce5165880864
size 41301

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Mon Sep 30 10:47:24 UTC 2019 - <timueller+perl@suse.de>
- updated to 0.027
see /usr/share/doc/packages/perl-Test-Warnings/Changes
0.027 2019-09-28 03:54:47Z
- new :fail_on_warning feature, for more easily seeing where the
surprising warning appeared during testing
-------------------------------------------------------------------
Wed Jan 27 10:43:06 UTC 2016 - coolo@suse.com

View File

@ -1,7 +1,7 @@
#
# spec file for package perl-Test-Warnings
#
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2019 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
@ -12,19 +12,19 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
Name: perl-Test-Warnings
Version: 0.026
Version: 0.027
Release: 0
%define cpan_name Test-Warnings
Summary: Test for warnings and the lack of them
License: Artistic-1.0 or GPL-1.0+
License: Artistic-1.0 OR GPL-1.0-or-later
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/Test-Warnings/
Source0: http://www.cpan.org/authors/id/E/ET/ETHER/%{cpan_name}-%{version}.tar.gz
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
@ -65,11 +65,11 @@ the content of expected warnings; read on to find out how.
%setup -q -n %{cpan_name}-%{version}
%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%{__make} %{?_smp_mflags}
perl Makefile.PL INSTALLDIRS=vendor
make %{?_smp_mflags}
%check
%{__make} test
make test
%install
%perl_make_install
@ -78,6 +78,7 @@ the content of expected warnings; read on to find out how.
%files -f %{name}.files
%defattr(-,root,root,755)
%doc Changes CONTRIBUTING examples LICENCE README
%doc Changes CONTRIBUTING examples README
%license LICENCE
%changelog