Hello community,

here is the log from the commit of package perl-CPANPLUS for openSUSE:Factory 
checked in at 2012-03-06 13:40:46
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-CPANPLUS (Old)
 and      /work/SRC/openSUSE:Factory/.perl-CPANPLUS.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-CPANPLUS", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-CPANPLUS/perl-CPANPLUS.changes      
2012-02-24 12:06:27.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.perl-CPANPLUS.new/perl-CPANPLUS.changes 
2012-03-06 13:40:48.000000000 +0100
@@ -1,0 +2,6 @@
+Tue Mar  6 07:27:35 UTC 2012 - [email protected]
+
+- updated to 0.9120
+ * Resolved a regression with NA test reports
+
+-------------------------------------------------------------------

Old:
----
  CPANPLUS-0.9119.tar.gz

New:
----
  CPANPLUS-0.9120.tar.gz

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

Other differences:
------------------
++++++ perl-CPANPLUS.spec ++++++
--- /var/tmp/diff_new_pack.PCO7Ch/_old  2012-03-06 13:40:49.000000000 +0100
+++ /var/tmp/diff_new_pack.PCO7Ch/_new  2012-03-06 13:40:49.000000000 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           perl-CPANPLUS
-Version:        0.9119
+Version:        0.9120
 Release:        0
 %define cpan_name CPANPLUS
 Summary:        API & CLI access to the CPAN mirrors

++++++ CPANPLUS-0.9119.tar.gz -> CPANPLUS-0.9120.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CPANPLUS-0.9119/ChangeLog 
new/CPANPLUS-0.9120/ChangeLog
--- old/CPANPLUS-0.9119/ChangeLog       2012-02-23 21:57:50.000000000 +0100
+++ new/CPANPLUS-0.9120/ChangeLog       2012-03-04 13:13:59.000000000 +0100
@@ -1,3 +1,7 @@
+Changes for 0.9120      Sun Mar  4 12:12:52 2012
+================================================
+* Resolved a regression with NA test reports
+
 Changes for 0.9119      Thu Feb 23 20:54:53 2012
 ================================================
 * Added progress indicators for indexing when
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CPANPLUS-0.9119/META.yml new/CPANPLUS-0.9120/META.yml
--- old/CPANPLUS-0.9119/META.yml        2012-02-23 21:52:00.000000000 +0100
+++ new/CPANPLUS-0.9120/META.yml        2012-03-04 12:26:28.000000000 +0100
@@ -18,4 +18,4 @@
   license: http://dev.perl.org/licenses/
   homepage: http://github.com/jib/cpanplus-devel
   repository: http://github.com/jib/cpanplus-devel
-version: 0.9119
+version: 0.9120
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CPANPLUS-0.9119/inc/bundle/Archive/Tar/Constant.pm 
new/CPANPLUS-0.9120/inc/bundle/Archive/Tar/Constant.pm
--- old/CPANPLUS-0.9119/inc/bundle/Archive/Tar/Constant.pm      2012-02-10 
13:31:49.000000000 +0100
+++ new/CPANPLUS-0.9120/inc/bundle/Archive/Tar/Constant.pm      2012-03-04 
12:25:52.000000000 +0100
@@ -3,7 +3,7 @@
 BEGIN {
     require Exporter;
 
-    $VERSION    = '1.82';
+    $VERSION    = '1.84';
     @ISA        = qw[Exporter];
 
     require Time::Local if $^O eq "MacOS";
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CPANPLUS-0.9119/inc/bundle/Archive/Tar/File.pm 
new/CPANPLUS-0.9120/inc/bundle/Archive/Tar/File.pm
--- old/CPANPLUS-0.9119/inc/bundle/Archive/Tar/File.pm  2012-02-10 
13:31:49.000000000 +0100
+++ new/CPANPLUS-0.9120/inc/bundle/Archive/Tar/File.pm  2012-03-04 
12:25:52.000000000 +0100
@@ -13,7 +13,7 @@
 
 use vars qw[@ISA $VERSION];
 #@ISA        = qw[Archive::Tar];
-$VERSION    = '1.82';
+$VERSION    = '1.84';
 
 ### set value to 1 to oct() it during the unpack ###
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CPANPLUS-0.9119/inc/bundle/Archive/Tar.pm 
new/CPANPLUS-0.9120/inc/bundle/Archive/Tar.pm
--- old/CPANPLUS-0.9119/inc/bundle/Archive/Tar.pm       2012-02-10 
13:31:49.000000000 +0100
+++ new/CPANPLUS-0.9120/inc/bundle/Archive/Tar.pm       2012-03-04 
12:25:52.000000000 +0100
@@ -31,7 +31,7 @@
 $DEBUG                  = 0;
 $WARN                   = 1;
 $FOLLOW_SYMLINK         = 0;
-$VERSION                = "1.82";
+$VERSION                = "1.84";
 $CHOWN                  = 1;
 $CHMOD                  = 1;
 $SAME_PERMISSIONS       = $> == 0 ? 1 : 0;
@@ -1451,6 +1451,12 @@
             next;
         }
 
+        eval {
+            if( utf8::is_utf8( $file )) {
+              utf8::encode( $file );
+            }
+        };
+
         unless( -e $file || -l $file ) {
             $self->_error( qq[No such file: '$file'] );
             next;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CPANPLUS-0.9119/lib/CPANPLUS/Internals/Report.pm 
new/CPANPLUS-0.9120/lib/CPANPLUS/Internals/Report.pm
--- old/CPANPLUS-0.9119/lib/CPANPLUS/Internals/Report.pm        2012-02-12 
23:43:26.000000000 +0100
+++ new/CPANPLUS-0.9120/lib/CPANPLUS/Internals/Report.pm        2012-03-04 
12:21:07.000000000 +0100
@@ -509,12 +509,13 @@
         $message .= REPORT_TESTS_SKIPPED->();
     } elsif( $grade eq GRADE_NA) {
 
+        my $capture = ( $status && defined $status->{capture} ? 
$status->{capture} : $buffer );
+
         ### add the reason for the NA to the buffer
-        $buffer = join $/, $buffer, map {
+        $capture = join $/, $capture, map {
                         '[' . $_->tag . '] [' . $_->when . '] ' .
                         $_->message } ( CPANPLUS::Error->stack )[-1];
 
-        my $capture = ( $status && defined $status->{capture} ? 
$status->{capture} : $buffer );
         ### the bit where we inform what went wrong
         $message .= REPORT_MESSAGE_FAIL_HEADER->( $stage, $capture );
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CPANPLUS-0.9119/lib/CPANPLUS/Internals.pm 
new/CPANPLUS-0.9120/lib/CPANPLUS/Internals.pm
--- old/CPANPLUS-0.9119/lib/CPANPLUS/Internals.pm       2012-02-23 
21:52:00.000000000 +0100
+++ new/CPANPLUS-0.9120/lib/CPANPLUS/Internals.pm       2012-03-04 
12:26:28.000000000 +0100
@@ -42,7 +42,7 @@
             CPANPLUS::Internals::Report
         ];
 
-$VERSION = "0.9119";
+$VERSION = "0.9120";
 
 =pod
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CPANPLUS-0.9119/lib/CPANPLUS/Shell/Default.pm 
new/CPANPLUS-0.9120/lib/CPANPLUS/Shell/Default.pm
--- old/CPANPLUS-0.9119/lib/CPANPLUS/Shell/Default.pm   2012-02-23 
21:52:00.000000000 +0100
+++ new/CPANPLUS-0.9120/lib/CPANPLUS/Shell/Default.pm   2012-03-04 
12:26:28.000000000 +0100
@@ -26,7 +26,7 @@
 BEGIN {
     use vars        qw[ $VERSION @ISA ];
     @ISA        =   qw[ CPANPLUS::Shell::_Base::ReadLine ];
-    $VERSION = "0.9119";
+    $VERSION = "0.9120";
 }
 
 load CPANPLUS::Shell;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CPANPLUS-0.9119/lib/CPANPLUS.pm 
new/CPANPLUS-0.9120/lib/CPANPLUS.pm
--- old/CPANPLUS-0.9119/lib/CPANPLUS.pm 2012-02-23 21:52:00.000000000 +0100
+++ new/CPANPLUS-0.9120/lib/CPANPLUS.pm 2012-03-04 12:26:28.000000000 +0100
@@ -13,7 +13,7 @@
     use vars        qw( @EXPORT @ISA $VERSION );
     @EXPORT     =   qw( shell fetch get install );
     @ISA        =   qw( Exporter );
-    $VERSION = "0.9119";     #have to hardcode or cpan.org gets unhappy
+    $VERSION = "0.9120";     #have to hardcode or cpan.org gets unhappy
 }
 
 ### purely for backward compatibility, so we can call it from the commandline:

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to