Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package perl-Test-Compile for 
openSUSE:Factory checked in at 2021-06-24 18:22:40
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Test-Compile (Old)
 and      /work/SRC/openSUSE:Factory/.perl-Test-Compile.new.2625 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-Test-Compile"

Thu Jun 24 18:22:40 2021 rev:13 rq:901660 version:2.4.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-Test-Compile/perl-Test-Compile.changes      
2020-07-08 19:20:21.100467774 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Test-Compile.new.2625/perl-Test-Compile.changes
    2021-06-24 18:23:01.092945771 +0200
@@ -1,0 +2,13 @@
+Thu Jun 17 03:09:53 UTC 2021 - Tina M??ller <[email protected]>
+
+- updated to 2.4.2
+   see /usr/share/doc/packages/perl-Test-Compile/Changes
+
+  v2.4.2         2021-06-16
+      - (dboehmer) make 'all_files_ok()' more consistent
+      - (dboehmer) Fix typo
+      - More documentation improvements
+      - Yet more tests
+      - Update copyright
+
+-------------------------------------------------------------------

Old:
----
  Test-Compile-v2.4.1.tar.gz

New:
----
  Test-Compile-v2.4.2.tar.gz

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

Other differences:
------------------
++++++ perl-Test-Compile.spec ++++++
--- /var/tmp/diff_new_pack.aNseJm/_old  2021-06-24 18:23:01.588946321 +0200
+++ /var/tmp/diff_new_pack.aNseJm/_new  2021-06-24 18:23:01.588946321 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Test-Compile
 #
-# Copyright (c) 2020 SUSE LLC
+# 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 @@
 #
 
 
+%define cpan_name Test-Compile
 Name:           perl-Test-Compile
-Version:        2.4.1
+Version:        2.4.2
 Release:        0
-%define cpan_name Test-Compile
-Summary:        Check whether Perl files compile correctly
+Summary:        Assert that your Perl files compile OK
 License:        Artistic-1.0 OR GPL-1.0-or-later
-Group:          Development/Libraries/Perl
 URL:            https://metacpan.org/release/%{cpan_name}
 Source0:        
https://cpan.metacpan.org/authors/id/E/EG/EGILES/%{cpan_name}-v%{version}.tar.gz
 Source1:        cpanspec.yml
 BuildArch:      noarch
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
 BuildRequires:  perl(Exporter) >= 5.68
@@ -62,7 +60,7 @@
     $test->done_testing();
 
 %prep
-%setup -q -n %{cpan_name}-v%{version}
+%autosetup  -n %{cpan_name}-v%{version}
 
 %build
 perl Build.PL installdirs=vendor
@@ -76,7 +74,6 @@
 %perl_gen_filelist
 
 %files -f %{name}.files
-%defattr(-,root,root,755)
 %doc Changes README
 %license LICENSE
 

++++++ Test-Compile-v2.4.1.tar.gz -> Test-Compile-v2.4.2.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Compile-v2.4.1/Changes 
new/Test-Compile-v2.4.2/Changes
--- old/Test-Compile-v2.4.1/Changes     2020-07-06 06:21:27.000000000 +0200
+++ new/Test-Compile-v2.4.2/Changes     2021-06-16 12:31:03.000000000 +0200
@@ -1,8 +1,15 @@
 Revision history for Perl extension Test-Compile
 
+v2.4.2   2021-06-16
+    - (dboehmer) make 'all_files_ok()' more consistent
+    - (dboehmer) Fix typo
+    - More documentation improvements
+    - Yet more tests
+    - Update copyright
+
 v2.4.1    2020-07-06
-    - Fix if perl is installed in a dir with a space in it's path
-    - Fix for Strwberry perl without Devel::CheckOS
+    - (mohawk2) Fix if perl is installed in a dir with a space in it's path
+    - (mohawk2) Fix for Strawberry perl without Devel::CheckOS
 
 v2.4.0    2020-03-29
     - RT-132153: Be more verbose when in verbose mode
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Compile-v2.4.1/MANIFEST 
new/Test-Compile-v2.4.2/MANIFEST
--- old/Test-Compile-v2.4.1/MANIFEST    2020-07-06 06:21:27.000000000 +0200
+++ new/Test-Compile-v2.4.2/MANIFEST    2021-06-16 12:31:03.000000000 +0200
@@ -22,8 +22,11 @@
 t/100-internal-pm-file-compiles.t
 t/100-internal-verbose.t
 t/200-import-check.t
-t/200-pl-file-ok.t
+t/200-all-files-ok.t
+t/200-all-pm-files-ok.t
+t/200-all-pl-files-ok.t
 t/200-pl-file-ok-vms.t
+t/200-px-file-ok.t
 t/200-taint.t
 t/999-has-version.t
 t/999-perlcritic.t
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Compile-v2.4.1/META.json 
new/Test-Compile-v2.4.2/META.json
--- old/Test-Compile-v2.4.1/META.json   2020-07-06 06:21:27.000000000 +0200
+++ new/Test-Compile-v2.4.2/META.json   2021-06-16 12:31:03.000000000 +0200
@@ -1,5 +1,5 @@
 {
-   "abstract" : "Check whether Perl files compile correctly.",
+   "abstract" : "Assert that your Perl files compile OK.",
    "author" : [
       "Evan Giles <[email protected]>"
    ],
@@ -35,11 +35,11 @@
    "provides" : {
       "Test::Compile" : {
          "file" : "lib/Test/Compile.pm",
-         "version" : "v2.4.1"
+         "version" : "v2.4.2"
       },
       "Test::Compile::Internal" : {
          "file" : "lib/Test/Compile/Internal.pm",
-         "version" : "v2.4.1"
+         "version" : "v2.4.2"
       }
    },
    "release_status" : "stable",
@@ -51,6 +51,6 @@
          "url" : "http://github.com/egiles/test-compile";
       }
    },
-   "version" : "v2.4.1",
+   "version" : "v2.4.2",
    "x_serialization_backend" : "JSON::PP version 2.97001"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Compile-v2.4.1/META.yml 
new/Test-Compile-v2.4.2/META.yml
--- old/Test-Compile-v2.4.1/META.yml    2020-07-06 06:21:27.000000000 +0200
+++ new/Test-Compile-v2.4.2/META.yml    2021-06-16 12:31:03.000000000 +0200
@@ -1,5 +1,5 @@
 ---
-abstract: 'Check whether Perl files compile correctly.'
+abstract: 'Assert that your Perl files compile OK.'
 author:
   - 'Evan Giles <[email protected]>'
 build_requires: {}
@@ -15,10 +15,10 @@
 provides:
   Test::Compile:
     file: lib/Test/Compile.pm
-    version: v2.4.1
+    version: v2.4.2
   Test::Compile::Internal:
     file: lib/Test/Compile/Internal.pm
-    version: v2.4.1
+    version: v2.4.2
 recommends:
   Devel::CheckOS: '0'
 requires:
@@ -30,5 +30,5 @@
 resources:
   license: http://dev.perl.org/licenses/
   repository: http://github.com/egiles/test-compile
-version: v2.4.1
+version: v2.4.2
 x_serialization_backend: 'CPAN::Meta::YAML version 0.018'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Compile-v2.4.1/README 
new/Test-Compile-v2.4.2/README
--- old/Test-Compile-v2.4.1/README      2020-07-06 06:21:27.000000000 +0200
+++ new/Test-Compile-v2.4.2/README      2021-06-16 12:31:03.000000000 +0200
@@ -20,7 +20,7 @@
       ./Build install
 
 COPYRIGHT AND LICENSE
-    Copyright 2007-2020.
+    Copyright 2007-2021.
 
     This library is free software; you can redistribute it and/or modify it
     under the same terms as Perl itself.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Compile-v2.4.1/lib/Test/Compile/Internal.pm 
new/Test-Compile-v2.4.2/lib/Test/Compile/Internal.pm
--- old/Test-Compile-v2.4.1/lib/Test/Compile/Internal.pm        2020-07-06 
06:21:27.000000000 +0200
+++ new/Test-Compile-v2.4.2/lib/Test/Compile/Internal.pm        2021-06-16 
12:31:03.000000000 +0200
@@ -3,7 +3,7 @@
 use warnings;
 use strict;
 
-use version; our $VERSION = qv("v2.4.1");
+use version; our $VERSION = qv("v2.4.2");
 use File::Spec;
 use UNIVERSAL::require;
 use Test::Builder;
@@ -11,7 +11,7 @@
 
 =head1 NAME
 
-Test::Compile::Internal - Test whether your perl files compile.
+Test::Compile::Internal - Assert that your Perl files compile OK.
 
 =head1 SYNOPSIS
 
@@ -60,7 +60,10 @@
 sub all_files_ok {
     my ($self, @dirs) = @_;
 
-    if ( $self->all_pm_files_ok(@dirs) && $self->all_pl_files_ok(@dirs) ) {
+    my $pm_ok = $self->all_pm_files_ok(@dirs);
+    my $pl_ok = $self->all_pl_files_ok(@dirs);
+
+    if ( $pm_ok && $pl_ok ) {
         return 1;
     }
 }
@@ -70,7 +73,7 @@
 
 Checks all the perl module files it can find for compilation errors.
 
-If C<@dirs> is defined then it is taken as an array of directories to
+If C<@dirs> is defined then it is taken as an array of files or directories to
 be searched for perl files, otherwise it searches some default locations
 - see L</all_pm_files(@dirs)>.
 
@@ -434,7 +437,7 @@
 
 =head1 COPYRIGHT AND LICENSE
 
-Copyright 2007-2020 by the authors.
+Copyright 2007-2021 by the authors.
 
 This library is free software; you can redistribute it and/or modify
 it under the same terms as Perl itself.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Compile-v2.4.1/lib/Test/Compile.pm 
new/Test-Compile-v2.4.2/lib/Test/Compile.pm
--- old/Test-Compile-v2.4.1/lib/Test/Compile.pm 2020-07-06 06:21:27.000000000 
+0200
+++ new/Test-Compile-v2.4.2/lib/Test/Compile.pm 2021-06-16 12:31:03.000000000 
+0200
@@ -3,7 +3,7 @@
 use warnings;
 use strict;
 
-use version; our $VERSION = qv("v2.4.1");
+use version; our $VERSION = qv("v2.4.2");
 use parent 'Exporter';
 use UNIVERSAL::require;
 use Test::Compile::Internal;
@@ -12,7 +12,7 @@
 
 =head1 NAME
 
-Test::Compile - Check whether Perl files compile correctly.
+Test::Compile - Assert that your Perl files compile OK.
 
 =head1 SYNOPSIS
 
@@ -315,7 +315,7 @@
 
 =head1 COPYRIGHT AND LICENSE
 
-Copyright 2007-2020 by the authors.
+Copyright 2007-2021 by the authors.
 
 This library is free software; you can redistribute it and/or modify
 it under the same terms as Perl itself.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Compile-v2.4.1/t/200-all-files-ok.t 
new/Test-Compile-v2.4.2/t/200-all-files-ok.t
--- old/Test-Compile-v2.4.1/t/200-all-files-ok.t        1970-01-01 
01:00:00.000000000 +0100
+++ new/Test-Compile-v2.4.2/t/200-all-files-ok.t        2021-06-16 
12:31:03.000000000 +0200
@@ -0,0 +1,10 @@
+#!perl
+use strict;
+use warnings;
+use Test::More tests => 2;
+use Test::Compile qw( all_files_ok );
+
+# all_files_ok() calls 'ok()' as required
+# so we can't that explicitly in this script...
+# this file is mostly just to increase the coverage.
+all_files_ok();
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Compile-v2.4.1/t/200-all-pl-files-ok.t 
new/Test-Compile-v2.4.2/t/200-all-pl-files-ok.t
--- old/Test-Compile-v2.4.1/t/200-all-pl-files-ok.t     1970-01-01 
01:00:00.000000000 +0100
+++ new/Test-Compile-v2.4.2/t/200-all-pl-files-ok.t     2021-06-16 
12:31:03.000000000 +0200
@@ -0,0 +1,9 @@
+#!perl
+use strict;
+use warnings;
+use Test::Compile;
+
+# all_pl_files_ok() calls 'plan()' and 'ok()' as required
+# so we can't call those things in this script...
+# this file is mostly just to increase the coverage.
+all_pl_files_ok('t/scripts/subdir/success.pl');
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Compile-v2.4.1/t/200-all-pm-files-ok.t 
new/Test-Compile-v2.4.2/t/200-all-pm-files-ok.t
--- old/Test-Compile-v2.4.1/t/200-all-pm-files-ok.t     1970-01-01 
01:00:00.000000000 +0100
+++ new/Test-Compile-v2.4.2/t/200-all-pm-files-ok.t     2021-06-16 
12:31:03.000000000 +0200
@@ -0,0 +1,9 @@
+#!perl
+use strict;
+use warnings;
+use Test::Compile;
+
+# all_pm_files_ok() calls 'plan()' and 'ok()' as required
+# so we can't call those things in this script...
+# this file is mostly just to increase the coverage.
+all_pm_files_ok();
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Compile-v2.4.1/t/200-pl-file-ok.t 
new/Test-Compile-v2.4.2/t/200-pl-file-ok.t
--- old/Test-Compile-v2.4.1/t/200-pl-file-ok.t  2020-07-06 06:21:27.000000000 
+0200
+++ new/Test-Compile-v2.4.2/t/200-pl-file-ok.t  1970-01-01 01:00:00.000000000 
+0100
@@ -1,7 +0,0 @@
-#!perl
-use strict;
-use warnings;
-use Test::More tests => 1;
-use Test::Compile qw( pl_file_ok );
-
-pl_file_ok('t/scripts/subdir/success.pl', 'success.pl compiles');
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Compile-v2.4.1/t/200-px-file-ok.t 
new/Test-Compile-v2.4.2/t/200-px-file-ok.t
--- old/Test-Compile-v2.4.1/t/200-px-file-ok.t  1970-01-01 01:00:00.000000000 
+0100
+++ new/Test-Compile-v2.4.2/t/200-px-file-ok.t  2021-06-16 12:31:03.000000000 
+0200
@@ -0,0 +1,11 @@
+#!perl
+use strict;
+use warnings;
+use Test::More tests => 2;
+use Test::Compile qw( pl_file_ok pm_file_ok );
+
+# pl_file_ok() and pm_file_ok() both call 'ok()' as required
+# so we can't that explicitly in this script...
+# this file is mostly just to increase the coverage.
+pl_file_ok('t/scripts/subdir/success.pl', 'success.pl compiles');
+pm_file_ok('t/scripts/Module.pm', 'Module.pm compiles');

Reply via email to