*1. CR* # 6889005
*Synopsis: * Inconsistency with tracker-search-tool results

*2. Product* : JDS

*3. Release *:  Vermilion
*
4. Changed Files *

M      ChangeLog
A      patches/tracker-10-ISO8859-search.diff
M      base-specs/tracker.spec



5. Description of the Change
tracker-search command return a "invalid UTF-8" when used with ISO8859 
locales.

*6. Code Changes: *
See File -/net/drosera.india/export/users/an230044/6889005/nevada
Path to Workspace -  /net/drosera.india/export/users/an230044/6889005/nevada


Index: base-specs/tracker.spec
===================================================================
--- base-specs/tracker.spec    (revision 19764)
+++ base-specs/tracker.spec    (working copy)
@@ -42,6 +42,8 @@
 Patch8:        %{name}-08-strcasestr.diff
 # date:2009-09-24 owner:jerrytan type:branding
 Patch9:         tracker-09-ugrade_to_gmime2.4.diff
+# date:2009-11-02 owner:abhijit type:branding
+Patch10:         tracker-10-ISO8859-search.diff
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-root
 
@@ -93,6 +95,7 @@
 %patch7 -p1
 %patch8 -p1
 %patch9 -p1
+%patch10 -p1
 
 %build
 %ifos linux
@@ -167,6 +170,8 @@
 %{_libdir}/pkgconfig/*.pc
 
 %changelog
+* Wed Nov 02 2009 - abhijit.nath at sun.com
+- Add tracker-13-ISO8859-search.diff to fix 6889005
 * Wed Apr 15 2009 - dave.lin at sun.com
 - Bump to 0.6.93
 * Wed Mar 04 2009 - jerry.tan at sun.com


The patch is :

--- tracker-0.6.95.orig/src/tracker-utils/tracker-search.c    2009-10-29 
12:23:21.744071000 +0530
+++ tracker-0.6.95/src/tracker-utils/tracker-search.c    2009-11-02 
10:51:04.438784000 +0530
@@ -272,7 +272,7 @@ main (int argc, char **argv)
                     continue;
                 }
 
-                g_print ("  %s\n", s);
+                g_printf ("  %s\n", *p);
                  g_free (s);
             }
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: 
<http://mail.opensolaris.org/pipermail/jds-review/attachments/20091102/2dfb7aae/attachment.html>

Reply via email to