diff --git a/.gitignore b/.gitignore index f3624a7..d3abafc 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ /poppler-0.16.6.tar.gz /poppler-0.16.7.tar.gz /poppler-0.17.0.tar.gz +/poppler-0.17.3.tar.gz diff --git a/poppler-0.17.0-free.patch b/poppler-0.17.0-free.patch deleted file mode 100644 index f56c981..0000000 --- a/poppler-0.17.0-free.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- poppler-0.17.0/poppler/PreScanOutputDev.cc 2011-08-17 17:12:15.000000000 +0200 -+++ poppler-0.17.0/poppler/PreScanOutputDev.cc 2011-08-17 17:12:21.000000000 +0200 -@@ -23,6 +23,8 @@ - // - //======================================================================== - -+#include -+ - #ifdef USE_GCC_PRAGMAS - #pragma implementation - #endif diff --git a/poppler.spec b/poppler.spec index 363746a..b827dc6 100644 --- a/poppler.spec +++ b/poppler.spec @@ -1,8 +1,8 @@ Summary: PDF rendering library Name: poppler -Version: 0.17.0 -Release: 2%{?dist} +Version: 0.17.3 +Release: 1%{?dist} License: GPLv2 Group: Development/Libraries URL: http://poppler.freedesktop.org/ @@ -12,9 +12,6 @@ Source0: http://poppler.freedesktop.org/poppler-%{version}.tar.gz # http://bugzilla.redhat.com/show_bug.cgi?id=480868 Patch1: poppler-0.12.4-annot-appearance.patch -## upstream patches -Patch2: poppler-0.17.0-free.patch - Requires: poppler-data >= 0.4.0 BuildRequires: automake libtool @@ -122,7 +119,6 @@ converting PDF files to a number of other formats. %setup -q #%patch1 -p1 -b .annot -%patch2 -p1 -b .free chmod -x goo/GooTimer.h @@ -174,7 +170,7 @@ rm -fv $RPM_BUILD_ROOT%{_libdir}/lib*.la %files %defattr(-,root,root,-) %doc COPYING README -%{_libdir}/libpoppler.so.14* +%{_libdir}/libpoppler.so.17* %files devel %defattr(-,root,root,-) @@ -222,6 +218,9 @@ rm -fv $RPM_BUILD_ROOT%{_libdir}/lib*.la %changelog +* Mon Sep 19 2011 Marek Kasik - 0.17.3-1 +- Update to 0.17.3 + * Wed Aug 17 2011 Marek Kasik - 0.17.0-2 - Fix a problem with freeing of memory in PreScanOutputDev (#730941) diff --git a/sources b/sources index 0e52fe3..0100d4f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -e72d37bd392572574afbb95ba1931312 poppler-0.17.0.tar.gz +ccdedfdbfa507ebaca5c2e23d87fcbee poppler-0.17.3.tar.gz