rpms/openoffice.org/devel workspace.ause109.patch, NONE, 1.1 workspace.fwk125.patch, NONE, 1.1 openoffice.org.spec, 1.2074, 1.2075 workspace.vcl107.patch, 1.1, 1.2 openoffice.org-3.2.0.ooo101158.fixxmlhelpparallel.patch, 1.1, NONE openoffice.org-3.2.0.ooo106497.lingucomponent.langnotfound.patch, 1.1, NONE openoffice.org-3.2.0.ooo106523.icc.fixendianandtypes.patch, 1.1, NONE

Caolan McNamara caolanm at fedoraproject.org
Tue Nov 17 21:16:40 UTC 2009


Author: caolanm

Update of /cvs/pkgs/rpms/openoffice.org/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv20726

Modified Files:
	openoffice.org.spec workspace.vcl107.patch 
Added Files:
	workspace.ause109.patch workspace.fwk125.patch 
Removed Files:
	openoffice.org-3.2.0.ooo101158.fixxmlhelpparallel.patch 
	openoffice.org-3.2.0.ooo106497.lingucomponent.langnotfound.patch 
	openoffice.org-3.2.0.ooo106523.icc.fixendianandtypes.patch 
Log Message:
track patches into accepted workspaces

workspace.ause109.patch:
 makefile.mk |   11 ++++-------
 1 file changed, 4 insertions(+), 7 deletions(-)

--- NEW FILE workspace.ause109.patch ---
--- xmlhelp/source/com/sun/star/help/makefile.mk	2009-11-13 10:53:15.000000000 +0000
+++ xmlhelp/source/com/sun/star/help/makefile.mk	2009-11-13 10:54:59.000000000 +0000
@@ -58,8 +58,6 @@
 
 
 JAVACLASSFILES = \
-	$(SOLARBINDIR)$/help$/$(PACKAGE)$/HelpIndexerTool.class			\
-	$(SOLARBINDIR)$/help$/$(PACKAGE)$/HelpFileDocument.class		\
 	$(CLASSDIR)$/$(PACKAGE)$/HelpSearch.class			        \
 	$(CLASSDIR)$/$(PACKAGE)$/HelpComponent.class			        \
 	$(CLASSDIR)$/$(PACKAGE)$/HelpIndexer.class			        
@@ -75,9 +73,7 @@
 
 ADDFILES = $(subst,$(SOLARBINDIR)$/help,$(CLASSDIR) $(TRANSEX3FILES))
 
-#JAVAFILES = $(subst,$(CLASSDIR)$/$(PACKAGE)$/, $(subst,.class,.java $(JAVACLASSFILES)))
-
-JARFILES  = ridl.jar jurt.jar unoil.jar juh.jar HelpIndexerTool.jar
+JARFILES  = ridl.jar jurt.jar unoil.jar juh.jar 
 .IF "$(SYSTEM_LUCENE)" == "YES"
 XCLASSPATH!:=$(XCLASSPATH)$(PATH_SEPERATOR)$(LUCENE_CORE_JAR)$(PATH_SEPERATOR)$(LUCENE_ANALYZERS_JAR)
 COMP=fix_system_lucene
@@ -96,6 +92,7 @@
 ALLTAR : $(ADDFILES)
 
 .IF "$(JARTARGETN)"!=""
+$(JAVATARGET) : $(ADDFILES)
 $(JARTARGETN) : $(ADDFILES)
 $(JARTARGETN) : $(COMP)
 .ENDIF
@@ -105,7 +102,7 @@
 	$(COPY) $< $@
 
 
-fix_system_lucene:
+fix_system_lucene: $(JARMANIFEST)
 	@echo "Fix Java Class-Path entry for Lucene libraries from system."
 	@$(SED) -r -e "s#^(Class-Path:).*#\1 file://$(LUCENE_CORE_JAR) file://$(LUCENE_ANALYZERS_JAR)#" \
-	-i ../../../../../$(INPATH)/class/HelpLinker/META-INF/MANIFEST.MF
+	-i $<

workspace.fwk125.patch:
 spelldsp.cxx |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

--- NEW FILE workspace.fwk125.patch ---
diff -r 3ee4cb3a17dd linguistic/source/spelldsp.cxx
--- a/linguistic/source/spelldsp.cxx	Fri Oct 30 09:44:02 2009 +0000
+++ b/linguistic/source/spelldsp.cxx	Fri Oct 30 15:11:13 2009 +0000
@@ -330,7 +330,8 @@
 		return bRes;
 	
 	// search for entry with that language
-    LangSvcEntries_Spell *pEntry = aSvcMap[ nLanguage ].get();
+    SpellSvcByLangMap_t::iterator aIt(aSvcMap.find(nLanguage));
+    LangSvcEntries_Spell *pEntry = aIt != aSvcMap.end() ? aIt->second.get() : NULL;
 	
 	if (!pEntry)
 	{


Index: openoffice.org.spec
===================================================================
RCS file: /cvs/pkgs/rpms/openoffice.org/devel/openoffice.org.spec,v
retrieving revision 1.2074
retrieving revision 1.2075
diff -u -p -r1.2074 -r1.2075
--- openoffice.org.spec	17 Nov 2009 15:38:05 -0000	1.2074
+++ openoffice.org.spec	17 Nov 2009 21:16:39 -0000	1.2075
@@ -124,11 +124,10 @@ Patch46: openoffice.org-3.2.0.rhbz521460
 Patch47: openoffice.org-3.2.0.ooo106032.linguistic.defaulttoplain.patch
 Patch48: workspace.gsminhibit.patch
 Patch49: workspace.vcl107.patch
-Patch50: openoffice.org-3.2.0.ooo106497.lingucomponent.langnotfound.patch
-Patch51: openoffice.org-3.2.0.ooo106523.icc.fixendianandtypes.patch
-Patch52: workspace.impress183.patch
-Patch53: workspace.hb33patches1.patch
-Patch54: openoffice.org-3.2.0.ooo101158.fixxmlhelpparallel.patch
+Patch50: workspace.fwk125.patch
+Patch51: workspace.impress183.patch
+Patch52: workspace.hb33patches1.patch
+Patch53: workspace.ause109.patch
 
 %define python_py_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(0)")
 %define instdir %{_libdir}
@@ -1646,11 +1645,10 @@ cat %{PATCH10} >> svtools/source/dialogs
 %patch47 -p0 -b .ooo106032.linguistic.defaulttoplain.patch
 %patch48 -p1 -b .workspace.gsminhibit.patch
 %patch49 -p1 -b .workspace.vcl107.patch
-%patch50 -p1 -b .ooo106497.lingucomponent.langnotfound.patch
-%patch51 -p1 -b .ooo106523.icc.fixendianandtypes.patch
-%patch52 -p1 -b .workspace.impress183.patch
-%patch53 -p0 -b .workspace.hb33patches1.patch
-%patch54 -p0 -b .ooo101158.fixxmlhelpparallel.patch
+%patch50 -p1 -b .workspace.fwk125.patch
+%patch51 -p1 -b .workspace.impress183.patch
+%patch52 -p0 -b .workspace.hb33patches1.patch
+%patch53 -p0 -b .workspace.ause109.patch
 
 %build
 echo build start time is `date`, diskspace: `df -h . | tail -n 1`

workspace.vcl107.patch:
 icc/README                   |    8 +--
 icc/SampleICC-1.3.2.patch    |   96 ++++++++++++++++++++++++++++++++++---------
 icc/makefile.mk              |    5 --
 icc/prj/build.lst            |    2 
 vcl/source/window/accmgr.cxx |   17 +++++++
 5 files changed, 99 insertions(+), 29 deletions(-)

Index: workspace.vcl107.patch
===================================================================
RCS file: /cvs/pkgs/rpms/openoffice.org/devel/workspace.vcl107.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- workspace.vcl107.patch	29 Oct 2009 17:53:40 -0000	1.1
+++ workspace.vcl107.patch	17 Nov 2009 21:16:39 -0000	1.2
@@ -25,3 +25,270 @@ diff -r 170d9f615c3e vcl/source/window/a
      // Raus damit
      mpAccelList->Remove( pAccel );
  }
+diff -r 2691de086167 icc/README
+--- a/icc/README	Thu Nov 05 15:23:36 2009 +0000
++++ b/icc/README	Thu Nov 05 18:03:59 2009 +0000
+@@ -31,11 +31,9 @@
+ 
+ <build>/misc/build/SampleICC-1.3.2/IccProfLib/IccProfLibConf.h
+ 
+-The patches:
+-SampleICC-1.3.2.patch is the file to be used for Linux and Windows
+-SampleICC-1.3.2-bendian.patch is the file to be used for
+-big endian platform, formed from the above patch plus the big endian
+-forcing.
++The patchs:
++SampleICC-1.3.2.patch tweaks the build to use the endianness
++detected in sal.
+ 
+ beppec56 at openoffice.org
+ 
+diff -r 2691de086167 icc/SampleICC-1.3.2.patch
+--- a/icc/SampleICC-1.3.2.patch	Thu Nov 05 15:23:36 2009 +0000
++++ b/icc/SampleICC-1.3.2.patch	Thu Nov 05 18:03:59 2009 +0000
+@@ -1,5 +1,5 @@
+ *** misc/SampleICC-1.3.2/configure	Mon Aug 20 22:10:59 2007
+---- misc/build/SampleICC-1.3.2/configure	Fri Jan 25 14:24:00 2008
++--- misc/build/SampleICC-1.3.2/configure	Fri Jan 25 14:23:09 2008
+ ***************
+ *** 19991,19997 ****
+   
+@@ -60,7 +60,7 @@
+     *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
+   echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
+ *** misc/SampleICC-1.3.2/Contrib/Makefile.in	Mon Aug 20 22:10:37 2007
+---- misc/build/SampleICC-1.3.2/Contrib/Makefile.in	Fri Jan 25 14:24:00 2008
++--- misc/build/SampleICC-1.3.2/Contrib/Makefile.in	Fri Jan 25 14:23:09 2008
+ ***************
+ *** 103,120 ****
+   
+@@ -95,7 +95,7 @@
+   subdir = Contrib
+   mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
+ *** misc/SampleICC-1.3.2/Contrib/CmdLine/Makefile.in	Mon Aug 20 22:10:34 2007
+---- misc/build/SampleICC-1.3.2/Contrib/CmdLine/Makefile.in	Fri Jan 25 14:24:00 2008
++--- misc/build/SampleICC-1.3.2/Contrib/CmdLine/Makefile.in	Fri Jan 25 14:23:09 2008
+ ***************
+ *** 102,116 ****
+   install_sh = @install_sh@
+@@ -126,7 +126,7 @@
+   subdir = Contrib/CmdLine
+   mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
+ *** misc/SampleICC-1.3.2/Contrib/ICC_utils/Makefile.in	Mon Aug 20 22:10:35 2007
+---- misc/build/SampleICC-1.3.2/Contrib/ICC_utils/Makefile.in	Fri Jan 25 14:24:00 2008
++--- misc/build/SampleICC-1.3.2/Contrib/ICC_utils/Makefile.in	Fri Jan 25 14:23:09 2008
+ ***************
+ *** 133,139 ****
+   CONFIG_CLEAN_FILES =
+@@ -145,7 +145,7 @@
+   	ICC_tool_exception.lo Vetters.lo
+   libICC_utils_la_OBJECTS = $(am_libICC_utils_la_OBJECTS)
+ *** misc/SampleICC-1.3.2/Contrib/ICC_utils/Stubs.h	Mon Aug 20 22:04:53 2007
+---- misc/build/SampleICC-1.3.2/Contrib/ICC_utils/Stubs.h	Fri Jan 25 14:24:00 2008
++--- misc/build/SampleICC-1.3.2/Contrib/ICC_utils/Stubs.h	Fri Jan 25 14:23:09 2008
+ ***************
+ *** 130,136 ****
+   
+@@ -164,7 +164,7 @@
+       return (r_ != p.r_) ? (r_ < p.r_) : ((g_ != p.g_) ? (g_ < p.g_) : (b_ < p.b_));
+     }
+ *** misc/SampleICC-1.3.2/Contrib/ICC_utils/Vetters.cpp	Mon Aug 20 22:04:54 2007
+---- misc/build/SampleICC-1.3.2/Contrib/ICC_utils/Vetters.cpp	Fri Jan 25 14:49:56 2008
++--- misc/build/SampleICC-1.3.2/Contrib/ICC_utils/Vetters.cpp	Fri Jan 25 14:57:06 2008
+ ***************
+ *** 1,322 ****
+ ! /*
+@@ -820,7 +820,7 @@
+ !   }
+ ! }
+ *** misc/SampleICC-1.3.2/IccProfLib/IccIO.cpp	Mon Aug 20 22:05:00 2007
+---- misc/build/SampleICC-1.3.2/IccProfLib/IccIO.cpp	Fri Jan 25 14:25:33 2008
++--- misc/build/SampleICC-1.3.2/IccProfLib/IccIO.cpp	Fri Jan 25 14:23:09 2008
+ ***************
+ *** 78,84 ****
+   #include "IccIO.h"
+@@ -838,8 +838,20 @@
+   #include <string.h>
+   
+   #ifndef __max
++*** misc/SampleICC-1.3.2/IccProfLib/IccIO.h	Mon Aug 20 22:05:00 2007
++--- misc/build/SampleICC-1.3.2/IccProfLib/IccIO.h	Fri Jan 25 14:23:09 2008
++***************
++*** 79,84 ****
++--- 79,85 ----
++  #define _ICCIO_H
++  
++  #include "IccDefs.h"
+++ #include "memory"
++  #include "stdio.h"
++  
++  #ifdef USESAMPLEICCNAMESPACE
+ *** misc/SampleICC-1.3.2/IccProfLib/IccMpeACS.cpp	Mon Aug 20 22:05:00 2007
+---- misc/build/SampleICC-1.3.2/IccProfLib/IccMpeACS.cpp	Fri Jan 25 14:24:00 2008
++--- misc/build/SampleICC-1.3.2/IccProfLib/IccMpeACS.cpp	Fri Jan 25 14:23:09 2008
+ ***************
+ *** 136,152 ****
+     icChar sigBuf[30];
+@@ -878,7 +890,7 @@
+       icMemDump(sDescription, m_pData, m_nDataSize);
+     }
+ *** misc/SampleICC-1.3.2/IccProfLib/IccMpeBasic.cpp	Mon Aug 20 22:05:00 2007
+---- misc/build/SampleICC-1.3.2/IccProfLib/IccMpeBasic.cpp	Fri Jan 25 14:24:00 2008
++--- misc/build/SampleICC-1.3.2/IccProfLib/IccMpeBasic.cpp	Fri Jan 25 14:23:09 2008
+ ***************
+ *** 218,249 ****
+     sprintf(buf, "%.8f", m_endPoint);
+@@ -1362,8 +1374,56 @@
+       return icValidateCriticalError;
+     }
+   
++*** misc/SampleICC-1.3.2/IccProfLib/IccProfLibConf.h	Mon Aug 20 22:05:00 2007
++--- misc/build/SampleICC-1.3.2/IccProfLib/IccProfLibConf.h	Fri Jan 25 14:23:09 2008
++***************
++*** 107,126 ****
++  
++  #else // non-PC, perhaps Mac or Linux
++  
++!   #define ICCUINT64 unsigned long long
++!   #define ICCINT64  long long
++!   #define ICUINT64TYPE unsigned long long
++!   #define ICINT64TYPE long long
++! 
++!   #if defined(__APPLE__)
++!     #if  defined(__LITTLE_ENDIAN__)
++!       #define ICC_BYTE_ORDER_LITTLE_ENDIAN
++!     #else
++!       #define ICC_BYTE_ORDER_BIG_ENDIAN
++!     #endif
++!   #else
++!     #define ICC_BYTE_ORDER_LITTLE_ENDIAN
++!   #endif
++  
++    #define ICCPROFLIB_API
++    #define ICCPROFLIB_EXTERN
++--- 107,129 ----
++  
++  #else // non-PC, perhaps Mac or Linux
++  
++! #include <sal/types.h>
++! #include <osl/endian.h>
++! 
++!   #define ICCUINT64 sal_uInt64
++!   #define ICCINT64 sal_Int64
++!   #define ICUINT64TYPE sal_uInt64
++!   #define ICINT64TYPE sal_Int64
++!   #define ICINT32TYPE sal_Int32
++!   #define ICUINT32TYPE sal_uInt32
++! 
++! #if defined(_LITTLE_ENDIAN)
++! #    define ICC_BYTE_ORDER_LITTLE_ENDIAN
++! #elif defined(_BIG_ENDIAN)
++! #    define ICC_BYTE_ORDER_BIG_ENDIAN
++! #else
++! #    error "ENDIAN unknown"
++! #endif
++  
++    #define ICCPROFLIB_API
++    #define ICCPROFLIB_EXTERN
+ *** misc/SampleICC-1.3.2/IccProfLib/IccProfile.cpp	Mon Aug 20 22:05:00 2007
+---- misc/build/SampleICC-1.3.2/IccProfLib/IccProfile.cpp	Fri Jan 25 14:24:00 2008
++--- misc/build/SampleICC-1.3.2/IccProfLib/IccProfile.cpp	Fri Jan 25 14:23:09 2008
+ ***************
+ *** 567,573 ****
+   
+@@ -1989,7 +2049,7 @@
+       return NULL;
+     }
+ *** misc/SampleICC-1.3.2/IccProfLib/IccTagBasic.cpp	Mon Aug 20 22:05:00 2007
+---- misc/build/SampleICC-1.3.2/IccProfLib/IccTagBasic.cpp	Fri Jan 25 14:24:00 2008
++--- misc/build/SampleICC-1.3.2/IccProfLib/IccTagBasic.cpp	Fri Jan 25 14:23:09 2008
+ ***************
+ *** 166,172 ****
+       CIccInfo Info;
+@@ -3311,7 +3371,7 @@
+     }
+     else {
+ *** misc/SampleICC-1.3.2/IccProfLib/IccTagLut.cpp	Mon Aug 20 22:05:00 2007
+---- misc/build/SampleICC-1.3.2/IccProfLib/IccTagLut.cpp	Fri Jan 25 14:24:00 2008
++--- misc/build/SampleICC-1.3.2/IccProfLib/IccTagLut.cpp	Fri Jan 25 14:23:09 2008
+ ***************
+ *** 323,345 ****
+     icChar buf[128], *ptr;
+@@ -4443,7 +4503,7 @@
+             }
+           }
+ *** misc/SampleICC-1.3.2/IccProfLib/IccTagMPE.cpp	Mon Aug 20 22:05:00 2007
+---- misc/build/SampleICC-1.3.2/IccProfLib/IccTagMPE.cpp	Fri Jan 25 14:24:00 2008
++--- misc/build/SampleICC-1.3.2/IccProfLib/IccTagMPE.cpp	Fri Jan 25 14:23:09 2008
+ ***************
+ *** 218,224 ****
+             icGetSig(sigbuf, m_sig), m_nSize);
+@@ -4615,7 +4675,7 @@
+     }
+   
+ *** misc/SampleICC-1.3.2/IccProfLib/IccTagProfSeqId.cpp	Mon Aug 20 22:05:00 2007
+---- misc/build/SampleICC-1.3.2/IccProfLib/IccTagProfSeqId.cpp	Fri Jan 25 14:24:00 2008
++--- misc/build/SampleICC-1.3.2/IccProfLib/IccTagProfSeqId.cpp	Fri Jan 25 14:23:09 2008
+ ***************
+ *** 234,240 ****
+   {
+@@ -4706,7 +4766,7 @@
+   
+   
+ *** misc/SampleICC-1.3.2/IccProfLib/IccTagProfSeqId.h	Mon Aug 20 22:05:00 2007
+---- misc/build/SampleICC-1.3.2/IccProfLib/IccTagProfSeqId.h	Fri Jan 25 14:24:00 2008
++--- misc/build/SampleICC-1.3.2/IccProfLib/IccTagProfSeqId.h	Fri Jan 25 14:23:09 2008
+ ***************
+ *** 161,164 ****
+   }
+@@ -4719,7 +4779,7 @@
+   
+ ! #endif //_ICCTAGPROFSEQID_H
+ *** misc/SampleICC-1.3.2/IccProfLib/IccUtil.cpp	Mon Aug 20 22:05:00 2007
+---- misc/build/SampleICC-1.3.2/IccProfLib/IccUtil.cpp	Fri Jan 25 14:27:16 2008
++--- misc/build/SampleICC-1.3.2/IccProfLib/IccUtil.cpp	Fri Jan 25 14:23:09 2008
+ ***************
+ *** 79,85 ****
+   #include "IccUtil.h"
+@@ -4974,7 +5034,7 @@
+       rv = icMaxStatus(rv, icValidateWarning);
+     }
+ *** misc/SampleICC-1.3.2/IccProfLib/icProfileHeader.h	Mon Aug 20 22:05:00 2007
+---- misc/build/SampleICC-1.3.2/IccProfLib/icProfileHeader.h	Fri Jan 25 14:24:00 2008
++--- misc/build/SampleICC-1.3.2/IccProfLib/icProfileHeader.h	Fri Jan 25 14:23:09 2008
+ ***************
+ *** 659,668 ****
+   typedef enum {
+@@ -5000,7 +5060,7 @@
+   
+   
+ *** misc/SampleICC-1.3.2/Tools/CmdLine/Makefile.in	Mon Aug 20 22:10:42 2007
+---- misc/build/SampleICC-1.3.2/Tools/CmdLine/Makefile.in	Fri Jan 25 14:24:00 2008
++--- misc/build/SampleICC-1.3.2/Tools/CmdLine/Makefile.in	Fri Jan 25 14:23:09 2008
+ ***************
+ *** 101,117 ****
+   am__quote = @am__quote@
+diff -r 2691de086167 icc/makefile.mk
+--- a/icc/makefile.mk	Thu Nov 05 15:23:36 2009 +0000
++++ b/icc/makefile.mk	Thu Nov 05 18:03:59 2009 +0000
+@@ -41,12 +41,7 @@
+ # --- Files --------------------------------------------------------
+ 
+ TARFILE_NAME=SampleICC-1.3.2
+-#checking for endianess
+-.IF "$(CPU)"=="I"
+ PATCH_FILES=$(TARFILE_NAME).patch
+-.ELSE
+-PATCH_FILES=$(TARFILE_NAME)-bendian.patch
+-.ENDIF
+ 
+ CONVERTFILES= \
+ 	IccProfLib$/IccTagProfSeqId.h \
+diff -r 2691de086167 icc/prj/build.lst
+--- a/icc/prj/build.lst	Thu Nov 05 15:23:36 2009 +0000
++++ b/icc/prj/build.lst	Thu Nov 05 18:03:59 2009 +0000
+@@ -1,3 +1,3 @@
+-ip     icc :	solenv external NULL
++ip     icc :	solenv external sal NULL
+ ip	icc		usr1	-	all	ip_mkout NULL
+ ip	icc		nmake	-	all	ip_icc	NULL


--- openoffice.org-3.2.0.ooo101158.fixxmlhelpparallel.patch DELETED ---


--- openoffice.org-3.2.0.ooo106497.lingucomponent.langnotfound.patch DELETED ---


--- openoffice.org-3.2.0.ooo106523.icc.fixendianandtypes.patch DELETED ---




More information about the fedora-extras-commits mailing list