rpms/openoffice.org/FC-5 openoffice.org-2.0.3.gcc28357.binfilter.constcrash.patch, NONE, 1.1 openoffice.org.spec, 1.675, 1.676

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Wed Jul 12 12:59:54 UTC 2006


Author: caolanm

Update of /cvs/dist/rpms/openoffice.org/FC-5
In directory cvs.devel.redhat.com:/tmp/cvs-serv27444

Modified Files:
	openoffice.org.spec 
Added Files:
	openoffice.org-2.0.3.gcc28357.binfilter.constcrash.patch 
Log Message:
workaround

openoffice.org-2.0.3.gcc28357.binfilter.constcrash.patch:
 bf_sd/source/ui/app/sd_optsitem.cxx           |    0 
 binfilter/bf_sd/source/ui/app/sd_optsitem.cxx |    2 +-
 2 files changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE openoffice.org-2.0.3.gcc28357.binfilter.constcrash.patch ---
Index: bf_sd/source/ui/app/sd_optsitem.cxx
===================================================================
RCS file: /cvs/framework/binfilter/bf_sd/source/ui/app/sd_optsitem.cxx,v
retrieving revision 1.4
diff -u -r1.4 sd_optsitem.cxx
--- openoffice.org.orig/binfilter/bf_sd/source/ui/app/sd_optsitem.cxx	7 Sep 2005 23:40:30 -0000	1.4
+++ openoffice.org/binfilter/bf_sd/source/ui/app/sd_optsitem.cxx	12 Jul 2006 12:57:00 -0000
@@ -1591,7 +1591,7 @@
 /*N*/ int SdOptionsPrintItem::operator==( const SfxPoolItem& rAttr ) const
 /*N*/ {
 /*N*/ 	DBG_ASSERT( SfxPoolItem::operator==(rAttr), "unterschiedliche Typen" );
-/*N*/ 	return( (SdOptionsPrint&) *this == (const SdOptionsPrint&)(const SdOptionsPrintItem&) rAttr );
+/*N*/ 	return( (const SdOptionsPrint&) *this == (const SdOptionsPrint&)(const SdOptionsPrintItem&) rAttr );
 /*N*/ }
 
 // -----------------------------------------------------------------------


Index: openoffice.org.spec
===================================================================
RCS file: /cvs/dist/rpms/openoffice.org/FC-5/openoffice.org.spec,v
retrieving revision 1.675
retrieving revision 1.676
diff -u -r1.675 -r1.676
--- openoffice.org.spec	10 Jul 2006 12:48:55 -0000	1.675
+++ openoffice.org.spec	12 Jul 2006 12:59:52 -0000	1.676
@@ -180,6 +180,7 @@
 Patch52: openoffice.org.2.0.3.ooo66510.shell.recentlyused.patch
 Patch53: openoffice.org-2.0.1.ooo64206.sfx2.saveas.patch
 Patch54: openoffice.org-2.0.3.rh187919.gtkunderkde.patch
+Patch55: openoffice.org-2.0.3.gcc28357.binfilter.constcrash.patch
 
 %define instdir %{_libdir}/openoffice.org2.0
 
@@ -843,6 +844,7 @@
 %patch52 -p1 -b .ooo66510.shell.recentlyused.patch
 %patch53 -p1 -b .ooo64206.sfx2.saveas.patch
 %patch54 -p1 -b .rh187919.gtkunderkde.patch
+%patch56 -p1 -b .gcc28357.binfilter.constcrash.patch
 
 
 %if %{includingexternals}
@@ -3294,6 +3296,7 @@
 - add openoffice.org.2.0.3.ooo66510.shell.recentlyused.patch to make 
   ~/.recently-used safe
 - add openoffice.org-2.0.3.rh187919.gtkunderkde.patch
+- rh#198603# gcc ate my office suite, add openoffice.org-2.0.3.gcc28357.binfilter.constcrash.patch
 
 * Fri Jun 30 2006 Caolan McNamara <caolanm at redhat.com> - 1:2.0.2-5.16
 - CVE-2006-2198 macro security




More information about the fedora-cvs-commits mailing list