From 2945b8de002d9dbfe04fa84c0433a021e835eaf8 Mon Sep 17 00:00:00 2001 From: mkasik Date: Jun 29 2010 14:42:39 +0000 Subject: - A little modification of poppler-0.12.4-TextOutputDev.patch --- diff --git a/poppler-0.12.4-TextOutputDev.patch b/poppler-0.12.4-TextOutputDev.patch index 6bfa48c..40abd22 100644 --- a/poppler-0.12.4-TextOutputDev.patch +++ b/poppler-0.12.4-TextOutputDev.patch @@ -1,10 +1,9 @@ --- 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 ++++ poppler-0.12.4/poppler/TextOutputDev.cc 2010-06-29 16:35:38.000000000 +0200 +@@ -4626,6 +4626,7 @@ TextOutputDev::TextOutputDev(char *fileN rawOrder = rawOrderA; doHTML = gFalse; ok = gTrue; -+ text = NULL; + actualText = NULL; // open file diff --git a/poppler.spec b/poppler.spec index aba0aad..a2844b5 100644 --- a/poppler.spec +++ b/poppler.spec @@ -2,7 +2,7 @@ Summary: PDF rendering library Name: poppler Version: 0.12.4 -Release: 3%{?dist} +Release: 4%{?dist} License: GPLv2 Group: Development/Libraries URL: http://poppler.freedesktop.org/ @@ -237,6 +237,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Tue Jun 29 2010 Marek Kasik - 0.12.4-4 +- A little modification of poppler-0.12.4-TextOutputDev.patch + * Tue Jun 29 2010 Marek Kasik - 0.12.4-3 - Fix initialization of members of TextOutputDev in its constructor - (#606870)