rpms/openoffice.org/devel libtextcat.xcu, 1.3, 1.4 pseudoworkspace.valgrind1.patch, 1.28, 1.29

Caolan McNamara (caolanm) fedora-extras-commits at redhat.com
Mon Mar 31 13:02:52 UTC 2008


Author: caolanm

Update of /cvs/pkgs/rpms/openoffice.org/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15345

Modified Files:
	libtextcat.xcu pseudoworkspace.valgrind1.patch 
Log Message:
sort that config thing out


Index: libtextcat.xcu
===================================================================
RCS file: /cvs/pkgs/rpms/openoffice.org/devel/libtextcat.xcu,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- libtextcat.xcu	28 Mar 2008 16:07:07 -0000	1.3
+++ libtextcat.xcu	31 Mar 2008 13:02:02 -0000	1.4
@@ -1,10 +1,10 @@
 <?xml version='1.0' encoding='UTF-8'?>
 <oor:component-data oor:name="Paths" oor:package="org.openoffice.Office" xmlns:install="http://openoffice.org/2004/installation" xmlns:oor="http://openoffice.org/2001/registry" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <node oor:name="Paths">
-  <node oor:name="Fingerprint" oor:op="replace" oor:mandatory="true">
+  <node oor:name="Fingerprint">
     <node oor:name="InternalPaths">
      <node oor:name="$(insturl)/share/fingerprint" oor:op="remove"/>
-     <node oor:name="file:///usr/share/libtextcat" oor:op="fuse" />
+     <node oor:name="file:///usr/share/libtextcat" oor:op="fuse"/>
     </node>
    </node>
  </node>

pseudoworkspace.valgrind1.patch:

Index: pseudoworkspace.valgrind1.patch
===================================================================
RCS file: /cvs/pkgs/rpms/openoffice.org/devel/pseudoworkspace.valgrind1.patch,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- pseudoworkspace.valgrind1.patch	27 Mar 2008 15:13:51 -0000	1.28
+++ pseudoworkspace.valgrind1.patch	31 Mar 2008 13:02:02 -0000	1.29
@@ -71,3 +71,15 @@
  	{
  	}
  
+--- openoffice.org.orig/vcl/source/gdi/virdev.cxx	25 Oct 2007 16:04:52 -0000	1.31
++++ openoffice.org/vcl/source/gdi/virdev.cxx	31 Mar 2008 09:54:45 -0000
+@@ -191,7 +191,8 @@ VirtualDevice::VirtualDevice( const Outp
+ // -----------------------------------------------------------------------
+ 
+ VirtualDevice::VirtualDevice( const OutputDevice& rCompDev, USHORT nBitCount, USHORT nAlphaBitCount )
+-	: mpVirDev( NULL )
++	: mpVirDev( NULL ),
++    meRefDevMode( REFDEV_NONE )
+ {
+ 	DBG_TRACE1( "VirtualDevice::VirtualDevice( %hu )", nBitCount );
+ 




More information about the fedora-extras-commits mailing list