ooo-build r13278 - in trunk: . bin



Author: pmladek
Date: Thu Jul 17 17:55:26 2008
New Revision: 13278
URL: http://svn.gnome.org/viewvc/ooo-build?rev=13278&view=rev

Log:
2008-07-17  Petr Mladek  <pmladek suse cz>

	* bin/sloppypatch.pl: fix for patches where the modified files
	  starts with ./



Modified:
   trunk/ChangeLog
   trunk/NEWS
   trunk/bin/sloppypatch.pl

Modified: trunk/NEWS
==============================================================================
--- trunk/NEWS	(original)
+++ trunk/NEWS	Thu Jul 17 17:55:26 2008
@@ -2,9 +2,10 @@
 
     + features:
 	+ support dev300-m25 [Rene, Michael, Bernhard]
-	+ support KDE 4.x file picker [Bernhard]
     + fixes:
+	+ more on SVG import [Thorsten]
 	+ lots improvements of the layout stuff [Jan]
+	+ more on the WebDAV locking (bnc#403724) [Kendy]
 	+ more on automatic font shrinking in text boxes in Impress [Thorsten]
 	+ section break in Word8 documents (bnc#405071, i#91395) [Fridrich]
 	+ skip data in hidden cells when rendering charts (bnc#404190, i#81209)
@@ -13,26 +14,24 @@
 	+ default to bigger handles in Draw/Impress [Thorsten]
     + VBA bits:
 	+ more on the user forms and event handling [Noel]
-	+ more on the WebDAV locking (bnc#403724) [Kendy]
-	+ more on SVG import [Thorsten]
-	+ support ListBox.removeItem (bnc#405306) [Jianhua]
-	+ support Pagesetup.Orientation (bnc#405310) [Jianhua]
-	+ support range.find (bnc#405304) [Jianhua]
+	+ lcl_makeXRangeFromSheetCellRanges and no cellranges [Noel]
 	+ support Worksheet.EnableSelection (bnc#405312) [Jianhua]
 	+ support Worksheet.HPageBreaks (bnc#405312) [Jianhua]
+	+ support Pagesetup.Orientation (bnc#405310) [Jianhua]
+	+ support ListBox.removeItem (bnc#405306) [Jianhua]
 	+ support Application.Union (bnc#405313) [Jianhua]
 	+ support Worksheet.Index (bnc#403974) [Jianhua]
+	+ support range.find (bnc#405304) [Jianhua]
 	+ add SpinButton (bnc#405308) [Jianhua]
-	+ userform activate event re-compute bug
-	+ lcl_makeXRangeFromSheetCellRanges and no cellranges [Noel]
     + Win32 bits:
 	+ build on Windows [Tor]
     + build bits:
 	+ installation without myspell dicts fix [Rene]
 	+ some mono build fixes [Radek]
-    + updated Ark, Debian, Frugalware, Novell, OxygenOffice bits [Bernhard, Debian, Miklos, Petr, KAMI]
+    + updated Ark, Debian, Frugalware, Novell, OxygenOffice bits [Bernhard,
+      Debian, Miklos, Petr, KAMI]
     + experimental:
-	+ more on build split [Michael]
+	+ more on the build split [Michael]
 	+ support KDE 4.x file picker [Bernhard]
 
 ooo-build-2.99.21:

Modified: trunk/bin/sloppypatch.pl
==============================================================================
--- trunk/bin/sloppypatch.pl	(original)
+++ trunk/bin/sloppypatch.pl	Thu Jul 17 17:55:26 2008
@@ -34,7 +34,7 @@
 	$minusline .= $line;
 	next;
     }
-    if ( $line =~ m/^\+\+\+ [ \t]*([^\/]+)([^ \t]+)/ ) {
+    if ( $line =~ m/^\+\+\+ [ \t]*\.?\/?([^\/]+)([^ \t]+)/ ) {
 	$eliding = ! -d "$applydir/$1";
 
 	if (!$eliding) {



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]