rpms/openoffice.org/devel openoffice.org-2.3.0.ooo81321.cppu.silencewarnings.patch, NONE, 1.1 openoffice.org-2.3.0.ooo77672.boost.use.end_p.patch, 1.1, 1.2 openoffice.org.spec, 1.1298, 1.1299

Caolan McNamara (caolanm) fedora-extras-commits at redhat.com
Thu Sep 6 11:22:01 UTC 2007


Author: caolanm

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

Modified Files:
	openoffice.org-2.3.0.ooo77672.boost.use.end_p.patch 
	openoffice.org.spec 
Added Files:
	openoffice.org-2.3.0.ooo81321.cppu.silencewarnings.patch 
Log Message:
add openoffice.org-2.3.0.ooo81321.cppu.silencewarnings.patch

openoffice.org-2.3.0.ooo81321.cppu.silencewarnings.patch:

--- NEW FILE openoffice.org-2.3.0.ooo81321.cppu.silencewarnings.patch ---
Index: inc/com/sun/star/uno/Any.h
===================================================================
RCS file: /cvs/udk/cppu/inc/com/sun/star/uno/Any.h,v
retrieving revision 1.12
diff -u -r1.12 Any.h
--- openoffice.org.orig/cppu/inc/com/sun/star/uno/Any.h	10 Jan 2006 15:52:55 -0000	1.12
+++ openoffice.org/cppu/inc/com/sun/star/uno/Any.h	6 Sep 2007 11:00:18 -0000
@@ -70,7 +70,7 @@
     return true if the any contains an assignable value (no data loss), e.g. the any contains a
     short and you >>= it into a long variable.
 */
-class Any : public uno_Any
+class CPPU_GCC_DLLPUBLIC_EXPORT Any : public uno_Any
 {
 public:
 	// these are here to force memory de/allocation to sal lib.
Index: inc/com/sun/star/uno/Type.h
===================================================================
RCS file: /cvs/udk/cppu/inc/com/sun/star/uno/Type.h,v
retrieving revision 1.15
diff -u -r1.15 Type.h
--- openoffice.org.orig/cppu/inc/com/sun/star/uno/Type.h	9 Mar 2006 10:44:42 -0000	1.15
+++ openoffice.org/cppu/inc/com/sun/star/uno/Type.h	6 Sep 2007 11:00:18 -0000
@@ -79,7 +78,7 @@
 
     @see typelib_TypeDescriptionReference
 */
-class Type
+class CPPU_GCC_DLLPUBLIC_EXPORT Type
 {
 	/** the C typelib reference pointer
         @internal

openoffice.org-2.3.0.ooo77672.boost.use.end_p.patch:

Index: openoffice.org-2.3.0.ooo77672.boost.use.end_p.patch
===================================================================
RCS file: /cvs/pkgs/rpms/openoffice.org/devel/openoffice.org-2.3.0.ooo77672.boost.use.end_p.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- openoffice.org-2.3.0.ooo77672.boost.use.end_p.patch	6 Sep 2007 08:26:29 -0000	1.1
+++ openoffice.org-2.3.0.ooo77672.boost.use.end_p.patch	6 Sep 2007 11:21:59 -0000	1.2
@@ -14,3 +14,28 @@
                                      ::boost::spirit::space_p ) );
      OSL_DEBUG_ONLY(::std::cout.flush()); // needed to keep stdout and cout in sync
  
+Index: source/engine/smilfunctionparser.cxx
+===================================================================
+RCS file: /cvs/graphics/slideshow/source/engine/smilfunctionparser.cxx,v
+retrieving revision 1.7
+diff -u -r1.7 smilfunctionparser.cxx
+--- openoffice.org.orig/slideshow/source/engine/smilfunctionparser.cxx	17 Jul 2007 14:41:21 -0000	1.7
++++ openoffice.org/slideshow/source/engine/smilfunctionparser.cxx	6 Sep 2007 10:48:58 -0000
+@@ -579,7 +579,7 @@
+             const ::boost::spirit::parse_info<StringIteratorT> aParseInfo( 
+                   ::boost::spirit::parse( aStart,
+                                           aEnd,
+-                                          aExpressionGrammer,
++                                          aExpressionGrammer >> ::boost::spirit::end_p,
+                                           ::boost::spirit::space_p ) );
+             OSL_DEBUG_ONLY(::std::cout.flush()); // needed to keep stdout and cout in sync
+ 
+@@ -625,7 +625,7 @@
+             const ::boost::spirit::parse_info<StringIteratorT> aParseInfo( 
+                   ::boost::spirit::parse( aStart,
+                                           aEnd,
+-                                          aExpressionGrammer,
++                                          aExpressionGrammer >> ::boost::spirit::end_p,
+                                           ::boost::spirit::space_p ) );
+             OSL_DEBUG_ONLY(::std::cout.flush()); // needed to keep stdout and cout in sync
+ 


Index: openoffice.org.spec
===================================================================
RCS file: /cvs/pkgs/rpms/openoffice.org/devel/openoffice.org.spec,v
retrieving revision 1.1298
retrieving revision 1.1299
diff -u -r1.1298 -r1.1299
--- openoffice.org.spec	6 Sep 2007 08:26:29 -0000	1.1298
+++ openoffice.org.spec	6 Sep 2007 11:21:59 -0000	1.1299
@@ -143,6 +143,7 @@
 Patch61: openoffice.org-2.3.0.ooo81112.reportdesign.parallel.patch
 Patch62: openoffice.org-2.3.0.ooo74751.bean.mawt.patch
 Patch63: openoffice.org-2.3.0.ooo77672.boost.use.end_p.patch
+Patch64: openoffice.org-2.3.0.ooo81321.cppu.silencewarnings.patch
 
 %define instdir %{_libdir}/openoffice.org
 
@@ -1080,6 +1081,7 @@
 %patch61 -p1 -b .ooo81112.reportdesign.parallel.patch
 %patch62 -p1 -b .ooo74751.bean.mawt.patch
 %patch63 -p1 -b .ooo77672.boost.use.end_p.patch
+%patch64 -p1 -b .ooo81321.cppu.silencewarnings.patch
 
 %if %{linkopt}
 chmod a+x solenv/bin/mklinkscript.pl




More information about the fedora-extras-commits mailing list