diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2010-04-12 16:26:20 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2010-04-12 16:26:20 +0000 |
commit | 70c74d8b0273a69b3f5eeb3559df4b89d06bd9b5 (patch) | |
tree | 2b25f3b95f17d2c32e50120efe2f99139a1b4606 /Build/source/libs/xpdf | |
parent | d7cae99d81f3378f609d6b635f780b52fd2b2af5 (diff) |
prepare for zlib-1.2.4
git-svn-id: svn://tug.org/texlive/trunk@17815 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/libs/xpdf')
-rw-r--r-- | Build/source/libs/xpdf/xpdf-3.02-PATCHES/ChangeLog | 2 | ||||
-rw-r--r-- | Build/source/libs/xpdf/xpdf-3.02-PATCHES/patch-45-getmetadatanf | 10 |
2 files changed, 7 insertions, 5 deletions
diff --git a/Build/source/libs/xpdf/xpdf-3.02-PATCHES/ChangeLog b/Build/source/libs/xpdf/xpdf-3.02-PATCHES/ChangeLog index f21b732be73..5a0fad74551 100644 --- a/Build/source/libs/xpdf/xpdf-3.02-PATCHES/ChangeLog +++ b/Build/source/libs/xpdf/xpdf-3.02-PATCHES/ChangeLog @@ -1,6 +1,6 @@ 2010-04-06 Hartmut Henkel <hartmut_henkel@gmx.de> - * patch-45-getmetadatanf needed by pdftoepdf.cc + * patch-45-getmetadatanf(new): needed by luaTeX's pdftoepdf.cc. 2009-09-15 Peter Breitenlohner <peb@mppmu.mpg.de> diff --git a/Build/source/libs/xpdf/xpdf-3.02-PATCHES/patch-45-getmetadatanf b/Build/source/libs/xpdf/xpdf-3.02-PATCHES/patch-45-getmetadatanf index b40b0915795..620984a718d 100644 --- a/Build/source/libs/xpdf/xpdf-3.02-PATCHES/patch-45-getmetadatanf +++ b/Build/source/libs/xpdf/xpdf-3.02-PATCHES/patch-45-getmetadatanf @@ -1,5 +1,6 @@ ---- xpdf-orig/xpdf/Page.cc 2007-02-27 23:05:52.000000000 +0100 -+++ xpdf-3.02/xpdf/Page.cc 2010-04-06 21:22:17.000000000 +0200 +diff -ur -N xpdf-3.02.orig/xpdf/Page.cc xpdf-3.02/xpdf/Page.cc +--- xpdf-3.02.orig/xpdf/Page.cc 2009-05-07 00:22:58.000000000 +0200 ++++ xpdf-3.02/xpdf/Page.cc 2010-04-06 23:04:12.000000000 +0200 @@ -5,6 +5,9 @@ // Copyright 1996-2007 Glyph & Cog, LLC // @@ -41,8 +42,9 @@ } GBool PageAttrs::readBox(Dict *dict, char *key, PDFRectangle *box) { ---- xpdf-orig/xpdf/Page.h 2007-02-27 23:05:52.000000000 +0100 -+++ xpdf-3.02/xpdf/Page.h 2010-04-06 21:21:51.000000000 +0200 +diff -ur -N xpdf-3.02.orig/xpdf/Page.h xpdf-3.02/xpdf/Page.h +--- xpdf-3.02.orig/xpdf/Page.h 2007-02-27 23:05:52.000000000 +0100 ++++ xpdf-3.02/xpdf/Page.h 2010-04-06 23:04:12.000000000 +0200 @@ -5,6 +5,10 @@ // Copyright 1996-2003 Glyph & Cog, LLC // |