SPECS: sed_to_patch.pl - missing space in diffcol

sparky sparky at pld-linux.org
Fri Aug 4 00:46:25 CEST 2006


Author: sparky                       Date: Thu Aug  3 22:46:25 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- missing space in diffcol

---- Files affected:
SPECS:
   sed_to_patch.pl (1.4 -> 1.5) 

---- Diffs:

================================================================
Index: SPECS/sed_to_patch.pl
diff -u SPECS/sed_to_patch.pl:1.4 SPECS/sed_to_patch.pl:1.5
--- SPECS/sed_to_patch.pl:1.4	Thu Aug  3 21:16:33 2006
+++ SPECS/sed_to_patch.pl	Fri Aug  4 00:46:20 2006
@@ -198,7 +198,7 @@
 	chomp;
 	s//^[/g;
 	s//^G/g;
-	s/^(Index:|diff|---|\+\+\+) /$1/;
+	s/^(Index:|diff|---|\+\+\+) /$1 /;
 	s/^@@ /@@ /;
 	s/^-/-/;
 	s/^\+/+/;
@@ -207,7 +207,7 @@
 	s/(\S)(\s+)$/$1$2/;
 	s/$//;
 	print $_."\n";
- }
+}
 
 open PATCH, "../SOURCES/$pkgname-$patch_name.patch";
 while (<PATCH>) {
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/sed_to_patch.pl?r1=1.4&r2=1.5&f=u



More information about the pld-cvs-commit mailing list