diff options
Diffstat (limited to 'Build/source/libs/poppler/TLpatches')
4 files changed, 7 insertions, 13 deletions
diff --git a/Build/source/libs/poppler/TLpatches/ChangeLog b/Build/source/libs/poppler/TLpatches/ChangeLog index b0b87f2279b..99a400e24f6 100644 --- a/Build/source/libs/poppler/TLpatches/ChangeLog +++ b/Build/source/libs/poppler/TLpatches/ChangeLog @@ -1,9 +1,3 @@ -2017-03-19 Akira Kakuto <kakuto@fuk.kindai.ac.jp> - - Imported poppler-0.53.0 source tree from: - http://poppler.freedesktop.org/ - * patch-02-LLONG_MAX, patch-03-Object-functions: Adapted. - 2017-02-17 Akira Kakuto <kakuto@fuk.kindai.ac.jp> Imported poppler-0.52.0 source tree from: diff --git a/Build/source/libs/poppler/TLpatches/TL-Changes b/Build/source/libs/poppler/TLpatches/TL-Changes index f301aaac42a..883eb5f752a 100644 --- a/Build/source/libs/poppler/TLpatches/TL-Changes +++ b/Build/source/libs/poppler/TLpatches/TL-Changes @@ -1,4 +1,4 @@ -Changes applied to the poppler-0.53.0 tree as obtained from: +Changes applied to the poppler-0.52.0 tree as obtained from: http://poppler.freedesktop.org/ Removed: diff --git a/Build/source/libs/poppler/TLpatches/patch-02-LLONG_MAX b/Build/source/libs/poppler/TLpatches/patch-02-LLONG_MAX index 4a4ac11bdf8..27c17477703 100644 --- a/Build/source/libs/poppler/TLpatches/patch-02-LLONG_MAX +++ b/Build/source/libs/poppler/TLpatches/patch-02-LLONG_MAX @@ -1,6 +1,6 @@ -diff -ur poppler-0.53.0.orig/goo/GooString.h poppler-0.53.0/goo/GooString.h ---- poppler-0.53.0.orig/goo/GooString.h Tue Jan 17 06:36:57 2017 -+++ poppler-0.53.0/goo/GooString.h Mon Mar 20 07:18:06 2017 +diff -ur poppler-0.52.0.orig/goo/GooString.h poppler-0.52.0/goo/GooString.h +--- poppler-0.52.0.orig/goo/GooString.h Tue Jan 17 06:36:57 2017 ++++ poppler-0.52.0/goo/GooString.h Tue Mar 21 12:18:41 2017 @@ -36,6 +36,21 @@ #endif diff --git a/Build/source/libs/poppler/TLpatches/patch-03-Object-functions b/Build/source/libs/poppler/TLpatches/patch-03-Object-functions index 1a30863d077..aa3fc750ceb 100644 --- a/Build/source/libs/poppler/TLpatches/patch-03-Object-functions +++ b/Build/source/libs/poppler/TLpatches/patch-03-Object-functions @@ -1,6 +1,6 @@ -diff -ur poppler-0.53.0.orig/poppler/Object.h poppler-0.53.0/poppler/Object.h ---- poppler-0.53.0.orig/poppler/Object.h Tue Jan 17 06:36:58 2017 -+++ poppler-0.53.0/poppler/Object.h Mon Mar 20 07:20:49 2017 +diff -ur poppler-0.52.0.orig/poppler/Object.h poppler-0.52.0/poppler/Object.h +--- poppler-0.52.0.orig/poppler/Object.h Tue Jan 17 06:36:58 2017 ++++ poppler-0.52.0/poppler/Object.h Tue Mar 21 12:21:07 2017 @@ -148,7 +148,7 @@ Object *initStream(Stream *streamA); Object *initRef(int numA, int genA) |