rpms/tracker/F-11 tracker-msword_filter.patch, 1.1, 1.2 tracker.spec, 1.55, 1.56

Deji Akingunola deji at fedoraproject.org
Wed Feb 10 15:11:57 UTC 2010


Author: deji

Update of /cvs/pkgs/rpms/tracker/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv19642

Modified Files:
	tracker-msword_filter.patch tracker.spec 
Log Message:
* Wed Feb 10 2010 Deji Akingunola <dakingun at gmail.com> - 0.6.96-3
- Fix MSWord filter patch


tracker-msword_filter.patch:
 msword_filter |    7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

Index: tracker-msword_filter.patch
===================================================================
RCS file: /cvs/pkgs/rpms/tracker/F-11/tracker-msword_filter.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- tracker-msword_filter.patch	8 Feb 2010 14:05:09 -0000	1.1
+++ tracker-msword_filter.patch	10 Feb 2010 15:11:56 -0000	1.2
@@ -1,20 +1,24 @@
 --- filters/application/msword_filter	2010-02-04 05:25:44.000000000 -0500
-+++ filters/application/msword_filter.new	2010-02-08 08:18:57.117202359 -0500
-@@ -2,7 +2,7 @@
++++ filters/application/msword_filter.new	2010-02-10 09:52:42.768895298 -0500
+@@ -1,8 +1,7 @@
+ #!/bin/sh
  
  tmpdir=`mktemp -td tracker.msword_filter.XXXXXXXXXX` || exit 1
- tmpfile="$tmpdir"/tmpfile
+-tmpfile="$tmpdir"/tmpfile
 -tmptxtfile="$tmpdir"/tmptxtfile
-+tmptxtfile="$tmpdir"/tmpfile.text
++tmpfile="$tmpdir"/tmpfil
  
  cp "$1" "$tmpfile"
  
-@@ -12,7 +12,7 @@
+@@ -12,9 +11,9 @@
  
  cd "$tmpdir"
  
 -nice -n19 wvText "$tmpfile" "$tmptxtfile" > /dev/null 2>&1
-+nice -n19 abiword --to=text > /dev/null 2>&1
++nice -n19 abiword --to=text tmpfil > /dev/null 2>&1
  
- cat "$tmptxtfile"
+-cat "$tmptxtfile"
++cat tmpfil.text
+ 
+ rm -rf "$tmpdir"
  


Index: tracker.spec
===================================================================
RCS file: /cvs/pkgs/rpms/tracker/F-11/tracker.spec,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -p -r1.55 -r1.56
--- tracker.spec	8 Feb 2010 14:05:09 -0000	1.55
+++ tracker.spec	10 Feb 2010 15:11:56 -0000	1.56
@@ -1,7 +1,7 @@
 Summary:	An object database, tag/metadata database, search tool and indexer
 Name:		tracker
 Version:	0.6.96
-Release:	2%{?dist}
+Release:	3%{?dist}
 License:	GPLv2+
 Group:		Applications/System
 URL:		http://projects.gnome.org/tracker/
@@ -160,6 +160,9 @@ fi
 %{_mandir}/man1/tracker-search-tool.1.gz
 
 %changelog
+* Wed Feb 10 2010 Deji Akingunola <dakingun at gmail.com> - 0.6.96-3
+- Fix MSWord filter patch
+
 * Mon Feb 08 2010 Deji Akingunola <dakingun at gmail.com> - 0.6.96-2
 - Patch to not use deprecated wvText utility as MSWord filter
 - Remove libvorbis dependency, it is not necessary where gstreamer is present.



More information about the scm-commits mailing list