r31204 - in /trunk/libterm-readline-gnu-perl/debian/patches: 20new.patch 30outstream.patch

ryan52-guest at users.alioth.debian.org ryan52-guest at users.alioth.debian.org
Sat Feb 28 06:45:39 UTC 2009


Author: ryan52-guest
Date: Sat Feb 28 06:45:36 2009
New Revision: 31204

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=31204
Log:
refresh patches

Modified:
    trunk/libterm-readline-gnu-perl/debian/patches/20new.patch
    trunk/libterm-readline-gnu-perl/debian/patches/30outstream.patch

Modified: trunk/libterm-readline-gnu-perl/debian/patches/20new.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libterm-readline-gnu-perl/debian/patches/20new.patch?rev=31204&op=diff
==============================================================================
--- trunk/libterm-readline-gnu-perl/debian/patches/20new.patch (original)
+++ trunk/libterm-readline-gnu-perl/debian/patches/20new.patch Sat Feb 28 06:45:36 2009
@@ -3,7 +3,7 @@
 # DP: (#204362, patch by Nicolas Bertolissio)
 --- a/Gnu.pm
 +++ b/Gnu.pm
-@@ -196,7 +196,7 @@ installed this package,  possible value 
+@@ -210,7 +210,7 @@
  
  sub ReadLine { 'Term::ReadLine::Gnu'; }
  
@@ -12,7 +12,7 @@
  
  returns the handle for subsequent calls to following functions.
  Argument is the name of the application.  Optionally can be followed
-@@ -210,6 +210,7 @@ sub new {
+@@ -224,6 +224,7 @@
      my $this = shift;		# Package
      my $class = ref($this) || $this;
  

Modified: trunk/libterm-readline-gnu-perl/debian/patches/30outstream.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libterm-readline-gnu-perl/debian/patches/30outstream.patch?rev=31204&op=diff
==============================================================================
--- trunk/libterm-readline-gnu-perl/debian/patches/30outstream.patch (original)
+++ trunk/libterm-readline-gnu-perl/debian/patches/30outstream.patch Sat Feb 28 06:45:36 2009
@@ -2,7 +2,7 @@
 # DP: Fix SIGSEGV after "|" command. (#236018)
 --- a/Gnu.pm
 +++ b/Gnu.pm
-@@ -278,6 +278,10 @@ sub readline {			# should be ReadLine
+@@ -293,6 +293,10 @@
      my $self = shift;
      my ($prompt, $preput) = @_;
  
@@ -15,7 +15,7 @@
  
 --- a/Gnu.xs
 +++ b/Gnu.xs
-@@ -2678,6 +2678,12 @@ _rl_store_iostream(stream, id)
+@@ -2699,6 +2699,12 @@
  	      PerlIO_releaseFILE(outstreamPIO, rl_outstream);
  #endif
  	    rl_outstream = PerlIO_findFILE(stream);




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