rpms/openoffice.org/devel openoffice.org-2.0.4.ooo70601.sd.sal_uInt32_aslong.patch, NONE, 1.1 openoffice.org.spec, 1.892, 1.893

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Mon Oct 23 09:33:34 UTC 2006


Author: caolanm

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

Modified Files:
	openoffice.org.spec 
Added Files:
	openoffice.org-2.0.4.ooo70601.sd.sal_uInt32_aslong.patch 
Log Message:
add openoffice.org-2.0.4.ooo70601.sd.sal_uInt32_aslong.patch

openoffice.org-2.0.4.ooo70601.sd.sal_uInt32_aslong.patch:
 sd/source/ui/view/sdview.cxx |    2 +-
 source/ui/view/sdview.cxx    |    0 
 2 files changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE openoffice.org-2.0.4.ooo70601.sd.sal_uInt32_aslong.patch ---
Index: source/ui/view/sdview.cxx
===================================================================
RCS file: /cvs/graphics/sd/source/ui/view/sdview.cxx,v
retrieving revision 1.50
diff -u -r1.50 sdview.cxx
--- openoffice.org.orig/sd/source/ui/view/sdview.cxx	25 Jul 2006 11:53:13 -0000	1.50
+++ openoffice.org/sd/source/ui/view/sdview.cxx	23 Oct 2006 09:22:38 -0000
@@ -567,7 +567,7 @@
 	BOOL bSelected = FALSE;
 	BOOL bMasterPage = FALSE;
 	long nMark;
-	long nMarkMax = pMarkList->GetMarkCount() - 1;
+	long nMarkMax = long(pMarkList->GetMarkCount()) - 1;
 
 	for (nMark = nMarkMax; (nMark >= 0) && !bSelected; nMark--)
 	{


Index: openoffice.org.spec
===================================================================
RCS file: /cvs/dist/rpms/openoffice.org/devel/openoffice.org.spec,v
retrieving revision 1.892
retrieving revision 1.893
diff -u -r1.892 -r1.893
--- openoffice.org.spec	13 Oct 2006 09:08:04 -0000	1.892
+++ openoffice.org.spec	23 Oct 2006 09:33:32 -0000	1.893
@@ -1,6 +1,6 @@
 %define oootag OOD680
 %define ooomilestone 5
-%define rh_rpm_release 4
+%define rh_rpm_release 6
 
 # gcc#19664#
 %define stlvisibilityfcked 1
@@ -134,6 +134,7 @@
 Patch66: workspace.calc39.patch
 Patch67: openoffice.org-2.0.4.ooo70361.vcl.atkfilechooser.patch
 Patch68: openoffice.org-2.0.4.ooo70388.vcl.setprgname.patch
+Patch69: openoffice.org-2.0.4.ooo70601.sd.sal_uInt32_aslong.patch
 
 %define instdir %{_libdir}/openoffice.org2.0
 
@@ -1002,6 +1003,7 @@
 %patch66 -p1 -b .workspace.calc39.patch
 %patch67 -p1 -b .ooo70361.vcl.atkfilechooser.patch
 %patch68 -p1 -b .ooo70388.vcl.setprgname.patch
+%patch69 -p1 -b .ooo70601.sd.sal_uInt32_aslong.patch
 
 tar xzf %{SOURCE1}
 
@@ -2527,6 +2529,9 @@
 %{instdir}/share/registry/modules/org/openoffice/Office/Scripting/Scripting-python.xcu
 
 %changelog
+* Mon Oct 23 2006 Caolan McNamara <caolanm at redhat.com> - 1:2.0.4-5.6
+- add openoffice.org-2.0.4.ooo70601.sd.sal_uInt32_aslong.patch
+
 * Thu Oct 12 2006 Caolan McNamara <caolanm at redhat.com> - 1:2.0.4-5.4
 - add openoffice.org-2.0.4.ooo70361.vcl.atkfilechooser.patch for rh#210440#
 - add openoffice.org-2.0.4.ooo70388.vcl.setprgname.patch for rh#210441#




More information about the fedora-cvs-commits mailing list