Hello community,

here is the log from the commit of package perl-CGI for openSUSE:Factory 
checked in at 2017-12-04 09:59:52
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-CGI (Old)
 and      /work/SRC/openSUSE:Factory/.perl-CGI.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-CGI"

Mon Dec  4 09:59:52 2017 rev:9 rq:547397 version:4.38

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-CGI/perl-CGI.changes        2017-11-04 
19:27:58.795991439 +0100
+++ /work/SRC/openSUSE:Factory/.perl-CGI.new/perl-CGI.changes   2017-12-04 
09:59:53.837813891 +0100
@@ -1,0 +2,11 @@
+Sat Dec  2 06:07:26 UTC 2017 - [email protected]
+
+- updated to 4.38
+   see /usr/share/doc/packages/perl-CGI/Changes
+
+  4.38 2017-12-01
+  
+      [ TESTING ]
+      - command_line.t: Avoid -I for libs (GH #224, thanks to cpansprout)
+
+-------------------------------------------------------------------

Old:
----
  CGI-4.37.tar.gz

New:
----
  CGI-4.38.tar.gz

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

Other differences:
------------------
++++++ perl-CGI.spec ++++++
--- /var/tmp/diff_new_pack.dPw9da/_old  2017-12-04 09:59:54.981772370 +0100
+++ /var/tmp/diff_new_pack.dPw9da/_new  2017-12-04 09:59:54.985772226 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           perl-CGI
-Version:        4.37
+Version:        4.38
 Release:        0
 %define cpan_name CGI
 Summary:        Handle Common Gateway Interface requests and responses

++++++ CGI-4.37.tar.gz -> CGI-4.38.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CGI-4.37/Changes new/CGI-4.38/Changes
--- old/CGI-4.37/Changes        2017-10-18 15:40:12.000000000 +0200
+++ new/CGI-4.38/Changes        2017-12-01 09:30:41.000000000 +0100
@@ -1,3 +1,8 @@
+4.38 2017-12-01
+
+    [ TESTING ]
+    - command_line.t: Avoid -I for libs (GH #224, thanks to cpansprout)
+
 4.37 2017-11-01
 
     [ FIX ]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CGI-4.37/META.json new/CGI-4.38/META.json
--- old/CGI-4.37/META.json      2017-11-01 11:17:16.000000000 +0100
+++ new/CGI-4.38/META.json      2017-12-01 09:31:53.000000000 +0100
@@ -79,6 +79,6 @@
          "web" : "https://github.com/leejo/CGI.pm";
       }
    },
-   "version" : "4.37",
+   "version" : "4.38",
    "x_serialization_backend" : "JSON::PP version 2.27400_02"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CGI-4.37/META.yml new/CGI-4.38/META.yml
--- old/CGI-4.37/META.yml       2017-11-01 11:17:16.000000000 +0100
+++ new/CGI-4.38/META.yml       2017-12-01 09:31:53.000000000 +0100
@@ -48,5 +48,5 @@
   homepage: https://metacpan.org/module/CGI
   license: http://dev.perl.org/licenses/
   repository: https://github.com/leejo/CGI.pm
-version: '4.37'
+version: '4.38'
 x_serialization_backend: 'CPAN::Meta::YAML version 0.018'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CGI-4.37/lib/CGI/Carp.pm new/CGI-4.38/lib/CGI/Carp.pm
--- old/CGI-4.37/lib/CGI/Carp.pm        2017-10-18 15:40:29.000000000 +0200
+++ new/CGI-4.38/lib/CGI/Carp.pm        2017-12-01 09:27:49.000000000 +0100
@@ -327,7 +327,7 @@
 
 $main::SIG{__WARN__}=\&CGI::Carp::warn;
 
-$CGI::Carp::VERSION     = '4.37';
+$CGI::Carp::VERSION     = '4.38';
 $CGI::Carp::CUSTOM_MSG  = undef;
 $CGI::Carp::DIE_HANDLER = undef;
 $CGI::Carp::TO_BROWSER  = 1;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CGI-4.37/lib/CGI/Cookie.pm 
new/CGI-4.38/lib/CGI/Cookie.pm
--- old/CGI-4.37/lib/CGI/Cookie.pm      2017-10-18 15:40:31.000000000 +0200
+++ new/CGI-4.38/lib/CGI/Cookie.pm      2017-12-01 09:27:52.000000000 +0100
@@ -5,7 +5,7 @@
 
 use if $] >= 5.019, 'deprecate';
 
-our $VERSION='4.37';
+our $VERSION='4.38';
 
 use CGI::Util qw(rearrange unescape escape);
 use overload '""' => \&as_string, 'cmp' => \&compare, 'fallback' => 1;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CGI-4.37/lib/CGI/File/Temp.pm 
new/CGI-4.38/lib/CGI/File/Temp.pm
--- old/CGI-4.37/lib/CGI/File/Temp.pm   2017-10-18 15:40:33.000000000 +0200
+++ new/CGI-4.38/lib/CGI/File/Temp.pm   2017-12-01 09:27:54.000000000 +0100
@@ -3,7 +3,7 @@
 # you use it directly and your code breaks horribly.
 package CGI::File::Temp;
 
-$CGI::File::Temp::VERSION = '4.37';
+$CGI::File::Temp::VERSION = '4.38';
 
 use parent File::Temp;
 use parent Fh;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CGI-4.37/lib/CGI/Pretty.pm 
new/CGI-4.38/lib/CGI/Pretty.pm
--- old/CGI-4.37/lib/CGI/Pretty.pm      2017-10-18 15:40:34.000000000 +0200
+++ new/CGI-4.38/lib/CGI/Pretty.pm      2017-12-01 09:27:56.000000000 +0100
@@ -6,7 +6,7 @@
 use if $] >= 5.019, 'deprecate';
 use CGI ();
 
-$CGI::Pretty::VERSION = '4.37';
+$CGI::Pretty::VERSION = '4.38';
 $CGI::DefaultClass = __PACKAGE__;
 @CGI::Pretty::ISA = qw( CGI );
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CGI-4.37/lib/CGI/Push.pm new/CGI-4.38/lib/CGI/Push.pm
--- old/CGI-4.37/lib/CGI/Push.pm        2017-10-18 15:40:35.000000000 +0200
+++ new/CGI-4.38/lib/CGI/Push.pm        2017-12-01 09:27:58.000000000 +0100
@@ -6,7 +6,7 @@
 use warnings;
 #/;
 
-$CGI::Push::VERSION='4.37';
+$CGI::Push::VERSION='4.38';
 use CGI;
 use CGI::Util 'rearrange';
 @ISA = ('CGI');
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CGI-4.37/lib/CGI/Util.pm new/CGI-4.38/lib/CGI/Util.pm
--- old/CGI-4.37/lib/CGI/Util.pm        2017-10-18 15:40:38.000000000 +0200
+++ new/CGI-4.38/lib/CGI/Util.pm        2017-12-01 09:28:00.000000000 +0100
@@ -6,7 +6,7 @@
 our @EXPORT_OK = qw(rearrange rearrange_header make_attributes unescape escape
         expires ebcdic2ascii ascii2ebcdic);
 
-our $VERSION = '4.37';
+our $VERSION = '4.38';
 
 our $_EBCDIC = "\t" ne "\011";
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CGI-4.37/lib/CGI.pm new/CGI-4.38/lib/CGI.pm
--- old/CGI-4.37/lib/CGI.pm     2017-10-18 15:40:44.000000000 +0200
+++ new/CGI-4.38/lib/CGI.pm     2017-12-01 09:28:05.000000000 +0100
@@ -8,7 +8,7 @@
 use warnings;
 #/;
 
-$CGI::VERSION='4.37';
+$CGI::VERSION='4.38';
 
 use CGI::Util qw(rearrange rearrange_header make_attributes unescape escape 
expires ebcdic2ascii ascii2ebcdic);
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CGI-4.37/lib/Fh.pm new/CGI-4.38/lib/Fh.pm
--- old/CGI-4.37/lib/Fh.pm      2017-10-18 15:40:47.000000000 +0200
+++ new/CGI-4.38/lib/Fh.pm      2017-12-01 09:28:08.000000000 +0100
@@ -5,6 +5,6 @@
 use strict;
 use warnings;
 
-$Fh::VERSION = '4.37';
+$Fh::VERSION = '4.38';
 
 1;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CGI-4.37/t/command_line.t 
new/CGI-4.38/t/command_line.t
--- old/CGI-4.37/t/command_line.t       2017-04-06 16:32:41.000000000 +0200
+++ new/CGI-4.38/t/command_line.t       2017-12-01 09:25:59.000000000 +0100
@@ -22,9 +22,11 @@
 ######################### End of black magic.
 
 my @cmd_base = ($^X);
-push @cmd_base, "-I$_" foreach @INC;
 push @cmd_base, '-MCGI', '-e';
 
+require Config;
+my $inc = join($Config::Config{path_sep}, @INC) || '';
+
 # Run a string of Perl code using a command line CGI invocation.
 # Takes the code and any additional command line arguments.
 # Dies if any error or warnings; returns stdout.
@@ -38,6 +40,7 @@
     open my $old_stderr, '>&STDERR' or die "cannot dup stderr: $!";
     open STDOUT, '>&', $stdout_fh or die "cannot redirect stdout: $!";
     open STDERR, '>&', $stderr_fh or die "cannot redirect stderr: $!";
+    local $ENV{PERL5LIB} = $inc;
     my $r = system(@cmd);
     my $system_status = $?;
     open STDOUT, '>&', $old_stdout or die "cannot restore stdout: $!";


Reply via email to