r4887 - in /packages/libspreadsheet-parseexcel-perl: ./ trunk/debian/patches/10objref.dpatch

ntyni-guest at users.alioth.debian.org ntyni-guest at users.alioth.debian.org
Sun Feb 25 21:55:53 CET 2007


Author: ntyni-guest
Date: Sun Feb 25 21:55:52 2007
New Revision: 4887

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=4887
Log:
 r899 at rispa:  niko | 2007-02-25 22:31:57 +0200
 update 10objref.dpatch to fix the fuzz

Modified:
    packages/libspreadsheet-parseexcel-perl/   (props changed)
    packages/libspreadsheet-parseexcel-perl/trunk/debian/patches/10objref.dpatch

Propchange: packages/libspreadsheet-parseexcel-perl/
------------------------------------------------------------------------------
--- svk:merge (original)
+++ svk:merge Sun Feb 25 21:55:52 2007
@@ -1,1 +1,1 @@
-ab5f373e-f555-4fd8-9ab3-2b98d2660992:/local/libspreadsheet-parseexcel-perl:898
+ab5f373e-f555-4fd8-9ab3-2b98d2660992:/local/libspreadsheet-parseexcel-perl:899

Modified: packages/libspreadsheet-parseexcel-perl/trunk/debian/patches/10objref.dpatch
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libspreadsheet-parseexcel-perl/trunk/debian/patches/10objref.dpatch?rev=4887&op=diff
==============================================================================
--- packages/libspreadsheet-parseexcel-perl/trunk/debian/patches/10objref.dpatch (original)
+++ packages/libspreadsheet-parseexcel-perl/trunk/debian/patches/10objref.dpatch Sun Feb 25 21:55:52 2007
@@ -6,10 +6,10 @@
 ## DP: (#112130, patch by Gunnar Wolf)
 
 @DPATCH@
-diff -urNad trunk~/ParseExcel.pm trunk/ParseExcel.pm
---- trunk~/ParseExcel.pm	2006-01-19 22:12:32.000000000 +0200
-+++ trunk/ParseExcel.pm	2006-01-19 22:13:51.368259910 +0200
-@@ -336,6 +336,7 @@
+diff -urNad trunk~/lib/Spreadsheet/ParseExcel.pm trunk/lib/Spreadsheet/ParseExcel.pm
+--- trunk~/lib/Spreadsheet/ParseExcel.pm	2007-02-25 22:30:22.000000000 +0200
++++ trunk/lib/Spreadsheet/ParseExcel.pm	2007-02-25 22:30:56.000000000 +0200
+@@ -332,6 +332,7 @@
      my($oThis, $sFile, $oWkFmt)=@_;
      my($sWk, $bLen);
  
@@ -17,7 +17,7 @@
  #0. New $oBook
      my $oBook = Spreadsheet::ParseExcel::Workbook->new;
      $oBook->{SheetCount} = 0;
-@@ -343,7 +344,7 @@
+@@ -339,7 +340,7 @@
  #1.Get content
      my($sBIFF, $iLen);
      
@@ -25,8 +25,8 @@
 +    if($ref eq "SCALAR") {
  #1.1 Specified by Buffer
          ($sBIFF, $iLen) = $oThis->{GetContent}->($sFile);
-         return undef unless($sBIFF);	
-@@ -353,8 +354,8 @@
+         return undef unless($sBIFF);
+@@ -349,8 +350,8 @@
  #        return undef;
  #    }
  #1.2 Specified by GLOB reference
@@ -37,7 +37,7 @@
          binmode($sFile);
          my $sWk;
          my $sBuff='';
-@@ -364,15 +365,22 @@
+@@ -360,15 +361,22 @@
          ($sBIFF, $iLen) = $oThis->{GetContent}->(\$sBuff);
          return undef unless($sBIFF);
       }




More information about the Pkg-perl-cvs-commits mailing list