Hello community,
here is the log from the commit of package perl-Test2-Plugin-NoWarnings for
openSUSE:Factory checked in at 2019-05-06 21:13:50
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Test2-Plugin-NoWarnings (Old)
and /work/SRC/openSUSE:Factory/.perl-Test2-Plugin-NoWarnings.new.5148
(New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Test2-Plugin-NoWarnings"
Mon May 6 21:13:50 2019 rev:3 rq:700742 version:0.07
Changes:
--------
---
/work/SRC/openSUSE:Factory/perl-Test2-Plugin-NoWarnings/perl-Test2-Plugin-NoWarnings.changes
2017-06-09 15:58:06.941670957 +0200
+++
/work/SRC/openSUSE:Factory/.perl-Test2-Plugin-NoWarnings.new.5148/perl-Test2-Plugin-NoWarnings.changes
2019-05-06 21:13:50.360521767 +0200
@@ -1,0 +2,13 @@
+Mon Apr 22 05:31:32 UTC 2019 - Stephan Kulow <[email protected]>
+
+- updated to 0.07
+ see /usr/share/doc/packages/perl-Test2-Plugin-NoWarnings/Changes
+
+ 0.07 2019-04-21
+
+ - Reverted back to using the Warning event type, since the bug in the Test2
+ core that caused this to be a problem has since been fixed.
+
+ - Replaced use of Test2::Bundle::Extended with Test2::V0.
+
+-------------------------------------------------------------------
Old:
----
Test2-Plugin-NoWarnings-0.06.tar.gz
New:
----
Test2-Plugin-NoWarnings-0.07.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-Test2-Plugin-NoWarnings.spec ++++++
--- /var/tmp/diff_new_pack.uedMT5/_old 2019-05-06 21:13:51.856525902 +0200
+++ /var/tmp/diff_new_pack.uedMT5/_new 2019-05-06 21:13:51.892526001 +0200
@@ -1,7 +1,7 @@
#
# spec file for package perl-Test2-Plugin-NoWarnings
#
-# Copyright (c) 2017 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,32 +12,35 @@
# 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-Test2-Plugin-NoWarnings
-Version: 0.06
+Version: 0.07
Release: 0
%define cpan_name Test2-Plugin-NoWarnings
Summary: Fail if tests warn
License: Artistic-2.0
Group: Development/Libraries/Perl
-Url: http://search.cpan.org/dist/Test2-Plugin-NoWarnings/
+Url: https://metacpan.org/release/%{cpan_name}
Source0:
https://cpan.metacpan.org/authors/id/D/DR/DROLSKY/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
+BuildRequires: perl(Capture::Tiny)
BuildRequires: perl(IPC::Run3)
+BuildRequires: perl(Test2) >= 1.302096
BuildRequires: perl(Test2::API)
-BuildRequires: perl(Test2::Bundle::Extended)
BuildRequires: perl(Test2::Event)
BuildRequires: perl(Test2::Require::Module)
BuildRequires: perl(Test2::Util::HashBase)
+BuildRequires: perl(Test2::V0)
BuildRequires: perl(Test::More) >= 1.302015
BuildRequires: perl(parent)
+Requires: perl(Test2) >= 1.302096
Requires: perl(Test2::API)
Requires: perl(Test2::Event)
Requires: perl(Test2::Util::HashBase)
@@ -56,11 +59,11 @@
%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
@@ -69,7 +72,7 @@
%files -f %{name}.files
%defattr(-,root,root,755)
-%doc Changes CONTRIBUTING.md README.md
+%doc Changes CODE_OF_CONDUCT.md CONTRIBUTING.md README.md
%license LICENSE
%changelog
++++++ Test2-Plugin-NoWarnings-0.06.tar.gz ->
Test2-Plugin-NoWarnings-0.07.tar.gz ++++++
++++ 2086 lines of diff (skipped)