From 55b63a4da16fd1c85c483181b807eff0137ac789 Mon Sep 17 00:00:00 2001 From: Marek Kasik Date: Mon, 18 Jul 2016 13:37:14 +0200 Subject: [PATCH] Update to 0.45.0 Resolves: #1338421 --- .gitignore | 1 + poppler-0.43.0-type3-chars-position.patch | 26 ----------------------- poppler.spec | 14 ++++++------ sources | 2 +- 4 files changed, 9 insertions(+), 34 deletions(-) delete mode 100644 poppler-0.43.0-type3-chars-position.patch diff --git a/.gitignore b/.gitignore index 741bb48..19a6021 100644 --- a/.gitignore +++ b/.gitignore @@ -22,3 +22,4 @@ /poppler-0.40.0.tar.xz /poppler-0.41.0.tar.xz /poppler-0.43.0.tar.xz +/poppler-0.45.0.tar.xz diff --git a/poppler-0.43.0-type3-chars-position.patch b/poppler-0.43.0-type3-chars-position.patch deleted file mode 100644 index ef92899..0000000 --- a/poppler-0.43.0-type3-chars-position.patch +++ /dev/null @@ -1,26 +0,0 @@ -From 182abe4ed5c0773073c6751a26a7c4e40e99e02e Mon Sep 17 00:00:00 2001 -From: Thomas Freitag -Date: Fri, 13 May 2016 00:07:24 +0200 -Subject: [PATCH] Splash: type 3 chars. restore the current position also in - output device - -Bug #95344 ---- - poppler/Gfx.cc | 1 + - 1 file changed, 1 insertion(+) - -diff --git a/poppler/Gfx.cc b/poppler/Gfx.cc -index cc6b66d..7d748b9 100644 ---- a/poppler/Gfx.cc -+++ b/poppler/Gfx.cc -@@ -4046,6 +4046,7 @@ void Gfx::doShowText(GooString *s) { - curX += tdx; - curY += tdy; - state->moveTo(curX, curY); -+ out->updateCTM(state, 0, 0, 0, 0, 0, 0); - p += n; - len -= n; - } --- -2.7.4 - diff --git a/poppler.spec b/poppler.spec index 18e467a..6d4d1de 100644 --- a/poppler.spec +++ b/poppler.spec @@ -1,7 +1,7 @@ Summary: PDF rendering library Name: poppler -Version: 0.43.0 -Release: 2%{?dist} +Version: 0.45.0 +Release: 1%{?dist} License: (GPLv2 or GPLv3) and GPLv2+ and LGPLv2+ and MIT Group: Development/Libraries URL: http://poppler.freedesktop.org/ @@ -10,9 +10,6 @@ Source0: http://poppler.freedesktop.org/poppler-%{version}.tar.xz # https://bugzilla.redhat.com/show_bug.cgi?id=1185007 Patch0: poppler-0.30.0-rotated-words-selection.patch -# https://bugzilla.redhat.com/show_bug.cgi?id=1352717 -Patch1: poppler-0.43.0-type3-chars-position.patch - ## upstreamable patches # fix configure checks for moc versions Patch50: poppler-0.24.2-mocversiongrep.patch @@ -151,7 +148,6 @@ Requires: %{name}-glib%{?_isa} = %{version}-%{release} %prep %setup -q %patch0 -p1 -b .rotated-words-selection -%patch1 -p1 -b .type3-chars-position %patch50 -p1 -b .mocversiongrep @@ -218,7 +214,7 @@ test "$(pkg-config --modversion poppler-splash)" = "%{version}" %files %defattr(-,root,root,-) %doc COPYING README -%{_libdir}/libpoppler.so.60* +%{_libdir}/libpoppler.so.62* %files devel %defattr(-,root,root,-) @@ -287,6 +283,10 @@ test "$(pkg-config --modversion poppler-splash)" = "%{version}" %changelog +* Mon Jul 18 2016 Marek Kasik - 0.45.0-1 +- Update to 0.45.0 +- Resolves: #1338421 + * Mon Jul 11 2016 Marek Kasik - 0.43.0-2 - Restore the current position of char also in output device - Related: #1352717 diff --git a/sources b/sources index 506f7ce..3e7ba26 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -1d2b001663119855cdfbc0713dbfb9c6 poppler-0.43.0.tar.xz +a66e8c3cf6dab91dab5ba90d362c6063 poppler-0.45.0.tar.xz