r4889 - in /packages/libspreadsheet-parseexcel-perl: ./ trunk/debian/patches/30rstring.dpatch

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


Author: ntyni-guest
Date: Sun Feb 25 21:56:02 2007
New Revision: 4889

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=4889
Log:
 r901 at rispa:  niko | 2007-02-25 22:35:55 +0200
 last dpatch fuzz fix

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

Propchange: packages/libspreadsheet-parseexcel-perl/
------------------------------------------------------------------------------
--- svk:merge (original)
+++ svk:merge Sun Feb 25 21:56:02 2007
@@ -1,1 +1,1 @@
-ab5f373e-f555-4fd8-9ab3-2b98d2660992:/local/libspreadsheet-parseexcel-perl:900
+ab5f373e-f555-4fd8-9ab3-2b98d2660992:/local/libspreadsheet-parseexcel-perl:901

Modified: packages/libspreadsheet-parseexcel-perl/trunk/debian/patches/30rstring.dpatch
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libspreadsheet-parseexcel-perl/trunk/debian/patches/30rstring.dpatch?rev=4889&op=diff
==============================================================================
--- packages/libspreadsheet-parseexcel-perl/trunk/debian/patches/30rstring.dpatch (original)
+++ packages/libspreadsheet-parseexcel-perl/trunk/debian/patches/30rstring.dpatch Sun Feb 25 21:56:02 2007
@@ -6,10 +6,10 @@
 ## DP: like 'STRING'. (#299870)
 
 @DPATCH@
-diff -urNad trunk~/ParseExcel.pm trunk/ParseExcel.pm
---- trunk~/ParseExcel.pm	2006-01-19 22:24:01.082937820 +0200
-+++ trunk/ParseExcel.pm	2006-01-19 22:24:13.268868467 +0200
-@@ -628,10 +628,21 @@
+diff -urNad trunk~/lib/Spreadsheet/ParseExcel.pm trunk/lib/Spreadsheet/ParseExcel.pm
+--- trunk~/lib/Spreadsheet/ParseExcel.pm	2007-02-25 22:35:37.000000000 +0200
++++ trunk/lib/Spreadsheet/ParseExcel.pm	2007-02-25 22:35:37.000000000 +0200
+@@ -619,10 +619,21 @@
      my($oBook, $bOp, $bLen, $sWk) = @_;
      my($iR, $iC, $iF, $iL, $sTxt);
      ($iR, $iC, $iF, $iL) = unpack("v4", $sWk);
@@ -34,7 +34,7 @@
          _NewCell (
              $oBook, $iR, $iC,
              Kind    => 'RString',
-@@ -639,9 +650,9 @@
+@@ -630,9 +641,9 @@
              FormatNo=> $iF,
              Format  => $oBook->{Format}[$iF],
              Numeric => 0,
@@ -46,7 +46,7 @@
          );
      }
      else {
-@@ -652,7 +663,7 @@
+@@ -643,7 +654,7 @@
              FormatNo=> $iF,
              Format  => $oBook->{Format}[$iF],
              Numeric => 0,




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