Hello community,

here is the log from the commit of package perl-Test-Compile for 
openSUSE:Factory checked in at 2020-07-08 19:19:32
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Test-Compile (Old)
 and      /work/SRC/openSUSE:Factory/.perl-Test-Compile.new.3060 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-Test-Compile"

Wed Jul  8 19:19:32 2020 rev:12 rq:819487 version:2.4.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-Test-Compile/perl-Test-Compile.changes      
2020-03-30 23:06:40.924288582 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Test-Compile.new.3060/perl-Test-Compile.changes
    2020-07-08 19:20:21.100467774 +0200
@@ -1,0 +2,10 @@
+Tue Jul  7 03:12:12 UTC 2020 - Tina Müller <timueller+p...@suse.de>
+
+- updated to 2.4.1
+   see /usr/share/doc/packages/perl-Test-Compile/Changes
+
+  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
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ perl-Test-Compile.spec ++++++
--- /var/tmp/diff_new_pack.eciRV5/_old  2020-07-08 19:20:22.888473708 +0200
+++ /var/tmp/diff_new_pack.eciRV5/_new  2020-07-08 19:20:22.892473721 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Test-Compile
 #
-# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,13 +17,13 @@
 
 
 Name:           perl-Test-Compile
-Version:        2.4.0
+Version:        2.4.1
 Release:        0
 %define cpan_name Test-Compile
 Summary:        Check whether Perl files compile correctly
 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/EG/EGILES/%{cpan_name}-v%{version}.tar.gz
 Source1:        cpanspec.yml
 BuildArch:      noarch

++++++ Test-Compile-v2.4.0.tar.gz -> Test-Compile-v2.4.1.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Compile-v2.4.0/Changes 
new/Test-Compile-v2.4.1/Changes
--- old/Test-Compile-v2.4.0/Changes     2020-03-29 01:46:20.000000000 +0100
+++ new/Test-Compile-v2.4.1/Changes     2020-07-06 06:21:27.000000000 +0200
@@ -1,5 +1,9 @@
 Revision history for Perl extension Test-Compile
 
+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
+
 v2.4.0    2020-03-29
     - RT-132153: Be more verbose when in verbose mode
     - Update copyright
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Compile-v2.4.0/META.json 
new/Test-Compile-v2.4.1/META.json
--- old/Test-Compile-v2.4.0/META.json   2020-03-29 01:46:20.000000000 +0100
+++ new/Test-Compile-v2.4.1/META.json   2020-07-06 06:21:27.000000000 +0200
@@ -35,11 +35,11 @@
    "provides" : {
       "Test::Compile" : {
          "file" : "lib/Test/Compile.pm",
-         "version" : "v2.4.0"
+         "version" : "v2.4.1"
       },
       "Test::Compile::Internal" : {
          "file" : "lib/Test/Compile/Internal.pm",
-         "version" : "v2.4.0"
+         "version" : "v2.4.1"
       }
    },
    "release_status" : "stable",
@@ -51,6 +51,6 @@
          "url" : "http://github.com/egiles/test-compile";
       }
    },
-   "version" : "v2.4.0",
+   "version" : "v2.4.1",
    "x_serialization_backend" : "JSON::PP version 2.97001"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Compile-v2.4.0/META.yml 
new/Test-Compile-v2.4.1/META.yml
--- old/Test-Compile-v2.4.0/META.yml    2020-03-29 01:46:20.000000000 +0100
+++ new/Test-Compile-v2.4.1/META.yml    2020-07-06 06:21:27.000000000 +0200
@@ -15,10 +15,10 @@
 provides:
   Test::Compile:
     file: lib/Test/Compile.pm
-    version: v2.4.0
+    version: v2.4.1
   Test::Compile::Internal:
     file: lib/Test/Compile/Internal.pm
-    version: v2.4.0
+    version: v2.4.1
 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.0
+version: v2.4.1
 x_serialization_backend: 'CPAN::Meta::YAML version 0.018'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Compile-v2.4.0/lib/Test/Compile/Internal.pm 
new/Test-Compile-v2.4.1/lib/Test/Compile/Internal.pm
--- old/Test-Compile-v2.4.0/lib/Test/Compile/Internal.pm        2020-03-29 
01:46:20.000000000 +0100
+++ new/Test-Compile-v2.4.1/lib/Test/Compile/Internal.pm        2020-07-06 
06:21:27.000000000 +0200
@@ -3,7 +3,7 @@
 use warnings;
 use strict;
 
-use version; our $VERSION = qv("v2.4.0");
+use version; our $VERSION = qv("v2.4.1");
 use File::Spec;
 use UNIVERSAL::require;
 use Test::Builder;
@@ -372,7 +372,7 @@
 
     my @inc = ('blib/lib', @INC);
     my $taint = $self->_is_in_taint_mode($file);
-    my $command = join(" ", ($^X, (map { "-I$_" } @inc), "-c$taint", $file));
+    my $command = join(" ", (qq{"$^X"}, (map { qq{"-I$_"} } @inc), "-c$taint", 
$file));
     if ( $self->verbose() ) {
         $self->{test}->diag("Executing: " . $command);
     }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Compile-v2.4.0/lib/Test/Compile.pm 
new/Test-Compile-v2.4.1/lib/Test/Compile.pm
--- old/Test-Compile-v2.4.0/lib/Test/Compile.pm 2020-03-29 01:46:20.000000000 
+0100
+++ new/Test-Compile-v2.4.1/lib/Test/Compile.pm 2020-07-06 06:21:27.000000000 
+0200
@@ -3,7 +3,7 @@
 use warnings;
 use strict;
 
-use version; our $VERSION = qv("v2.4.0");
+use version; our $VERSION = qv("v2.4.1");
 use parent 'Exporter';
 use UNIVERSAL::require;
 use Test::Compile::Internal;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Compile-v2.4.0/t/200-pl-file-ok-vms.t 
new/Test-Compile-v2.4.1/t/200-pl-file-ok-vms.t
--- old/Test-Compile-v2.4.0/t/200-pl-file-ok-vms.t      2020-03-29 
01:46:20.000000000 +0100
+++ new/Test-Compile-v2.4.1/t/200-pl-file-ok-vms.t      2020-07-06 
06:21:27.000000000 +0200
@@ -1,9 +1,13 @@
 #!perl -w
 use strict;
 use warnings;
-use Test::More tests => 1;
+use Test::More;
 use Test::Compile qw( pl_file_ok );
 
+plan skip_all => 'No Devel::CheckOS, skipping'
+    unless Devel::CheckOS->require;
+plan tests => 1;
+
 # cheap emulation
 $^O = 'VMS';
 


Reply via email to