rpms/gnumeric/devel gnumeric-1.6.3-stf-parse.patch, NONE, 1.1 gnumeric.spec, 1.33, 1.34

Hans de Goede (jwrdegoede) fedora-extras-commits at redhat.com
Thu Nov 15 21:53:29 UTC 2007


Author: jwrdegoede

Update of /cvs/extras/rpms/gnumeric/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19238

Modified Files:
	gnumeric.spec 
Added Files:
	gnumeric-1.6.3-stf-parse.patch 
Log Message:
* Thu Nov 15 2007 Hans de Goede <j.w.r.degoede at hhs.nl> 1:1.6.3-13
- Fix opening of csv files in non-English locales (bz 385441)


gnumeric-1.6.3-stf-parse.patch:

--- NEW FILE gnumeric-1.6.3-stf-parse.patch ---
--- trunk/src/stf-parse.c	2006/05/25 16:09:39	14862
+++ trunk/src/stf-parse.c	2006/06/21 00:39:23	14888
@@ -1400,6 +1400,7 @@
 		if (count_character (lines, (c = sepchar), 0.5) > 0 ||
 		    count_character (lines, (c = format_get_col_sep ()), 0.5) > 0 ||
 		    count_character (lines, (c = ':'), 0.5) > 0 ||
+		    count_character (lines, (c = ','), 0.5) > 0 ||
 		    count_character (lines, (c = ';'), 0.5) > 0 ||
 		    count_character (lines, (c = '|'), 0.5) > 0 ||
 		    count_character (lines, (c = '!'), 0.5) > 0 ||


Index: gnumeric.spec
===================================================================
RCS file: /cvs/extras/rpms/gnumeric/devel/gnumeric.spec,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- gnumeric.spec	19 Sep 2007 19:52:40 -0000	1.33
+++ gnumeric.spec	15 Nov 2007 21:52:50 -0000	1.34
@@ -1,7 +1,7 @@
 Name:             gnumeric
 Epoch:            1
 Version:          1.6.3
-Release:          12%{?dist}
+Release:          13%{?dist}
 Summary:          Spreadsheet program for GNOME
 Group:            Applications/Productivity
 # bug filed upstream about this being GPL v2 only:
@@ -14,6 +14,7 @@
 Patch2:           gnumeric-1.6.3-helppath.patch
 Patch3:           gnumeric-1.6.3-gda3.patch
 Patch4:           gnumeric-1.6.3-gpl-md5.patch
+Patch5:           gnumeric-1.6.3-stf-parse.patch
 BuildRoot:        %{_tmppath}/%{name}-%{version}-root
 BuildRequires:    libgnomeui-devel >= 2.4.0
 BuildRequires:    libgnomeprintui22-devel >= 2.8.2
@@ -52,6 +53,7 @@
 %patch2 -p1 -b .helppath
 %patch3 -p1 -b .gda3
 %patch4 -p1 -b .gpl-md5
+%patch5 -p1 -b .csv
 chmod -x plugins/excel/rc4.?
 
 
@@ -171,6 +173,9 @@
 
 
 %changelog
+* Thu Nov 15 2007 Hans de Goede <j.w.r.degoede at hhs.nl> 1:1.6.3-13
+- Fix opening of csv files in non-English locales (bz 385441)
+
 * Wed Sep 19 2007 Hans de Goede <j.w.r.degoede at hhs.nl> 1:1.6.3-12
 - Replace GPL incompatible licensed md5 code with GPL compatible code from
   gnulib




More information about the fedora-extras-commits mailing list