[arch-commits] Commit in texlive-bin/trunk (PKGBUILD pdftex-poppler-0.59.patch)

Bartłomiej Piotrowski bpiotrowski at archlinux.org
Sun Mar 25 09:50:00 UTC 2018


    Date: Sunday, March 25, 2018 @ 09:50:00
  Author: bpiotrowski
Revision: 320292

2017.44590-12: rebuild against poppler 0.63.0

Modified:
  texlive-bin/trunk/PKGBUILD
  texlive-bin/trunk/pdftex-poppler-0.59.patch

---------------------------+
 PKGBUILD                  |    4 ++--
 pdftex-poppler-0.59.patch |    4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-03-25 01:54:09 UTC (rev 320291)
+++ PKGBUILD	2018-03-25 09:50:00 UTC (rev 320292)
@@ -4,7 +4,7 @@
 
 pkgname=('texlive-bin' 'libsynctex')
 pkgver=2017.44590
-pkgrel=11
+pkgrel=12
 license=('GPL')
 arch=('x86_64')
 makedepends=('cairo' 'pixman' 'graphite' 't1lib' 'gd' 'poppler'
@@ -19,7 +19,7 @@
 sha256sums=('4645b4d55fc500ba9be7156a6a330afb44fbf7fda40dfd73fe9cb16d207f2038'
             'ee97f3e07e235dee4ad6d0c3e85c2260914c965e94d5ffbf481fa506df5f01ec'
             'a5204f110f261de989fc21f93a4b5485876ea2d28773bcdc4817b548fd865024'
-            'acb03b800010c9a1832f1e209e1cf678098bd0c6e5ba12105109d56462808dcc')
+            'c7246156104f8e57e80b6fc3a9c9efec7542cd067a525fb51279a15056de4426')
 
 prepare() {
     cd "$srcdir/source"

Modified: pdftex-poppler-0.59.patch
===================================================================
--- pdftex-poppler-0.59.patch	2018-03-25 01:54:09 UTC (rev 320291)
+++ pdftex-poppler-0.59.patch	2018-03-25 09:50:00 UTC (rev 320292)
@@ -435,8 +435,8 @@
 +*/
 +// 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++) {



More information about the arch-commits mailing list