rpms/openoffice.org/devel openoffice.org-3.0.0.oooXXXXX.vcl.nogtkspinwarn.patch, NONE, 1.1 openoffice.org.spec, 1.1668, 1.1669

Caolan McNamara caolanm at fedoraproject.org
Tue Oct 14 11:57:35 UTC 2008


Author: caolanm

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

Modified Files:
	openoffice.org.spec 
Added Files:
	openoffice.org-3.0.0.oooXXXXX.vcl.nogtkspinwarn.patch 
Log Message:
Resolves: rhbz#466605 openoffice.org-3.0.0.oooXXXXX.vcl.nogtkspinwarn.patch

openoffice.org-3.0.0.oooXXXXX.vcl.nogtkspinwarn.patch:

--- NEW FILE openoffice.org-3.0.0.oooXXXXX.vcl.nogtkspinwarn.patch ---
diff -ru openoffice.org.orig/vcl/unx/gtk/gdi/salnativewidgets-gtk.cxx openoffice.org/vcl/unx/gtk/gdi/salnativewidgets-gtk.cxx
--- openoffice.org.orig/vcl/unx/gtk.orig/gdi/salnativewidgets-gtk.cxx	2008-10-14 12:47:45.000000000 +0100
+++ openoffice.org/vcl/unx/gtk/gdi/salnativewidgets-gtk.cxx	2008-10-14 12:53:43.000000000 +0100
@@ -3652,7 +3652,7 @@
 {
 	if ( !gWidgetData[nScreen].gSpinButtonWidget )
 	{
-		GtkAdjustment *adj = GTK_ADJUSTMENT( gtk_adjustment_new(0, 0, 2, 1, 1, 1) );
+		GtkAdjustment *adj = GTK_ADJUSTMENT( gtk_adjustment_new(0, 0, 1, 1, 1, 0) );
 		gWidgetData[nScreen].gSpinButtonWidget = gtk_spin_button_new( adj, 1, 2 );
 
 		//Setting non-editable means it doesn't blink, so there's no timeouts


Index: openoffice.org.spec
===================================================================
RCS file: /cvs/pkgs/rpms/openoffice.org/devel/openoffice.org.spec,v
retrieving revision 1.1668
retrieving revision 1.1669
diff -u -r1.1668 -r1.1669
--- openoffice.org.spec	10 Oct 2008 15:28:03 -0000	1.1668
+++ openoffice.org.spec	14 Oct 2008 11:57:04 -0000	1.1669
@@ -1,6 +1,6 @@
 %define oootag OOO300
 %define ooomilestone 9
-%define rh_rpm_release 3
+%define rh_rpm_release 4
 
 # undef to get english only and no-langpacks for a faster smoketest build
 %define langpacks 1
@@ -116,6 +116,7 @@
 Patch45: openoffice.org-3.0.0.ooo93949.sw.better_rtf_encodings.patch
 Patch46: workspace.vcl94.patch
 Patch47: workspace.vcl95.patch
+Patch48: openoffice.org-3.0.0.oooXXXXX.vcl.nogtkspinwarn.patch
 
 %define instdir %{_libdir}
 %define baseinstdir %{instdir}/openoffice.org
@@ -1317,6 +1318,7 @@
 %patch45 -p1 -b .ooo93949.sw.better_rtf_encodings.patch
 %patch46 -p1 -b .workspace.vcl94.patch
 %patch47 -p1 -b .workspace.vcl95.patch
+%patch48 -p1 -b .oooXXXXX.vcl.nogtkspinwarn.patch
 
 %build
 echo build start time is `date`, diskspace: `df -h . | tail -n 1`
@@ -3682,6 +3684,9 @@
     unopkg list --shared > /dev/null 2>&1 || :
 
 %changelog
+* Tue Oct 14 2008 Caolán McNamara <caolanm at redhat.com> - 1:3.0.0-9.4
+- Resolves: rhbz#466605 openoffice.org-3.0.0.oooXXXXX.vcl.nogtkspinwarn.patch
+
 * Fri Oct 10 2008 Caolán McNamara <caolanm at redhat.com> - 1:3.0.0-9.3
 - Resolves: rhbz#465664 need lucene for runtime help search
 




More information about the scm-commits mailing list