rpms/poppler/F-12 poppler-0.12.4-TextOutputDev.patch, NONE, 1.1 poppler.spec, 1.114, 1.115

mkasik mkasik at fedoraproject.org
Tue Jun 29 14:35:59 UTC 2010


Author: mkasik

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

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 |    1 +
 1 file changed, 1 insertion(+)

--- 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 16:27:33.000000000 +0200
@@ -4626,6 +4626,7 @@ TextOutputDev::TextOutputDev(char *fileN
   rawOrder = rawOrderA;
   doHTML = gFalse;
   ok = gTrue;
+  actualText = NULL;
 
   // open file
   needClose = gFalse;


Index: poppler.spec
===================================================================
RCS file: /cvs/pkgs/rpms/poppler/F-12/poppler.spec,v
retrieving revision 1.114
retrieving revision 1.115
diff -u -p -r1.114 -r1.115
--- poppler.spec	4 Mar 2010 14:16:13 -0000	1.114
+++ poppler.spec	29 Jun 2010 14:35:59 -0000	1.115
@@ -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
@@ -132,6 +134,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
 
@@ -235,6 +238,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