Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package perl-Test-NoWarnings for 
openSUSE:Factory checked in at 2021-08-05 20:47:49
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Test-NoWarnings (Old)
 and      /work/SRC/openSUSE:Factory/.perl-Test-NoWarnings.new.1899 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-Test-NoWarnings"

Thu Aug  5 20:47:49 2021 rev:24 rq:909908 version:1.06

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/perl-Test-NoWarnings/perl-Test-NoWarnings.changes    
    2015-04-28 20:43:05.000000000 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Test-NoWarnings.new.1899/perl-Test-NoWarnings.changes
      2021-08-05 20:48:05.143933204 +0200
@@ -1,0 +2,19 @@
+Wed Jul 28 03:10:36 UTC 2021 - Tina M??ller <timueller+p...@suse.de>
+
+- updated to 1.06
+   see /usr/share/doc/packages/perl-Test-NoWarnings/Changes
+
+  1.06 - 2021-07-27
+      - released as stable
+
+  1.05_01 - 2021-07-15
+      - clarify docs around tests without a plan
+      - documentation cleanups and typo fixes
+      - minor code cleanups
+      - use warnings in tests
+      - skip fork test if perl can't fork
+      - note conflicts with Carp::Always in documentation
+      - Made had_no_warnings turn off the checking at END time for use with
+        done_testing based tests with no test count. Also added docs.
+
+-------------------------------------------------------------------

Old:
----
  Test-NoWarnings-1.04.tar.gz

New:
----
  Test-NoWarnings-1.06.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ perl-Test-NoWarnings.spec ++++++
--- /var/tmp/diff_new_pack.jnbp3S/_old  2021-08-05 20:48:05.595932697 +0200
+++ /var/tmp/diff_new_pack.jnbp3S/_new  2021-08-05 20:48:05.595932697 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Test-NoWarnings
 #
-# Copyright (c) 2015 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
@@ -12,23 +12,21 @@
 # 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/
 #
 
 
+%define cpan_name Test-NoWarnings
 Name:           perl-Test-NoWarnings
-Version:        1.04
+Version:        1.06
 Release:        0
-#Upstream: SUSE-Public-Domain
-%define cpan_name Test-NoWarnings
+#Upstream: LGPL-2.1-or-later
 Summary:        Make sure you didn't emit any warnings while testing
-License:        LGPL-2.1+
-Group:          Development/Libraries/Perl
-Url:            http://search.cpan.org/dist/Test-NoWarnings/
-Source0:        
http://www.cpan.org/authors/id/A/AD/ADAMK/%{cpan_name}-%{version}.tar.gz
+License:        LGPL-2.1-or-later
+URL:            https://metacpan.org/release/%{cpan_name}
+Source0:        
https://cpan.metacpan.org/authors/id/H/HA/HAARG/%{cpan_name}-%{version}.tar.gz
 Source1:        cpanspec.yml
 BuildArch:      noarch
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
 BuildRequires:  perl(Test::Builder) >= 0.86
@@ -40,26 +38,26 @@
 In general, your tests shouldn't produce warnings. This modules causes any
 warnings to be captured and stored. It automatically adds an extra test
 that will run when your script ends to check that there were no warnings.
-If there were any warings, the test will give a "not ok" and diagnostics of
-where, when and what the warning was, including a stack trace of what was
-going on when the it occurred.
+If there were any warnings, the test will give a "not ok" and diagnostics
+of where, when and what the warning was, including a stack trace of what
+was going on when the it occurred.
 
 If some of your tests *are supposed to* produce warnings then you should be
-capturing and checking them with the Test::Warn manpage, that way the
-Test::NoWarnings manpage will not see them and so not complain.
+capturing and checking them with Test::Warn, that way Test::NoWarnings will
+not see them and so not complain.
 
 The test is run by an 'END' block in Test::NoWarnings. It will not be run
 when any forked children exit.
 
 %prep
-%setup -q -n %{cpan_name}-%{version}
+%autosetup  -n %{cpan_name}-%{version}
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor
-%{__make} %{?_smp_mflags}
+perl Makefile.PL INSTALLDIRS=vendor
+%make_build
 
 %check
-%{__make} test
+make test
 
 %install
 %perl_make_install
@@ -67,7 +65,7 @@
 %perl_gen_filelist
 
 %files -f %{name}.files
-%defattr(-,root,root,755)
-%doc Changes LICENSE README
+%doc Changes README
+%license LICENSE
 
 %changelog

++++++ Test-NoWarnings-1.04.tar.gz -> Test-NoWarnings-1.06.tar.gz ++++++
++++ 2521 lines of diff (skipped)

Reply via email to