From 46b845441e7979f4aa1128e5c1cac2293ec641a03c55d666d17bcff4b28df308 Mon Sep 17 00:00:00 2001 From: "Dr. Werner Fink" Date: Thu, 12 Apr 2018 07:29:30 +0000 Subject: [PATCH] Accepting request 594848 from home:namtrac:branches:Publishing:TeXLive - Update source-poppler-0.59.1.dif to fix compilation with poppler 0.63. Dict objects are now uncopyable, make a const reference instead. OBS-URL: https://build.opensuse.org/request/show/594848 OBS-URL: https://build.opensuse.org/package/show/Publishing:TeXLive/texlive?expand=0&rev=284 --- source-poppler-0.59.1.dif | 4 ++-- texlive.changes | 7 +++++++ 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/source-poppler-0.59.1.dif b/source-poppler-0.59.1.dif index 2d24c04..52fafeb 100644 --- a/source-poppler-0.59.1.dif +++ b/source-poppler-0.59.1.dif @@ -200,8 +200,8 @@ Akira +*/ +// begin modification + groupDict = pageDict->lookup("Group"); -+ Dict dic1 = page->getGroup(); -+ Dict dic2 = groupDict.getDict(); ++ const Dict& dic1 = page->getGroup(); ++ const Dict& dic2 = groupDict.getDict(); + // replace dic2 in groupDict with dic1 + l = dic2.getLength(); + for (i = 0; i < l; i++) { diff --git a/texlive.changes b/texlive.changes index 0ce4098..cb9001c 100644 --- a/texlive.changes +++ b/texlive.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Mon Apr 9 10:57:54 UTC 2018 - idonmez@suse.com + +- Update source-poppler-0.59.1.dif to fix compilation with poppler + 0.63. Dict objects are now uncopyable, make a const reference + instead. + ------------------------------------------------------------------- Thu Mar 15 08:54:09 UTC 2018 - werner@suse.de