rpms/gnumeric/F-8 gnumeric-1.6.3-gda3.patch, 1.2, 1.3 gnumeric.spec, 1.35, 1.36

Hans de Goede (jwrdegoede) fedora-extras-commits at redhat.com
Wed Feb 6 12:57:50 UTC 2008


Author: jwrdegoede

Update of /cvs/extras/rpms/gnumeric/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15563

Modified Files:
	gnumeric-1.6.3-gda3.patch gnumeric.spec 
Log Message:
* Wed Feb  6 2008 Hans de Goede <j.w.r.degoede at hhs.nl> 1:1.6.3-15
- Fix launching of gnome-database-properties from the Data -> Databases
  menu-entry (bug 431618)


gnumeric-1.6.3-gda3.patch:

Index: gnumeric-1.6.3-gda3.patch
===================================================================
RCS file: /cvs/extras/rpms/gnumeric/F-8/gnumeric-1.6.3-gda3.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- gnumeric-1.6.3-gda3.patch	22 Aug 2007 11:39:38 -0000	1.2
+++ gnumeric-1.6.3-gda3.patch	6 Feb 2008 12:57:41 -0000	1.3
@@ -472,3 +472,12 @@
  #include <glib.h>
  
  #include <workbook-control-gui.h>
+@@ -16,7 +16,7 @@ view_data_sources (GnmAction const *acti
+ 	char *argv[2];
+ 
+ 	/* run gnome-database-properties config tool */
+-	argv[0] = (char *) "gnome-database-properties";
++	argv[0] = (char *) "gnome-database-properties-3.0";
+ 	argv[1] = NULL;
+ 
+ 	if (!g_spawn_async (NULL, argv, NULL, G_SPAWN_SEARCH_PATH,


Index: gnumeric.spec
===================================================================
RCS file: /cvs/extras/rpms/gnumeric/F-8/gnumeric.spec,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- gnumeric.spec	4 Feb 2008 15:18:21 -0000	1.35
+++ gnumeric.spec	6 Feb 2008 12:57:41 -0000	1.36
@@ -1,7 +1,7 @@
 Name:             gnumeric
 Epoch:            1
 Version:          1.6.3
-Release:          14%{?dist}
+Release:          15%{?dist}
 Summary:          Spreadsheet program for GNOME
 Group:            Applications/Productivity
 # bug filed upstream about this being GPL v2 only:
@@ -175,6 +175,10 @@
 
 
 %changelog
+* Wed Feb  6 2008 Hans de Goede <j.w.r.degoede at hhs.nl> 1:1.6.3-15
+- Fix launching of gnome-database-properties from the Data -> Databases
+  menu-entry (bug 431618)
+
 * Sun Feb  3 2008 Hans de Goede <j.w.r.degoede at hhs.nl> 1:1.6.3-14
 - Fix integer overflow and signedness errors in XLS processing (Bug 431229)
 




More information about the fedora-extras-commits mailing list