devel/wv wv-1.0.0-rhbug150461.patch,NONE,1.1 wv.spec,1.8,1.9

Michael Schwendt (mschwendt) fedora-extras-commits at redhat.com
Tue May 10 07:41:52 UTC 2005


Author: mschwendt

Update of /cvs/extras/devel/wv
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15040

Modified Files:
	wv.spec 
Added Files:
	wv-1.0.0-rhbug150461.patch 
Log Message:
* Tue May 10 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 1.0.0-5
- Include printf format fix for bug 150461.



wv-1.0.0-rhbug150461.patch:

--- NEW FILE wv-1.0.0-rhbug150461.patch ---
diff -Nur wv-1.0.0-orig/wvWare.c wv-1.0.0/wvWare.c
--- wv-1.0.0-orig/wvWare.c	2003-08-24 17:22:25.000000000 +0200
+++ wv-1.0.0/wvWare.c	2005-05-10 07:32:55.000000000 +0200
@@ -1246,7 +1246,7 @@
 	   */
 	  printf ("\n\\resizebox{%dpt}{%dpt}\
 		  {\\includegraphics{%s.eps}}\
-		  \n% -- %#.2x graphic -- \n", width, height, source, graphicstype);
+		  \n%% -- %#.2x graphic -- \n", width, height, source, graphicstype);
       }
     else
       {


Index: wv.spec
===================================================================
RCS file: /cvs/extras/devel/wv/wv.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- wv.spec	6 Apr 2005 22:13:52 -0000	1.8
+++ wv.spec	10 May 2005 07:41:49 -0000	1.9
@@ -1,8 +1,7 @@
 Name:       wv
 Summary:    MSWord 6/7/8/9 binary file format to HTML converter
 Version:    1.0.0
-Release:    4
-
+Release:    5
 License:    GPL
 Group:      Applications/Text
 URL:        http://wvware.sourceforge.net
@@ -13,6 +12,7 @@
 # patch3: deal with filenames containing spaces
 Patch3:     wv-wvmime-tmp-filename.patch
 Patch4:     wv-field.c.patch
+Patch5:     wv-1.0.0-rhbug150461.patch
 
 #BuildRequires: XFree86-devel
 BuildRequires: glib2-devel
@@ -38,6 +38,7 @@
 %patch2
 %patch3
 %patch4
+%patch5 -p1 -b .printf-rhbug150461
 
 
 %build
@@ -74,6 +75,9 @@
 
 
 %changelog
+* Tue May 10 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 1.0.0-5
+- Include printf format fix for bug 150461.
+
 * Fri Apr  7 2005 Michael Schwendt <mschwendt[AT]users.sf.net>
 - rebuilt
 




More information about the fedora-extras-commits mailing list