rpms/poppler/F-13 poppler-0.12.4-TextOutputDev.patch, NONE, 1.1 poppler.spec, 1.118, 1.119

mkasik mkasik at fedoraproject.org
Tue Jun 29 13:54:47 UTC 2010


Author: mkasik

Update of /cvs/pkgs/rpms/poppler/F-13
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv10402

Modified Files:
	poppler.spec 
Added Files:
	poppler-0.12.4-TextOutputDev.patch 
Log Message:
* Tue Jun 29 2010 Marek Kasik <mkasik at redhat.com> - 0.12.4-3
- Fix initialization of members of TextOutputDev in its constructor
- (#606870)


poppler-0.12.4-TextOutputDev.patch:
 TextOutputDev.cc |    2 ++
 1 file changed, 2 insertions(+)

--- NEW FILE poppler-0.12.4-TextOutputDev.patch ---
--- poppler-0.12.4/poppler/TextOutputDev.cc	2010-01-17 01:06:57.000000000 +0100
+++ poppler-0.12.4/poppler/TextOutputDev.cc	2010-06-29 15:35:47.000000000 +0200
@@ -4626,6 +4626,8 @@ TextOutputDev::TextOutputDev(char *fileN
   rawOrder = rawOrderA;
   doHTML = gFalse;
   ok = gTrue;
+  text = NULL;
+  actualText = NULL;
 
   // open file
   needClose = gFalse;


Index: poppler.spec
===================================================================
RCS file: /cvs/pkgs/rpms/poppler/F-13/poppler.spec,v
retrieving revision 1.118
retrieving revision 1.119
diff -u -p -r1.118 -r1.119
--- poppler.spec	4 Mar 2010 15:27:21 -0000	1.118
+++ poppler.spec	29 Jun 2010 13:54:47 -0000	1.119
@@ -2,7 +2,7 @@
 Summary: PDF rendering library
 Name: poppler
 Version: 0.12.4
-Release: 2%{?dist}
+Release: 3%{?dist}
 License: GPLv2
 Group: Development/Libraries
 URL:     http://poppler.freedesktop.org/
@@ -23,6 +23,8 @@ Patch102: poppler-0.12.3-actualize-fccon
 Patch103: poppler-0.12.3-rotated-downscale.patch
 # http://bugzilla.redhat.com/show_bug.cgi?id=480868
 Patch104: poppler-0.12.4-annot-appearance.patch
+# http://bugzilla.redhat.com/show_bug.cgi?id=606870
+Patch105: poppler-0.12.4-TextOutputDev.patch
 
 Requires: poppler-data >= 0.4.0
 BuildRequires: automake libtool
@@ -131,6 +133,7 @@ converting PDF files to a number of othe
 %patch102 -p1 -b .fcconfig
 %patch103 -p1 -b .rotated-downscale
 %patch104 -p1 -b .annot
+%patch105 -p1 -b .text-output-dev
 
 chmod -x goo/GooTimer.h
 
@@ -234,6 +237,10 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Tue Jun 29 2010 Marek Kasik <mkasik at redhat.com> - 0.12.4-3
+- Fix initialization of members of TextOutputDev in its constructor
+- (#606870)
+
 * Thu Mar  4 2010 Marek Kasik <mkasik at redhat.com> - 0.12.4-2
 - Fix showing of radio buttons (#480868)
 



More information about the scm-commits mailing list