r42719 - in /trunk/libspreadsheet-parseexcel-perl/debian: changelog patches/10objref.patch patches/30rstring.patch patches/60_this_is_not_a_manpage patches/70_warnings_64bit.patch patches/series
jawnsy-guest at users.alioth.debian.org
jawnsy-guest at users.alioth.debian.org
Tue Aug 25 02:15:07 UTC 2009
Author: jawnsy-guest
Date: Tue Aug 25 02:14:59 2009
New Revision: 42719
URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=42719
Log:
* Refresh applied patches so they use unified patches
* Remove 60_this_is_not_a_manpage and 70_warnings_64bit.patch,
which were fixed upstream
Removed:
trunk/libspreadsheet-parseexcel-perl/debian/patches/60_this_is_not_a_manpage
trunk/libspreadsheet-parseexcel-perl/debian/patches/70_warnings_64bit.patch
Modified:
trunk/libspreadsheet-parseexcel-perl/debian/changelog
trunk/libspreadsheet-parseexcel-perl/debian/patches/10objref.patch
trunk/libspreadsheet-parseexcel-perl/debian/patches/30rstring.patch
trunk/libspreadsheet-parseexcel-perl/debian/patches/series
Modified: trunk/libspreadsheet-parseexcel-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libspreadsheet-parseexcel-perl/debian/changelog?rev=42719&op=diff
==============================================================================
--- trunk/libspreadsheet-parseexcel-perl/debian/changelog (original)
+++ trunk/libspreadsheet-parseexcel-perl/debian/changelog Tue Aug 25 02:14:59 2009
@@ -11,6 +11,9 @@
* Standards-Version 3.8.3 (no changes)
* Added myself to Uploaders
* Rewrote control description
+ * Refresh applied patches so they use unified patches
+ * Remove 60_this_is_not_a_manpage and 70_warnings_64bit.patch,
+ which were fixed upstream
[ Nathan Handler ]
* debian/watch: Update to ignore development releases.
Modified: trunk/libspreadsheet-parseexcel-perl/debian/patches/10objref.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libspreadsheet-parseexcel-perl/debian/patches/10objref.patch?rev=42719&op=diff
==============================================================================
--- trunk/libspreadsheet-parseexcel-perl/debian/patches/10objref.patch (original)
+++ trunk/libspreadsheet-parseexcel-perl/debian/patches/10objref.patch Tue Aug 25 02:14:59 2009
@@ -3,7 +3,7 @@
(#112130, patch by Gunnar Wolf)
--- a/lib/Spreadsheet/ParseExcel.pm
+++ b/lib/Spreadsheet/ParseExcel.pm
-@@ -273,6 +273,7 @@
+@@ -279,6 +279,7 @@
sub _get_content {
my ( $self, $source, $oBook ) = @_;
@@ -11,7 +11,7 @@
if ( ref($source) eq "SCALAR" ) {
#1.1 Specified by Buffer
-@@ -305,9 +306,17 @@
+@@ -311,9 +312,17 @@
my ( $sBIFF, $iLen ) = $self->{GetContent}->( \$sData );
return $sBIFF ? ( $sBIFF, $iLen ) : (undef);
}
Modified: trunk/libspreadsheet-parseexcel-perl/debian/patches/30rstring.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libspreadsheet-parseexcel-perl/debian/patches/30rstring.patch?rev=42719&op=diff
==============================================================================
--- trunk/libspreadsheet-parseexcel-perl/debian/patches/30rstring.patch (original)
+++ trunk/libspreadsheet-parseexcel-perl/debian/patches/30rstring.patch Tue Aug 25 02:14:59 2009
@@ -3,7 +3,7 @@
like 'STRING'. (#299870)
--- a/lib/Spreadsheet/ParseExcel.pm
+++ b/lib/Spreadsheet/ParseExcel.pm
-@@ -523,10 +523,23 @@
+@@ -530,10 +530,23 @@
my ( $oBook, $bOp, $bLen, $sWk ) = @_;
my ( $iR, $iC, $iF, $iL, $sTxt );
( $iR, $iC, $iF, $iL ) = unpack( "v4", $sWk );
@@ -30,7 +30,7 @@
_NewCell(
$oBook, $iR, $iC,
Kind => 'RString',
-@@ -534,9 +547,9 @@
+@@ -541,9 +554,9 @@
FormatNo => $iF,
Format => $oBook->{Format}[$iF],
Numeric => 0,
@@ -42,7 +42,7 @@
);
}
else {
-@@ -547,7 +560,7 @@
+@@ -554,7 +567,7 @@
FormatNo => $iF,
Format => $oBook->{Format}[$iF],
Numeric => 0,
Modified: trunk/libspreadsheet-parseexcel-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libspreadsheet-parseexcel-perl/debian/patches/series?rev=42719&op=diff
==============================================================================
--- trunk/libspreadsheet-parseexcel-perl/debian/patches/series (original)
+++ trunk/libspreadsheet-parseexcel-perl/debian/patches/series Tue Aug 25 02:14:59 2009
@@ -1,4 +1,2 @@
10objref.patch
30rstring.patch
-60_this_is_not_a_manpage
-70_warnings_64bit.patch
More information about the Pkg-perl-cvs-commits
mailing list