Hello community,

here is the log from the commit of package pdf2djvu for openSUSE:Factory 
checked in at 2018-04-19 15:33:12
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/pdf2djvu (Old)
 and      /work/SRC/openSUSE:Factory/.pdf2djvu.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "pdf2djvu"

Thu Apr 19 15:33:12 2018 rev:34 rq:598469 version:0.9.9

Changes:
--------
--- /work/SRC/openSUSE:Factory/pdf2djvu/pdf2djvu.changes        2018-01-24 
15:28:52.854917980 +0100
+++ /work/SRC/openSUSE:Factory/.pdf2djvu.new/pdf2djvu.changes   2018-04-19 
15:33:12.497883422 +0200
@@ -1,0 +2,7 @@
+Thu Apr 19 08:58:03 UTC 2018 - lazy.k...@opensuse.org
+
+- Update to 0.9.9.
+  * Fix build failure with Poppler ≥ 0.64.
+  * Fix undefined behavior in the outline handling code.
+
+-------------------------------------------------------------------

Old:
----
  pdf2djvu-0.9.8.tar.xz
  pdf2djvu-0.9.8.tar.xz.asc

New:
----
  pdf2djvu-0.9.9.tar.xz
  pdf2djvu-0.9.9.tar.xz.asc

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ pdf2djvu.spec ++++++
--- /var/tmp/diff_new_pack.e2viGv/_old  2018-04-19 15:33:13.197854553 +0200
+++ /var/tmp/diff_new_pack.e2viGv/_new  2018-04-19 15:33:13.201854388 +0200
@@ -17,17 +17,18 @@
 
 
 Name:           pdf2djvu
-Version:        0.9.8
+Version:        0.9.9
 Release:        0
 Summary:        PDF to DjVu Converter
-License:        GPL-2.0
+License:        GPL-2.0-only
 Group:          Productivity/Publishing/PDF
-Url:            http://jwilk.net/software/pdf2djvu
+URL:            http://jwilk.net/software/pdf2djvu
 Source0:        
https://github.com/jwilk/%{name}/releases/download/%{version}/%{name}-%{version}.tar.xz
 Source1:        
https://github.com/jwilk/%{name}/releases/download/%{version}/%{name}-%{version}.tar.xz.asc
 Source2:        %{name}.keyring
 BuildRequires:  djvulibre
 BuildRequires:  gcc-c++
+BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(GraphicsMagick++)
 BuildRequires:  pkgconfig(ddjvuapi) >= 3.5.21
 BuildRequires:  pkgconfig(exiv2)
@@ -35,11 +36,11 @@
 BuildRequires:  pkgconfig(uuid)
 # Requires to run tests correctly.
 BuildRequires:  liberation-fonts
-BuildRequires:  python-imaging
-BuildRequires:  python-nose
+BuildRequires:  python2-Pillow
+BuildRequires:  python2-nose
+#
 Requires:       djvulibre
 Recommends:     %{name}-lang
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
 pdf2djvu creates DjVu files from PDF files. It's able to extract:
@@ -61,12 +62,12 @@
 
 %check
 %if 0%{?suse_version} >= 1210
-make test
+make %{?_smp_mflags} test
 %endif
 
 %files
-%defattr(-,root,root,-)
-%doc doc/{changelog,COPYING,credits,djvudigital,README}
+%license doc/COPYING
+%doc doc/changelog doc/credits doc/djvudigital doc/README
 %{_bindir}/%{name}
 %{_mandir}/man?/*
 

++++++ pdf2djvu-0.9.8.tar.xz -> pdf2djvu-0.9.9.tar.xz ++++++
++++ 3279 lines of diff (skipped)
++++    retrying with extended exclude list
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/pdf2djvu-0.9.8/configure.ac new/pdf2djvu-0.9.9/configure.ac
--- old/pdf2djvu-0.9.8/configure.ac     2018-01-18 17:05:51.000000000 +0100
+++ new/pdf2djvu-0.9.9/configure.ac     2018-04-18 15:21:50.000000000 +0200
@@ -12,7 +12,7 @@
 dnl | General Public License for more details.
 
 AC_PREREQ(2.62)
-AC_INIT([pdf2djvu], [0.9.8], [https://github.com/jwilk/pdf2djvu/issues], 
[pdf2djvu], [http://jwilk.net/software/pdf2djvu])
+AC_INIT([pdf2djvu], [0.9.9], [https://github.com/jwilk/pdf2djvu/issues], 
[pdf2djvu], [http://jwilk.net/software/pdf2djvu])
 AC_CONFIG_AUX_DIR([tools])
 AC_CONFIG_MACRO_DIR([m4])
 AC_LANG([C++])
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/pdf2djvu-0.9.8/djvu-outline.hh new/pdf2djvu-0.9.9/djvu-outline.hh
--- old/pdf2djvu-0.9.8/djvu-outline.hh  2018-01-18 17:05:51.000000000 +0100
+++ new/pdf2djvu-0.9.9/djvu-outline.hh  2018-04-18 15:21:50.000000000 +0200
@@ -1,4 +1,4 @@
-/* Copyright © 2015-2016 Jakub Wilk <jw...@jwilk.net>
+/* Copyright © 2015-2018 Jakub Wilk <jw...@jwilk.net>
  *
  * This file is part of pdf2djvu.
  *
@@ -37,6 +37,8 @@
     {
     public:
         virtual OutlineItem& add(std::string description, std::string url) = 0;
+        virtual ~OutlineBase()
+        { };
     };
 
     class OutlineItem
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/pdf2djvu-0.9.8/doc/changelog new/pdf2djvu-0.9.9/doc/changelog
--- old/pdf2djvu-0.9.8/doc/changelog    2018-01-18 17:05:51.000000000 +0100
+++ new/pdf2djvu-0.9.9/doc/changelog    2018-04-18 15:21:50.000000000 +0200
@@ -1,3 +1,10 @@
+pdf2djvu (0.9.9) unstable; urgency=low
+
+  * Fix build failure with Poppler ≥ 0.64.
+  * Fix undefined behavior in the outline handling code.
+
+ -- Jakub Wilk <jw...@jwilk.net>  Wed, 18 Apr 2018 15:21:47 +0200
+
 pdf2djvu (0.9.8) unstable; urgency=low
 
   * Make --help and --version print to stdout, not stderr.
@@ -32,7 +39,7 @@
     - FreeType 2.9;
     - OpenJPEG 2.3.0.
   * Windows: ship only replacements for 14 standard Type 1 fonts.
-  * Windows: ship poppler data files.
+  * Windows: ship Poppler data files.
 
  -- Jakub Wilk <jw...@jwilk.net>  Thu, 18 Jan 2018 17:05:29 +0100
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/pdf2djvu-0.9.8/doc/manpage.xml new/pdf2djvu-0.9.9/doc/manpage.xml
--- old/pdf2djvu-0.9.8/doc/manpage.xml  2018-01-18 17:05:51.000000000 +0100
+++ new/pdf2djvu-0.9.9/doc/manpage.xml  2018-04-18 15:21:50.000000000 +0200
@@ -2,7 +2,7 @@
 <!DOCTYPE refentry PUBLIC '-//OASIS//DTD DocBook XML V4.5//EN' 
'http://www.docbook.org/xml/4.5/docbookx.dtd'
 [
     <!ENTITY p 'pdf2djvu'>
-    <!ENTITY version '0.9.8'>
+    <!ENTITY version '0.9.9'>
 ]>
 
 <refentry lang='en'>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/pdf2djvu-0.9.8/doc/pdf2djvu.1 new/pdf2djvu-0.9.9/doc/pdf2djvu.1
--- old/pdf2djvu-0.9.8/doc/pdf2djvu.1   2018-01-18 17:06:39.000000000 +0100
+++ new/pdf2djvu-0.9.9/doc/pdf2djvu.1   2018-04-18 15:22:20.000000000 +0200
@@ -2,12 +2,12 @@
 .\"     Title: pdf2djvu
 .\"    Author: Jakub Wilk <jw...@jwilk.net>
 .\" Generator: DocBook XSL Stylesheets v1.79.1 <http://docbook.sf.net/>
-.\"      Date: 2018-01-18
+.\"      Date: 2018-04-18
 .\"    Manual: pdf2djvu manual
-.\"    Source: pdf2djvu 0.9.8
+.\"    Source: pdf2djvu 0.9.9
 .\"  Language: English
 .\"
-.TH "PDF2DJVU" "1" "2018-01-18" "pdf2djvu 0\&.9\&.8" "pdf2djvu manual"
+.TH "PDF2DJVU" "1" "2018-04-18" "pdf2djvu 0\&.9\&.9" "pdf2djvu manual"
 .\" -----------------------------------------------------------------
 .\" * Define some portability stuff
 .\" -----------------------------------------------------------------
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/pdf2djvu-0.9.8/doc/po/de.po new/pdf2djvu-0.9.9/doc/po/de.po
--- old/pdf2djvu-0.9.8/doc/po/de.po     2018-01-18 17:05:51.000000000 +0100
+++ new/pdf2djvu-0.9.9/doc/po/de.po     2018-04-18 15:21:50.000000000 +0200
@@ -4,7 +4,7 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: pdf2djvu 0.9.8\n"
+"Project-Id-Version: pdf2djvu 0.9.9\n"
 "Report-Msgid-Bugs-To: https://github.com/jwilk/pdf2djvu/issues\n";
 "POT-Creation-Date: 2016-10-03 15:53+0200\n"
 "PO-Revision-Date: 2016-02-06 15:54+0100\n"
@@ -21,8 +21,8 @@
 msgstr "pdf2djvu"
 
 #. type: Content of the version entity
-msgid "0.9.8"
-msgstr "0.9.8"
+msgid "0.9.9"
+msgstr "0.9.9"
 
 #. type: Attribute 'lang' of: <refentry>
 msgid "en"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/pdf2djvu-0.9.8/doc/po/de.xml new/pdf2djvu-0.9.9/doc/po/de.xml
--- old/pdf2djvu-0.9.8/doc/po/de.xml    2018-01-18 17:06:48.000000000 +0100
+++ new/pdf2djvu-0.9.9/doc/po/de.xml    2018-04-18 15:22:30.000000000 +0200
@@ -2,7 +2,7 @@
 <!DOCTYPE refentry PUBLIC '-//OASIS//DTD DocBook XML V4.5//EN' 
'http://www.docbook.org/xml/4.5/docbookx.dtd'
 [
     <!ENTITY p 'pdf2djvu'>
-    <!ENTITY version '0.9.8'>
+    <!ENTITY version '0.9.9'>
 ]>
 
 <refentry lang='de'>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/pdf2djvu-0.9.8/doc/po/fr.po new/pdf2djvu-0.9.9/doc/po/fr.po
--- old/pdf2djvu-0.9.8/doc/po/fr.po     2018-01-18 17:05:51.000000000 +0100
+++ new/pdf2djvu-0.9.9/doc/po/fr.po     2018-04-18 15:21:50.000000000 +0200
@@ -4,7 +4,7 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: pdf2djvu 0.9.8\n"
+"Project-Id-Version: pdf2djvu 0.9.9\n"
 "Report-Msgid-Bugs-To: https://github.com/jwilk/pdf2djvu/issues\n";
 "POT-Creation-Date: 2016-10-03 15:53+0200\n"
 "PO-Revision-Date: 2016-02-16 09:50+0100\n"
@@ -21,8 +21,8 @@
 msgstr "pdf2djvu"
 
 #. type: Content of the version entity
-msgid "0.9.8"
-msgstr "0.9.8"
+msgid "0.9.9"
+msgstr "0.9.9"
 
 #. type: Attribute 'lang' of: <refentry>
 msgid "en"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/pdf2djvu-0.9.8/doc/po/fr.xml new/pdf2djvu-0.9.9/doc/po/fr.xml
--- old/pdf2djvu-0.9.8/doc/po/fr.xml    2018-01-18 17:06:46.000000000 +0100
+++ new/pdf2djvu-0.9.9/doc/po/fr.xml    2018-04-18 15:22:28.000000000 +0200
@@ -2,7 +2,7 @@
 <!DOCTYPE refentry PUBLIC '-//OASIS//DTD DocBook XML V4.5//EN' 
'http://www.docbook.org/xml/4.5/docbookx.dtd'
 [
     <!ENTITY p 'pdf2djvu'>
-    <!ENTITY version '0.9.8'>
+    <!ENTITY version '0.9.9'>
 ]>
 
 <refentry lang='fr'>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/pdf2djvu-0.9.8/doc/po/pdf2djvu.de.1 new/pdf2djvu-0.9.9/doc/po/pdf2djvu.de.1
--- old/pdf2djvu-0.9.8/doc/po/pdf2djvu.de.1     2018-01-18 17:06:49.000000000 
+0100
+++ new/pdf2djvu-0.9.9/doc/po/pdf2djvu.de.1     2018-04-18 15:22:31.000000000 
+0200
@@ -2,12 +2,12 @@
 .\"     Title: pdf2djvu
 .\"    Author: Jakub Wilk <jw...@jwilk.net>
 .\" Generator: DocBook XSL Stylesheets v1.79.1 <http://docbook.sf.net/>
-.\"      Date: 18.01.2018
+.\"      Date: 18.04.2018
 .\"    Manual: pdf2djvu Handbuch
-.\"    Source: pdf2djvu 0.9.8
+.\"    Source: pdf2djvu 0.9.9
 .\"  Language: German
 .\"
-.TH "PDF2DJVU" "1" "18.01.2018" "pdf2djvu 0\&.9\&.8" "pdf2djvu Handbuch"
+.TH "PDF2DJVU" "1" "18.04.2018" "pdf2djvu 0\&.9\&.9" "pdf2djvu Handbuch"
 .\" -----------------------------------------------------------------
 .\" * Define some portability stuff
 .\" -----------------------------------------------------------------
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/pdf2djvu-0.9.8/doc/po/pdf2djvu.fr.1 new/pdf2djvu-0.9.9/doc/po/pdf2djvu.fr.1
--- old/pdf2djvu-0.9.8/doc/po/pdf2djvu.fr.1     2018-01-18 17:06:47.000000000 
+0100
+++ new/pdf2djvu-0.9.9/doc/po/pdf2djvu.fr.1     2018-04-18 15:22:29.000000000 
+0200
@@ -2,12 +2,12 @@
 .\"     Title: pdf2djvu
 .\"    Author: Jakub Wilk <jw...@jwilk.net>
 .\" Generator: DocBook XSL Stylesheets v1.79.1 <http://docbook.sf.net/>
-.\"      Date: 18/01/2018
+.\"      Date: 18/04/2018
 .\"    Manual: pdf2djvu Manual
-.\"    Source: pdf2djvu 0.9.8
+.\"    Source: pdf2djvu 0.9.9
 .\"  Language: French
 .\"
-.TH "PDF2DJVU" "1" "18/01/2018" "pdf2djvu 0\&.9\&.8" "pdf2djvu Manual"
+.TH "PDF2DJVU" "1" "18/04/2018" "pdf2djvu 0\&.9\&.9" "pdf2djvu Manual"
 .\" -----------------------------------------------------------------
 .\" * Define some portability stuff
 .\" -----------------------------------------------------------------
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/pdf2djvu-0.9.8/doc/po/pdf2djvu.pl.1 new/pdf2djvu-0.9.9/doc/po/pdf2djvu.pl.1
--- old/pdf2djvu-0.9.8/doc/po/pdf2djvu.pl.1     2018-01-18 17:06:43.000000000 
+0100
+++ new/pdf2djvu-0.9.9/doc/po/pdf2djvu.pl.1     2018-04-18 15:22:25.000000000 
+0200
@@ -2,12 +2,12 @@
 .\"     Title: pdf2djvu
 .\"    Author: Jakub Wilk <jw...@jwilk.net>
 .\" Generator: DocBook XSL Stylesheets v1.79.1 <http://docbook.sf.net/>
-.\"      Date: 18.01.2018
+.\"      Date: 18.04.2018
 .\"    Manual: podręcznik pdf2djvu
-.\"    Source: pdf2djvu 0.9.8
+.\"    Source: pdf2djvu 0.9.9
 .\"  Language: Polish
 .\"
-.TH "PDF2DJVU" "1" "18.01.2018" "pdf2djvu 0\&.9\&.8" "podręcznik pdf2djvu"
+.TH "PDF2DJVU" "1" "18.04.2018" "pdf2djvu 0\&.9\&.9" "podręcznik pdf2djvu"
 .\" -----------------------------------------------------------------
 .\" * Define some portability stuff
 .\" -----------------------------------------------------------------
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/pdf2djvu-0.9.8/doc/po/pdf2djvu.pt.1 new/pdf2djvu-0.9.9/doc/po/pdf2djvu.pt.1
--- old/pdf2djvu-0.9.8/doc/po/pdf2djvu.pt.1     2018-01-18 17:06:45.000000000 
+0100
+++ new/pdf2djvu-0.9.9/doc/po/pdf2djvu.pt.1     2018-04-18 15:22:27.000000000 
+0200
@@ -2,12 +2,12 @@
 .\"     Title: pdf2djvu
 .\"    Author: Jakub Wilk <jw...@jwilk.net>
 .\" Generator: DocBook XSL Stylesheets v1.79.1 <http://docbook.sf.net/>
-.\"      Date: 18/01/2018
+.\"      Date: 18/04/2018
 .\"    Manual: Manual do pdf2djvu
-.\"    Source: pdf2djvu 0.9.8
+.\"    Source: pdf2djvu 0.9.9
 .\"  Language: Portuguese
 .\"
-.TH "PDF2DJVU" "1" "18/01/2018" "pdf2djvu 0\&.9\&.8" "Manual do pdf2djvu"
+.TH "PDF2DJVU" "1" "18/04/2018" "pdf2djvu 0\&.9\&.9" "Manual do pdf2djvu"
 .\" -----------------------------------------------------------------
 .\" * Define some portability stuff
 .\" -----------------------------------------------------------------
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/pdf2djvu-0.9.8/doc/po/pdf2djvu.ru.1 new/pdf2djvu-0.9.9/doc/po/pdf2djvu.ru.1
--- old/pdf2djvu-0.9.8/doc/po/pdf2djvu.ru.1     2018-01-18 17:06:41.000000000 
+0100
+++ new/pdf2djvu-0.9.9/doc/po/pdf2djvu.ru.1     2018-04-18 15:22:23.000000000 
+0200
@@ -2,12 +2,12 @@
 .\"     Title: pdf2djvu
 .\"    Author: Jakub Wilk <jw...@jwilk.net>
 .\" Generator: DocBook XSL Stylesheets v1.79.1 <http://docbook.sf.net/>
-.\"      Date: 18.01.2018
+.\"      Date: 18.04.2018
 .\"    Manual: руководство по pdf2djvu
-.\"    Source: pdf2djvu 0.9.8
+.\"    Source: pdf2djvu 0.9.9
 .\"  Language: Russian
 .\"
-.TH "pdf2djvu" "1" "18.01.2018" "pdf2djvu 0\&.9\&.8" "руководство по pdf2djvu"
+.TH "pdf2djvu" "1" "18.04.2018" "pdf2djvu 0\&.9\&.9" "руководство по pdf2djvu"
 .\" -----------------------------------------------------------------
 .\" * Define some portability stuff
 .\" -----------------------------------------------------------------
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/pdf2djvu-0.9.8/doc/po/pl.po new/pdf2djvu-0.9.9/doc/po/pl.po
--- old/pdf2djvu-0.9.8/doc/po/pl.po     2018-01-18 17:05:51.000000000 +0100
+++ new/pdf2djvu-0.9.9/doc/po/pl.po     2018-04-18 15:21:50.000000000 +0200
@@ -4,7 +4,7 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: pdf2djvu 0.9.8\n"
+"Project-Id-Version: pdf2djvu 0.9.9\n"
 "Report-Msgid-Bugs-To: https://github.com/jwilk/pdf2djvu/issues\n";
 "POT-Creation-Date: 2016-10-03 15:53+0200\n"
 "PO-Revision-Date: 2015-05-25 16:43+0200\n"
@@ -21,8 +21,8 @@
 msgstr "pdf2djvu"
 
 #. type: Content of the version entity
-msgid "0.9.8"
-msgstr "0.9.8"
+msgid "0.9.9"
+msgstr "0.9.9"
 
 #. type: Attribute 'lang' of: <refentry>
 msgid "en"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/pdf2djvu-0.9.8/doc/po/pl.xml new/pdf2djvu-0.9.9/doc/po/pl.xml
--- old/pdf2djvu-0.9.8/doc/po/pl.xml    2018-01-18 17:06:42.000000000 +0100
+++ new/pdf2djvu-0.9.9/doc/po/pl.xml    2018-04-18 15:22:23.000000000 +0200
@@ -2,7 +2,7 @@
 <!DOCTYPE refentry PUBLIC '-//OASIS//DTD DocBook XML V4.5//EN' 
'http://www.docbook.org/xml/4.5/docbookx.dtd'
 [
     <!ENTITY p 'pdf2djvu'>
-    <!ENTITY version '0.9.8'>
+    <!ENTITY version '0.9.9'>
 ]>
 
 <refentry lang='pl'>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/pdf2djvu-0.9.8/doc/po/pt.po new/pdf2djvu-0.9.9/doc/po/pt.po
--- old/pdf2djvu-0.9.8/doc/po/pt.po     2018-01-18 17:05:51.000000000 +0100
+++ new/pdf2djvu-0.9.9/doc/po/pt.po     2018-04-18 15:21:50.000000000 +0200
@@ -4,7 +4,7 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: pdf2djvu 0.9.8\n"
+"Project-Id-Version: pdf2djvu 0.9.9\n"
 "Report-Msgid-Bugs-To: https://github.com/jwilk/pdf2djvu/issues\n";
 "POT-Creation-Date: 2016-10-03 15:54+0200\n"
 "PO-Revision-Date: 2016-02-06 16:38+0000\n"
@@ -21,8 +21,8 @@
 msgstr "pdf2djvu"
 
 #. type: Content of the version entity
-msgid "0.9.8"
-msgstr "0.9.8"
+msgid "0.9.9"
+msgstr "0.9.9"
 
 #. type: Attribute 'lang' of: <refentry>
 msgid "en"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/pdf2djvu-0.9.8/doc/po/pt.xml new/pdf2djvu-0.9.9/doc/po/pt.xml
--- old/pdf2djvu-0.9.8/doc/po/pt.xml    2018-01-18 17:06:44.000000000 +0100
+++ new/pdf2djvu-0.9.9/doc/po/pt.xml    2018-04-18 15:22:25.000000000 +0200
@@ -2,7 +2,7 @@
 <!DOCTYPE refentry PUBLIC '-//OASIS//DTD DocBook XML V4.5//EN' 
'http://www.docbook.org/xml/4.5/docbookx.dtd'
 [
     <!ENTITY p 'pdf2djvu'>
-    <!ENTITY version '0.9.8'>
+    <!ENTITY version '0.9.9'>
 ]>
 
 <refentry lang='pt'>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/pdf2djvu-0.9.8/doc/po/ru.po new/pdf2djvu-0.9.9/doc/po/ru.po
--- old/pdf2djvu-0.9.8/doc/po/ru.po     2018-01-18 17:05:51.000000000 +0100
+++ new/pdf2djvu-0.9.9/doc/po/ru.po     2018-04-18 15:21:50.000000000 +0200
@@ -4,7 +4,7 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: pdf2djvu 0.9.8\n"
+"Project-Id-Version: pdf2djvu 0.9.9\n"
 "Report-Msgid-Bugs-To: https://github.com/jwilk/pdf2djvu/issues\n";
 "POT-Creation-Date: 2016-10-03 15:54+0200\n"
 "PO-Revision-Date: 2016-02-08 11:42+0300\n"
@@ -21,8 +21,8 @@
 msgstr "pdf2djvu"
 
 #. type: Content of the version entity
-msgid "0.9.8"
-msgstr "0.9.8"
+msgid "0.9.9"
+msgstr "0.9.9"
 
 #. type: Attribute 'lang' of: <refentry>
 msgid "en"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/pdf2djvu-0.9.8/doc/po/ru.xml new/pdf2djvu-0.9.9/doc/po/ru.xml
--- old/pdf2djvu-0.9.8/doc/po/ru.xml    2018-01-18 17:06:40.000000000 +0100
+++ new/pdf2djvu-0.9.9/doc/po/ru.xml    2018-04-18 15:22:21.000000000 +0200
@@ -2,7 +2,7 @@
 <!DOCTYPE refentry PUBLIC '-//OASIS//DTD DocBook XML V4.5//EN' 
'http://www.docbook.org/xml/4.5/docbookx.dtd'
 [
     <!ENTITY p 'pdf2djvu'>
-    <!ENTITY version '0.9.8'>
+    <!ENTITY version '0.9.9'>
 ]>
 
 <refentry lang='ru'>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/pdf2djvu-0.9.8/doc/po/uk.po new/pdf2djvu-0.9.9/doc/po/uk.po
--- old/pdf2djvu-0.9.8/doc/po/uk.po     2018-01-18 17:05:51.000000000 +0100
+++ new/pdf2djvu-0.9.9/doc/po/uk.po     2018-04-18 15:21:50.000000000 +0200
@@ -4,7 +4,7 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: pdf2djvu 0.9.8\n"
+"Project-Id-Version: pdf2djvu 0.9.9\n"
 "Report-Msgid-Bugs-To: https://github.com/jwilk/pdf2djvu/issues\n";
 "POT-Creation-Date: 2016-10-03 15:54+0200\n"
 "PO-Revision-Date: 2012-05-31 11:57+0300\n"
@@ -21,8 +21,8 @@
 msgstr "pdf2djvu"
 
 #. type: Content of the version entity
-msgid "0.9.8"
-msgstr "0.9.8"
+msgid "0.9.9"
+msgstr "0.9.9"
 
 #. type: Attribute 'lang' of: <refentry>
 msgid "en"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/pdf2djvu-0.9.8/pdf-backend.cc new/pdf2djvu-0.9.9/pdf-backend.cc
--- old/pdf2djvu-0.9.8/pdf-backend.cc   2018-01-18 17:05:51.000000000 +0100
+++ new/pdf2djvu-0.9.9/pdf-backend.cc   2018-04-18 15:21:50.000000000 +0200
@@ -1,4 +1,4 @@
-/* Copyright © 2007-2017 Jakub Wilk <jw...@jwilk.net>
+/* Copyright © 2007-2018 Jakub Wilk <jw...@jwilk.net>
  * Copyright © 2009 Mateusz Turcza
  *
  * This file is part of pdf2djvu.
@@ -340,7 +340,7 @@
  * ===================
  */
 
-static int scan_date_digits(char * &input, int n)
+static int scan_date_digits(const char * &input, int n)
 {
   int value = 0;
   for (int i = 0; i < n; i++)
@@ -386,7 +386,7 @@
     char tzs = 0; int tzh = 0, tzm = 0;
     if (!pdf::dict_lookup(info_dict, field.first, &object)->isString())
       continue;
-    char *input = object.getString()->getCString();
+    const char *input = object.getString()->getCString();
     if (input[0] == 'D' && input[1] == ':')
       input += 2;
     int year = scan_date_digits(input, 4);
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/pdf2djvu-0.9.8/pdf-unicode.cc new/pdf2djvu-0.9.9/pdf-unicode.cc
--- old/pdf2djvu-0.9.8/pdf-unicode.cc   2018-01-18 17:05:51.000000000 +0100
+++ new/pdf2djvu-0.9.9/pdf-unicode.cc   2018-04-18 15:21:50.000000000 +0200
@@ -1,4 +1,4 @@
-/* Copyright © 2007-2016 Jakub Wilk <jw...@jwilk.net>
+/* Copyright © 2007-2018 Jakub Wilk <jw...@jwilk.net>
  *
  * This file is part of pdf2djvu.
  *
@@ -46,7 +46,7 @@
     stream.write(buffer, seqlen);
 }
 
-std::string pdf::string_as_utf8(pdf::String *string)
+std::string pdf::string_as_utf8(const pdf::String *string)
 {
     /* See
      * https://unicode.org/faq/utf_bom.html
@@ -54,7 +54,11 @@
      */
     const static uint32_t replacement_character = 0xFFFD;
     const char *cstring = string->getCString();
+#if POPPLER_VERSION < 3500
+    size_t clength = const_cast<pdf::String *>(string)->getLength();
+#else
     size_t clength = string->getLength();
+#endif
     std::ostringstream stream;
     if (clength >= 2 && (cstring[0] & 0xFF) == 0xFE && (cstring[1] & 0xFF) == 
0xFF) {
         /* UTF-16-BE Byte Order Mark */
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/pdf2djvu-0.9.8/pdf-unicode.hh new/pdf2djvu-0.9.9/pdf-unicode.hh
--- old/pdf2djvu-0.9.8/pdf-unicode.hh   2018-01-18 17:05:51.000000000 +0100
+++ new/pdf2djvu-0.9.9/pdf-unicode.hh   2018-04-18 15:21:50.000000000 +0200
@@ -1,4 +1,4 @@
-/* Copyright © 2007-2015 Jakub Wilk <jw...@jwilk.net>
+/* Copyright © 2007-2018 Jakub Wilk <jw...@jwilk.net>
  *
  * This file is part of pdf2djvu.
  *
@@ -31,7 +31,7 @@
 
     void write_as_utf8(std::ostream &stream, Unicode unicode_char);
 
-    std::string string_as_utf8(pdf::String *);
+    std::string string_as_utf8(const pdf::String *);
     std::string string_as_utf8(pdf::Object &);
 
 /* class pdf::NFKC
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/pdf2djvu-0.9.8/pdf2djvu.cc new/pdf2djvu-0.9.9/pdf2djvu.cc
--- old/pdf2djvu-0.9.8/pdf2djvu.cc      2018-01-18 17:05:51.000000000 +0100
+++ new/pdf2djvu-0.9.9/pdf2djvu.cc      2018-04-18 15:21:50.000000000 +0200
@@ -1,4 +1,4 @@
-/* Copyright © 2007-2017 Jakub Wilk <jw...@jwilk.net>
+/* Copyright © 2007-2018 Jakub Wilk <jw...@jwilk.net>
  * Copyright © 2009 Mateusz Turcza
  *
  * This file is part of pdf2djvu.
@@ -73,11 +73,14 @@
 static int get_page_for_goto_link(pdf::link::GoTo *goto_link, pdf::Catalog 
*catalog)
 {
   std::unique_ptr<pdf::link::Destination> dest;
-  dest.reset(goto_link->getDest());
-  if (dest.get() == nullptr)
+#if POPPLER_VERSION >= 6400
+  const
+#endif
+  pdf::link::Destination *orig_dest = goto_link->getDest();
+  if (orig_dest == nullptr)
     dest.reset(catalog->findDest(goto_link->getNamedDest()));
   else
-    dest.reset(dest.release()->copy());
+    dest.reset(orig_dest->copy());
   if (dest.get() != nullptr)
   {
     int page;
Binary files old/pdf2djvu-0.9.8/po/de.mo and new/pdf2djvu-0.9.9/po/de.mo differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/pdf2djvu-0.9.8/po/de.po new/pdf2djvu-0.9.9/po/de.po
--- old/pdf2djvu-0.9.8/po/de.po 2018-01-18 17:06:37.000000000 +0100
+++ new/pdf2djvu-0.9.9/po/de.po 2018-04-18 15:22:19.000000000 +0200
@@ -4,7 +4,7 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: pdf2djvu 0.9.8\n"
+"Project-Id-Version: pdf2djvu 0.9.9\n"
 "Report-Msgid-Bugs-To: https://github.com/jwilk/pdf2djvu/issues\n";
 "POT-Creation-Date: 2016-12-08 00:14+0100\n"
 "PO-Revision-Date: 2016-12-09 15:41+0200\n"
Binary files old/pdf2djvu-0.9.8/po/pl.mo and new/pdf2djvu-0.9.9/po/pl.mo differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/pdf2djvu-0.9.8/po/pl.po new/pdf2djvu-0.9.9/po/pl.po
--- old/pdf2djvu-0.9.8/po/pl.po 2018-01-18 17:06:37.000000000 +0100
+++ new/pdf2djvu-0.9.9/po/pl.po 2018-04-18 15:22:19.000000000 +0200
@@ -5,7 +5,7 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: pdf2djvu 0.9.8\n"
+"Project-Id-Version: pdf2djvu 0.9.9\n"
 "Report-Msgid-Bugs-To: https://github.com/jwilk/pdf2djvu/issues\n";
 "POT-Creation-Date: 2016-12-08 00:14+0100\n"
 "PO-Revision-Date: 2016-12-08 00:17+0100\n"
Binary files old/pdf2djvu-0.9.8/po/pt.mo and new/pdf2djvu-0.9.9/po/pt.mo differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/pdf2djvu-0.9.8/po/pt.po new/pdf2djvu-0.9.9/po/pt.po
--- old/pdf2djvu-0.9.8/po/pt.po 2018-01-18 17:06:37.000000000 +0100
+++ new/pdf2djvu-0.9.9/po/pt.po 2018-04-18 15:22:19.000000000 +0200
@@ -13,7 +13,7 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: pdf2djvu 0.9.8\n"
+"Project-Id-Version: pdf2djvu 0.9.9\n"
 "Report-Msgid-Bugs-To: https://github.com/jwilk/pdf2djvu/issues\n";
 "POT-Creation-Date: 2016-12-08 00:14+0100\n"
 "PO-Revision-Date: 2016-12-08 10:40+0000\n"
Binary files old/pdf2djvu-0.9.8/po/ru.mo and new/pdf2djvu-0.9.9/po/ru.mo differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/pdf2djvu-0.9.8/po/ru.po new/pdf2djvu-0.9.9/po/ru.po
--- old/pdf2djvu-0.9.8/po/ru.po 2018-01-18 17:06:37.000000000 +0100
+++ new/pdf2djvu-0.9.9/po/ru.po 2018-04-18 15:22:19.000000000 +0200
@@ -3,7 +3,7 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: pdf2djvu 0.9.8\n"
+"Project-Id-Version: pdf2djvu 0.9.9\n"
 "Report-Msgid-Bugs-To: https://github.com/jwilk/pdf2djvu/issues\n";
 "POT-Creation-Date: 2016-12-08 00:14+0100\n"
 "PO-Revision-Date: 2016-12-13 19:08+0300\n"
Binary files old/pdf2djvu-0.9.8/po/uk.mo and new/pdf2djvu-0.9.9/po/uk.mo differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/pdf2djvu-0.9.8/po/uk.po new/pdf2djvu-0.9.9/po/uk.po
--- old/pdf2djvu-0.9.8/po/uk.po 2018-01-18 17:06:37.000000000 +0100
+++ new/pdf2djvu-0.9.9/po/uk.po 2018-04-18 15:22:19.000000000 +0200
@@ -4,7 +4,7 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: pdf2djvu 0.9.8\n"
+"Project-Id-Version: pdf2djvu 0.9.9\n"
 "Report-Msgid-Bugs-To: https://github.com/jwilk/pdf2djvu/issues\n";
 "POT-Creation-Date: 2016-12-08 00:14+0100\n"
 "PO-Revision-Date: 2015-03-26 15:30+0300\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/pdf2djvu-0.9.8/private/announce-release 
new/pdf2djvu-0.9.9/private/announce-release
--- old/pdf2djvu-0.9.8/private/announce-release 2018-01-18 17:05:51.000000000 
+0100
+++ new/pdf2djvu-0.9.9/private/announce-release 2018-04-18 15:21:50.000000000 
+0200
@@ -66,9 +66,10 @@
     $base_url/releases/download/$version/pdf2djvu-win32-$version.zip
 
   * source for the Windows distribution:
-    $base_url/download/$version/pdf2djvu-win32-source-$version.tar.xz
+    $base_url/releases/download/$version/pdf2djvu-win32-source-$version.tar.xz
 
-All files are cryptographically signed.
+All files are cryptographically signed with OpenPGP key
+CDB5A1243ACDB63009AD07212D4EB3A6015475F5.
 Append ".asc" to the URL to get the OpenPGP signature.
 
 Complete changelog:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/pdf2djvu-0.9.8/tests/test-1px-font.pdf 
new/pdf2djvu-0.9.9/tests/test-1px-font.pdf
--- old/pdf2djvu-0.9.8/tests/test-1px-font.pdf  2018-01-18 17:06:56.000000000 
+0100
+++ new/pdf2djvu-0.9.9/tests/test-1px-font.pdf  2018-04-18 15:22:38.000000000 
+0200
@@ -78,8 +78,8 @@
 <<
 /Producer (pdfTeX-1.40.18)
 /Creator (TeX)
-/CreationDate (D:20180118170656+01'00')
-/ModDate (D:20180118170656+01'00')
+/CreationDate (D:20180418152238+02'00')
+/ModDate (D:20180418152238+02'00')
 /Trapped /False
 /PTEX.Fullbanner (This is pdfTeX, Version 3.14159265-2.6-1.40.18 (TeX Live 
2017/Debian) kpathsea version 6.2.3)
 >>
@@ -101,7 +101,7 @@
 << /Size 11
 /Root 9 0 R
 /Info 10 0 R
-/ID [<C158A41B313C54178C4CF329AD525A4E> <C158A41B313C54178C4CF329AD525A4E>] >>
+/ID [<8531966CC73E0C9DCAD5B180B40849B7> <8531966CC73E0C9DCAD5B180B40849B7>] >>
 startxref
 1538
 %%EOF
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/pdf2djvu-0.9.8/tests/test-antialias-off.pdf 
new/pdf2djvu-0.9.9/tests/test-antialias-off.pdf
--- old/pdf2djvu-0.9.8/tests/test-antialias-off.pdf     2018-01-18 
17:06:58.000000000 +0100
+++ new/pdf2djvu-0.9.9/tests/test-antialias-off.pdf     2018-04-18 
15:22:40.000000000 +0200
@@ -78,8 +78,8 @@
 <<
 /Producer (pdfTeX-1.40.18)
 /Creator (TeX)
-/CreationDate (D:20180118170658+01'00')
-/ModDate (D:20180118170658+01'00')
+/CreationDate (D:20180418152240+02'00')
+/ModDate (D:20180418152240+02'00')
 /Trapped /False
 /PTEX.Fullbanner (This is pdfTeX, Version 3.14159265-2.6-1.40.18 (TeX Live 
2017/Debian) kpathsea version 6.2.3)
 >>
@@ -101,7 +101,7 @@
 << /Size 11
 /Root 9 0 R
 /Info 10 0 R
-/ID [<864F5314E87A2DE8911AE69B86B86F49> <864F5314E87A2DE8911AE69B86B86F49>] >>
+/ID [<C70BAFCA8D5232D7E2328CFD7A286CF7> <C70BAFCA8D5232D7E2328CFD7A286CF7>] >>
 startxref
 1297
 %%EOF
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/pdf2djvu-0.9.8/tests/test-antialias-on.pdf 
new/pdf2djvu-0.9.9/tests/test-antialias-on.pdf
--- old/pdf2djvu-0.9.8/tests/test-antialias-on.pdf      2018-01-18 
17:06:57.000000000 +0100
+++ new/pdf2djvu-0.9.9/tests/test-antialias-on.pdf      2018-04-18 
15:22:38.000000000 +0200
@@ -78,8 +78,8 @@
 <<
 /Producer (pdfTeX-1.40.18)
 /Creator (TeX)
-/CreationDate (D:20180118170657+01'00')
-/ModDate (D:20180118170657+01'00')
+/CreationDate (D:20180418152238+02'00')
+/ModDate (D:20180418152238+02'00')
 /Trapped /False
 /PTEX.Fullbanner (This is pdfTeX, Version 3.14159265-2.6-1.40.18 (TeX Live 
2017/Debian) kpathsea version 6.2.3)
 >>
@@ -101,7 +101,7 @@
 << /Size 11
 /Root 9 0 R
 /Info 10 0 R
-/ID [<552146DF8455653797184C7AE8C0C86D> <552146DF8455653797184C7AE8C0C86D>] >>
+/ID [<9CD6FCC83838CADA5531D6BE32B50D2F> <9CD6FCC83838CADA5531D6BE32B50D2F>] >>
 startxref
 1297
 %%EOF
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/pdf2djvu-0.9.8/tests/test-big-outline.pdf 
new/pdf2djvu-0.9.9/tests/test-big-outline.pdf
--- old/pdf2djvu-0.9.8/tests/test-big-outline.pdf       2018-01-18 
17:06:57.000000000 +0100
+++ new/pdf2djvu-0.9.9/tests/test-big-outline.pdf       2018-04-18 
15:22:38.000000000 +0200
@@ -15047,8 +15047,8 @@
 <<
 /Producer (pdfTeX-1.40.18)
 /Creator (TeX)
-/CreationDate (D:20180118170657+01'00')
-/ModDate (D:20180118170657+01'00')
+/CreationDate (D:20180418152238+02'00')
+/ModDate (D:20180418152238+02'00')
 /Trapped /False
 /PTEX.Fullbanner (This is pdfTeX, Version 3.14159265-2.6-1.40.18 (TeX Live 
2017/Debian) kpathsea version 6.2.3)
 >>
@@ -18067,7 +18067,7 @@
 << /Size 3008
 /Root 3006 0 R
 /Info 3007 0 R
-/ID [<45F3A34709F18C4DA8DF882899145BC5> <45F3A34709F18C4DA8DF882899145BC5>] >>
+/ID [<A51D2A26636FD6E46C6A82C228B8D7E9> <A51D2A26636FD6E46C6A82C228B8D7E9>] >>
 startxref
 173017
 %%EOF
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/pdf2djvu-0.9.8/tests/test-broken-hyperlinks.pdf 
new/pdf2djvu-0.9.9/tests/test-broken-hyperlinks.pdf
--- old/pdf2djvu-0.9.8/tests/test-broken-hyperlinks.pdf 2018-01-18 
17:06:57.000000000 +0100
+++ new/pdf2djvu-0.9.9/tests/test-broken-hyperlinks.pdf 2018-04-18 
15:22:39.000000000 +0200
@@ -451,8 +451,8 @@
 <<
 /Producer (pdfTeX-1.40.18)
 /Creator (TeX)
-/CreationDate (D:20180118170657+01'00')
-/ModDate (D:20180118170657+01'00')
+/CreationDate (D:20180418152239+02'00')
+/ModDate (D:20180418152239+02'00')
 /Trapped /False
 /PTEX.Fullbanner (This is pdfTeX, Version 3.14159265-2.6-1.40.18 (TeX Live 
2017/Debian) kpathsea version 6.2.3)
 >>
@@ -518,7 +518,7 @@
 << /Size 55
 /Root 53 0 R
 /Info 54 0 R
-/ID [<B0CF917BC70DFB91FD17EB4DFE8ACB6D> <B0CF917BC70DFB91FD17EB4DFE8ACB6D>] >>
+/ID [<2975D999A5FA07CD1898F57BB2D7E99B> <2975D999A5FA07CD1898F57BB2D7E99B>] >>
 startxref
 6193
 %%EOF
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/pdf2djvu-0.9.8/tests/test-broken-outline.pdf 
new/pdf2djvu-0.9.9/tests/test-broken-outline.pdf
--- old/pdf2djvu-0.9.8/tests/test-broken-outline.pdf    2018-01-18 
17:06:57.000000000 +0100
+++ new/pdf2djvu-0.9.9/tests/test-broken-outline.pdf    2018-04-18 
15:22:39.000000000 +0200
@@ -83,8 +83,8 @@
 <<
 /Producer (pdfTeX-1.40.18)
 /Creator (TeX)
-/CreationDate (D:20180118170657+01'00')
-/ModDate (D:20180118170657+01'00')
+/CreationDate (D:20180418152239+02'00')
+/ModDate (D:20180418152239+02'00')
 /Trapped /False
 /PTEX.Fullbanner (This is pdfTeX, Version 3.14159265-2.6-1.40.18 (TeX Live 
2017/Debian) kpathsea version 6.2.3)
 >>
@@ -109,7 +109,7 @@
 << /Size 14
 /Root 12 0 R
 /Info 13 0 R
-/ID [<312FAB889E6944A7938C8A45BF95DC68> <312FAB889E6944A7938C8A45BF95DC68>] >>
+/ID [<EDDDC8A59E2C103CF9CAAA636F5F972A> <EDDDC8A59E2C103CF9CAAA636F5F972A>] >>
 startxref
 1021
 %%EOF
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/pdf2djvu-0.9.8/tests/test-crop-text.pdf 
new/pdf2djvu-0.9.9/tests/test-crop-text.pdf
--- old/pdf2djvu-0.9.8/tests/test-crop-text.pdf 2018-01-18 17:06:57.000000000 
+0100
+++ new/pdf2djvu-0.9.9/tests/test-crop-text.pdf 2018-04-18 15:22:38.000000000 
+0200
@@ -78,8 +78,8 @@
 <<
 /Producer (pdfTeX-1.40.18)
 /Creator (TeX)
-/CreationDate (D:20180118170657+01'00')
-/ModDate (D:20180118170657+01'00')
+/CreationDate (D:20180418152238+02'00')
+/ModDate (D:20180418152238+02'00')
 /Trapped /False
 /PTEX.Fullbanner (This is pdfTeX, Version 3.14159265-2.6-1.40.18 (TeX Live 
2017/Debian) kpathsea version 6.2.3)
 >>
@@ -101,7 +101,7 @@
 << /Size 11
 /Root 9 0 R
 /Info 10 0 R
-/ID [<A80DE064942ECB72C57F0300DEC78BBA> <A80DE064942ECB72C57F0300DEC78BBA>] >>
+/ID [<298C0178A992657A1B3572ECF22FFEDF> <298C0178A992657A1B3572ECF22FFEDF>] >>
 startxref
 1297
 %%EOF
Binary files old/pdf2djvu-0.9.8/tests/test-dpi-detection.pdf and 
new/pdf2djvu-0.9.9/tests/test-dpi-detection.pdf differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/pdf2djvu-0.9.8/tests/test-duplicate-page-title.pdf 
new/pdf2djvu-0.9.9/tests/test-duplicate-page-title.pdf
--- old/pdf2djvu-0.9.8/tests/test-duplicate-page-title.pdf      2018-01-18 
17:06:56.000000000 +0100
+++ new/pdf2djvu-0.9.9/tests/test-duplicate-page-title.pdf      2018-04-18 
15:22:38.000000000 +0200
@@ -84,8 +84,8 @@
 <<
 /Producer (pdfTeX-1.40.18)
 /Creator (TeX)
-/CreationDate (D:20180118170656+01'00')
-/ModDate (D:20180118170656+01'00')
+/CreationDate (D:20180418152238+02'00')
+/ModDate (D:20180418152238+02'00')
 /Trapped /False
 /PTEX.Fullbanner (This is pdfTeX, Version 3.14159265-2.6-1.40.18 (TeX Live 
2017/Debian) kpathsea version 6.2.3)
 >>
@@ -109,7 +109,7 @@
 << /Size 13
 /Root 11 0 R
 /Info 12 0 R
-/ID [<9ED27A7400BECC897BBAAA95FC76F607> <9ED27A7400BECC897BBAAA95FC76F607>] >>
+/ID [<C7C9223A22A87A03FE0D7859B0776E63> <C7C9223A22A87A03FE0D7859B0776E63>] >>
 startxref
 1050
 %%EOF
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/pdf2djvu-0.9.8/tests/test-duplicate-pages.pdf 
new/pdf2djvu-0.9.9/tests/test-duplicate-pages.pdf
--- old/pdf2djvu-0.9.8/tests/test-duplicate-pages.pdf   2018-01-18 
17:06:56.000000000 +0100
+++ new/pdf2djvu-0.9.9/tests/test-duplicate-pages.pdf   2018-04-18 
15:22:38.000000000 +0200
@@ -39,8 +39,8 @@
 <<
 /Producer (pdfTeX-1.40.18)
 /Creator (TeX)
-/CreationDate (D:20180118170656+01'00')
-/ModDate (D:20180118170656+01'00')
+/CreationDate (D:20180418152238+02'00')
+/ModDate (D:20180418152238+02'00')
 /Trapped /False
 /PTEX.Fullbanner (This is pdfTeX, Version 3.14159265-2.6-1.40.18 (TeX Live 
2017/Debian) kpathsea version 6.2.3)
 >>
@@ -58,7 +58,7 @@
 << /Size 7
 /Root 5 0 R
 /Info 6 0 R
-/ID [<D8BB16221B7CD805ABD03C9D5DD0D398> <D8BB16221B7CD805ABD03C9D5DD0D398>] >>
+/ID [<8C8D0B153379732983FA1F805568E7D9> <8C8D0B153379732983FA1F805568E7D9>] >>
 startxref
 592
 %%EOF
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/pdf2djvu-0.9.8/tests/test-empty-outline.pdf 
new/pdf2djvu-0.9.9/tests/test-empty-outline.pdf
--- old/pdf2djvu-0.9.8/tests/test-empty-outline.pdf     2018-01-18 
17:06:58.000000000 +0100
+++ new/pdf2djvu-0.9.9/tests/test-empty-outline.pdf     2018-04-18 
15:22:40.000000000 +0200
@@ -43,8 +43,8 @@
 <<
 /Producer (pdfTeX-1.40.18)
 /Creator (TeX)
-/CreationDate (D:20180118170658+01'00')
-/ModDate (D:20180118170658+01'00')
+/CreationDate (D:20180418152240+02'00')
+/ModDate (D:20180418152240+02'00')
 /Trapped /False
 /PTEX.Fullbanner (This is pdfTeX, Version 3.14159265-2.6-1.40.18 (TeX Live 
2017/Debian) kpathsea version 6.2.3)
 >>
@@ -63,7 +63,7 @@
 << /Size 8
 /Root 6 0 R
 /Info 7 0 R
-/ID [<B2B486AD322145F57D0073781930F9EC> <B2B486AD322145F57D0073781930F9EC>] >>
+/ID [<C8B192BE2054E4CA769FE0DE29F649E0> <C8B192BE2054E4CA769FE0DE29F649E0>] >>
 startxref
 656
 %%EOF
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/pdf2djvu-0.9.8/tests/test-fg-colors-gm.pdf 
new/pdf2djvu-0.9.9/tests/test-fg-colors-gm.pdf
--- old/pdf2djvu-0.9.8/tests/test-fg-colors-gm.pdf      2018-01-18 
17:06:56.000000000 +0100
+++ new/pdf2djvu-0.9.9/tests/test-fg-colors-gm.pdf      2018-04-18 
15:22:38.000000000 +0200
@@ -2991,8 +2991,8 @@
 <<
 /Producer (pdfTeX-1.40.18)
 /Creator (TeX)
-/CreationDate (D:20180118170656+01'00')
-/ModDate (D:20180118170656+01'00')
+/CreationDate (D:20180418152238+02'00')
+/ModDate (D:20180418152238+02'00')
 /Trapped /False
 /PTEX.Fullbanner (This is pdfTeX, Version 3.14159265-2.6-1.40.18 (TeX Live 
2017/Debian) kpathsea version 6.2.3)
 >>
@@ -3014,7 +3014,7 @@
 << /Size 11
 /Root 9 0 R
 /Info 10 0 R
-/ID [<5AD3FA5248904E849DD16AC612898333> <5AD3FA5248904E849DD16AC612898333>] >>
+/ID [<9E6567D9521E911EDB4A29C08EBDAC15> <9E6567D9521E911EDB4A29C08EBDAC15>] >>
 startxref
 38410
 %%EOF
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/pdf2djvu-0.9.8/tests/test-fg-colors.pdf 
new/pdf2djvu-0.9.9/tests/test-fg-colors.pdf
--- old/pdf2djvu-0.9.8/tests/test-fg-colors.pdf 2018-01-18 17:06:57.000000000 
+0100
+++ new/pdf2djvu-0.9.9/tests/test-fg-colors.pdf 2018-04-18 15:22:39.000000000 
+0200
@@ -2991,8 +2991,8 @@
 <<
 /Producer (pdfTeX-1.40.18)
 /Creator (TeX)
-/CreationDate (D:20180118170657+01'00')
-/ModDate (D:20180118170657+01'00')
+/CreationDate (D:20180418152239+02'00')
+/ModDate (D:20180418152239+02'00')
 /Trapped /False
 /PTEX.Fullbanner (This is pdfTeX, Version 3.14159265-2.6-1.40.18 (TeX Live 
2017/Debian) kpathsea version 6.2.3)
 >>
@@ -3014,7 +3014,7 @@
 << /Size 11
 /Root 9 0 R
 /Info 10 0 R
-/ID [<F88BAB108FC2F8BAB5B2E23D1546BD5B> <F88BAB108FC2F8BAB5B2E23D1546BD5B>] >>
+/ID [<FC66818D03FB9652D1563809606343B1> <FC66818D03FB9652D1563809606343B1>] >>
 startxref
 38410
 %%EOF
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/pdf2djvu-0.9.8/tests/test-filter-text.pdf 
new/pdf2djvu-0.9.9/tests/test-filter-text.pdf
--- old/pdf2djvu-0.9.8/tests/test-filter-text.pdf       2018-01-18 
17:06:58.000000000 +0100
+++ new/pdf2djvu-0.9.9/tests/test-filter-text.pdf       2018-04-18 
15:22:39.000000000 +0200
@@ -78,8 +78,8 @@
 <<
 /Producer (pdfTeX-1.40.18)
 /Creator (TeX)
-/CreationDate (D:20180118170658+01'00')
-/ModDate (D:20180118170658+01'00')
+/CreationDate (D:20180418152239+02'00')
+/ModDate (D:20180418152239+02'00')
 /Trapped /False
 /PTEX.Fullbanner (This is pdfTeX, Version 3.14159265-2.6-1.40.18 (TeX Live 
2017/Debian) kpathsea version 6.2.3)
 >>
@@ -101,7 +101,7 @@
 << /Size 11
 /Root 9 0 R
 /Info 10 0 R
-/ID [<2E3C3E275B5A420E66AAFA5C245D32FC> <2E3C3E275B5A420E66AAFA5C245D32FC>] >>
+/ID [<381BE643D0E901F7C45A975306A9332E> <381BE643D0E901F7C45A975306A9332E>] >>
 startxref
 1297
 %%EOF
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/pdf2djvu-0.9.8/tests/test-hyperlinks.pdf 
new/pdf2djvu-0.9.9/tests/test-hyperlinks.pdf
--- old/pdf2djvu-0.9.8/tests/test-hyperlinks.pdf        2018-01-18 
17:06:57.000000000 +0100
+++ new/pdf2djvu-0.9.9/tests/test-hyperlinks.pdf        2018-04-18 
15:22:39.000000000 +0200
@@ -179,8 +179,8 @@
 <<
 /Producer (pdfTeX-1.40.18)
 /Creator (TeX)
-/CreationDate (D:20180118170657+01'00')
-/ModDate (D:20180118170657+01'00')
+/CreationDate (D:20180418152239+02'00')
+/ModDate (D:20180418152239+02'00')
 /Trapped /False
 /PTEX.Fullbanner (This is pdfTeX, Version 3.14159265-2.6-1.40.18 (TeX Live 
2017/Debian) kpathsea version 6.2.3)
 >>
@@ -215,7 +215,7 @@
 << /Size 24
 /Root 22 0 R
 /Info 23 0 R
-/ID [<B59BD0F5CF6485600DFE90497045E30C> <B59BD0F5CF6485600DFE90497045E30C>] >>
+/ID [<C38CF057F747E12F15ECD205FA3A21B6> <C38CF057F747E12F15ECD205FA3A21B6>] >>
 startxref
 2497
 %%EOF
Binary files old/pdf2djvu-0.9.8/tests/test-interpolation.pdf and 
new/pdf2djvu-0.9.9/tests/test-interpolation.pdf differ
Binary files old/pdf2djvu-0.9.8/tests/test-jpeg2000.pdf and 
new/pdf2djvu-0.9.9/tests/test-jpeg2000.pdf differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/pdf2djvu-0.9.8/tests/test-labels-null.pdf 
new/pdf2djvu-0.9.9/tests/test-labels-null.pdf
--- old/pdf2djvu-0.9.8/tests/test-labels-null.pdf       2018-01-18 
17:06:56.000000000 +0100
+++ new/pdf2djvu-0.9.9/tests/test-labels-null.pdf       2018-04-18 
15:22:38.000000000 +0200
@@ -62,8 +62,8 @@
 <<
 /Producer (pdfTeX-1.40.18)
 /Creator (TeX)
-/CreationDate (D:20180118170656+01'00')
-/ModDate (D:20180118170656+01'00')
+/CreationDate (D:20180418152238+02'00')
+/ModDate (D:20180418152238+02'00')
 /Trapped /False
 /PTEX.Fullbanner (This is pdfTeX, Version 3.14159265-2.6-1.40.18 (TeX Live 
2017/Debian) kpathsea version 6.2.3)
 >>
@@ -84,7 +84,7 @@
 << /Size 10
 /Root 8 0 R
 /Info 9 0 R
-/ID [<E187E6E4DBB5157CD67A8054D96D736F> <E187E6E4DBB5157CD67A8054D96D736F>] >>
+/ID [<EAD636CCE1DFC0808D50C679C566A613> <EAD636CCE1DFC0808D50C679C566A613>] >>
 startxref
 876
 %%EOF
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/pdf2djvu-0.9.8/tests/test-labels.pdf 
new/pdf2djvu-0.9.9/tests/test-labels.pdf
--- old/pdf2djvu-0.9.8/tests/test-labels.pdf    2018-01-18 17:06:57.000000000 
+0100
+++ new/pdf2djvu-0.9.9/tests/test-labels.pdf    2018-04-18 15:22:39.000000000 
+0200
@@ -106,8 +106,8 @@
 <<
 /Producer (pdfTeX-1.40.18)
 /Creator (TeX)
-/CreationDate (D:20180118170657+01'00')
-/ModDate (D:20180118170657+01'00')
+/CreationDate (D:20180418152239+02'00')
+/ModDate (D:20180418152239+02'00')
 /Trapped /False
 /PTEX.Fullbanner (This is pdfTeX, Version 3.14159265-2.6-1.40.18 (TeX Live 
2017/Debian) kpathsea version 6.2.3)
 >>
@@ -134,7 +134,7 @@
 << /Size 16
 /Root 14 0 R
 /Info 15 0 R
-/ID [<F0AF557C27F215E6A0022DC231E5DF61> <F0AF557C27F215E6A0022DC231E5DF61>] >>
+/ID [<18A3487A71BAAE65167312965434A83E> <18A3487A71BAAE65167312965434A83E>] >>
 startxref
 1309
 %%EOF
Binary files old/pdf2djvu-0.9.8/tests/test-monochrome.pdf and 
new/pdf2djvu-0.9.9/tests/test-monochrome.pdf differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/pdf2djvu-0.9.8/tests/test-multipage.pdf 
new/pdf2djvu-0.9.9/tests/test-multipage.pdf
--- old/pdf2djvu-0.9.8/tests/test-multipage.pdf 2018-01-18 17:06:56.000000000 
+0100
+++ new/pdf2djvu-0.9.9/tests/test-multipage.pdf 2018-04-18 15:22:38.000000000 
+0200
@@ -104,8 +104,8 @@
 <<
 /Producer (pdfTeX-1.40.18)
 /Creator (TeX)
-/CreationDate (D:20180118170656+01'00')
-/ModDate (D:20180118170656+01'00')
+/CreationDate (D:20180418152238+02'00')
+/ModDate (D:20180418152238+02'00')
 /Trapped /False
 /PTEX.Fullbanner (This is pdfTeX, Version 3.14159265-2.6-1.40.18 (TeX Live 
2017/Debian) kpathsea version 6.2.3)
 >>
@@ -130,7 +130,7 @@
 << /Size 14
 /Root 12 0 R
 /Info 13 0 R
-/ID [<D76660BB63F4C4C2081867E369B13A65> <D76660BB63F4C4C2081867E369B13A65>] >>
+/ID [<EC6FC1461670BB701AE10C9ECE589A4B> <EC6FC1461670BB701AE10C9ECE589A4B>] >>
 startxref
 1578
 %%EOF
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/pdf2djvu-0.9.8/tests/test-nfkc-apf.pdf 
new/pdf2djvu-0.9.9/tests/test-nfkc-apf.pdf
--- old/pdf2djvu-0.9.8/tests/test-nfkc-apf.pdf  2018-01-18 17:06:57.000000000 
+0100
+++ new/pdf2djvu-0.9.9/tests/test-nfkc-apf.pdf  2018-04-18 15:22:38.000000000 
+0200
@@ -78,8 +78,8 @@
 <<
 /Producer (pdfTeX-1.40.18)
 /Creator (TeX)
-/CreationDate (D:20180118170657+01'00')
-/ModDate (D:20180118170657+01'00')
+/CreationDate (D:20180418152238+02'00')
+/ModDate (D:20180418152238+02'00')
 /Trapped /False
 /PTEX.Fullbanner (This is pdfTeX, Version 3.14159265-2.6-1.40.18 (TeX Live 
2017/Debian) kpathsea version 6.2.3)
 >>
@@ -101,7 +101,7 @@
 << /Size 11
 /Root 9 0 R
 /Info 10 0 R
-/ID [<E95D616714122E150E6B307E0CEF55F3> <E95D616714122E150E6B307E0CEF55F3>] >>
+/ID [<4D0D55D54F60CAFC3B68F8873EA8E6E3> <4D0D55D54F60CAFC3B68F8873EA8E6E3>] >>
 startxref
 1556
 %%EOF
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/pdf2djvu-0.9.8/tests/test-nfkc.pdf new/pdf2djvu-0.9.9/tests/test-nfkc.pdf
--- old/pdf2djvu-0.9.8/tests/test-nfkc.pdf      2018-01-18 17:06:57.000000000 
+0100
+++ new/pdf2djvu-0.9.9/tests/test-nfkc.pdf      2018-04-18 15:22:39.000000000 
+0200
@@ -78,8 +78,8 @@
 <<
 /Producer (pdfTeX-1.40.18)
 /Creator (TeX)
-/CreationDate (D:20180118170657+01'00')
-/ModDate (D:20180118170657+01'00')
+/CreationDate (D:20180418152239+02'00')
+/ModDate (D:20180418152239+02'00')
 /Trapped /False
 /PTEX.Fullbanner (This is pdfTeX, Version 3.14159265-2.6-1.40.18 (TeX Live 
2017/Debian) kpathsea version 6.2.3)
 >>
@@ -101,7 +101,7 @@
 << /Size 11
 /Root 9 0 R
 /Info 10 0 R
-/ID [<FAB4843AF866F0D57AE1B9822800B172> <FAB4843AF866F0D57AE1B9822800B172>] >>
+/ID [<CE94F8165633EAD0E9EAA76ACE80062C> <CE94F8165633EAD0E9EAA76ACE80062C>] >>
 startxref
 1094
 %%EOF
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/pdf2djvu-0.9.8/tests/test-no-meta.pdf 
new/pdf2djvu-0.9.9/tests/test-no-meta.pdf
--- old/pdf2djvu-0.9.8/tests/test-no-meta.pdf   2018-01-18 17:06:56.000000000 
+0100
+++ new/pdf2djvu-0.9.9/tests/test-no-meta.pdf   2018-04-18 15:22:38.000000000 
+0200
@@ -39,8 +39,8 @@
 <<
 /Producer (pdfTeX-1.40.18)
 /Creator (TeX)
-/CreationDate (D:20180118170656+01'00')
-/ModDate (D:20180118170656+01'00')
+/CreationDate (D:20180418152238+02'00')
+/ModDate (D:20180418152238+02'00')
 /Trapped /False
 /PTEX.Fullbanner (This is pdfTeX, Version 3.14159265-2.6-1.40.18 (TeX Live 
2017/Debian) kpathsea version 6.2.3)
 >>
@@ -58,7 +58,7 @@
 << /Size 7
 /Root 5 0 R
 /Info 6 0 R
-/ID [<E11B51AFB9AC87075155DC9C7BAD39AF> <E11B51AFB9AC87075155DC9C7BAD39AF>] >>
+/ID [<974F7C4582676E1CB683DDD09C0C50CA> <974F7C4582676E1CB683DDD09C0C50CA>] >>
 startxref
 592
 %%EOF
Binary files old/pdf2djvu-0.9.8/tests/test-oom.pdf and 
new/pdf2djvu-0.9.9/tests/test-oom.pdf differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/pdf2djvu-0.9.8/tests/test-outline.pdf 
new/pdf2djvu-0.9.9/tests/test-outline.pdf
--- old/pdf2djvu-0.9.8/tests/test-outline.pdf   2018-01-18 17:06:57.000000000 
+0100
+++ new/pdf2djvu-0.9.9/tests/test-outline.pdf   2018-04-18 15:22:39.000000000 
+0200
@@ -203,8 +203,8 @@
 <<
 /Producer (pdfTeX-1.40.18)
 /Creator (TeX)
-/CreationDate (D:20180118170657+01'00')
-/ModDate (D:20180118170657+01'00')
+/CreationDate (D:20180418152239+02'00')
+/ModDate (D:20180418152239+02'00')
 /Trapped /False
 /PTEX.Fullbanner (This is pdfTeX, Version 3.14159265-2.6-1.40.18 (TeX Live 
2017/Debian) kpathsea version 6.2.3)
 >>
@@ -253,7 +253,7 @@
 << /Size 38
 /Root 36 0 R
 /Info 37 0 R
-/ID [<D9650D90707C433F21B5618B47662434> <D9650D90707C433F21B5618B47662434>] >>
+/ID [<25ABF4425D6D6612C2638316540E03F3> <25ABF4425D6D6612C2638316540E03F3>] >>
 startxref
 2228
 %%EOF
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/pdf2djvu-0.9.8/tests/test-oversized-outline.pdf 
new/pdf2djvu-0.9.9/tests/test-oversized-outline.pdf
--- old/pdf2djvu-0.9.8/tests/test-oversized-outline.pdf 2018-01-18 
17:06:57.000000000 +0100
+++ new/pdf2djvu-0.9.9/tests/test-oversized-outline.pdf 2018-04-18 
15:22:38.000000000 +0200
@@ -61,8 +61,8 @@
 <<
 /Producer (pdfTeX-1.40.18)
 /Creator (TeX)
-/CreationDate (D:20180118170656+01'00')
-/ModDate (D:20180118170656+01'00')
+/CreationDate (D:20180418152238+02'00')
+/ModDate (D:20180418152238+02'00')
 /Trapped /False
 /PTEX.Fullbanner (This is pdfTeX, Version 3.14159265-2.6-1.40.18 (TeX Live 
2017/Debian) kpathsea version 6.2.3)
 >>
@@ -84,7 +84,7 @@
 << /Size 11
 /Root 9 0 R
 /Info 10 0 R
-/ID [<FF119C5D62E27CB89E7761203FB0407B> <FF119C5D62E27CB89E7761203FB0407B>] >>
+/ID [<B91F040099DFA0D51204A23CFC89B3C9> <B91F040099DFA0D51204A23CFC89B3C9>] >>
 startxref
 99110
 %%EOF
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/pdf2djvu-0.9.8/tests/test-overwrite.pdf 
new/pdf2djvu-0.9.9/tests/test-overwrite.pdf
--- old/pdf2djvu-0.9.8/tests/test-overwrite.pdf 2018-01-18 17:06:57.000000000 
+0100
+++ new/pdf2djvu-0.9.9/tests/test-overwrite.pdf 2018-04-18 15:22:39.000000000 
+0200
@@ -39,8 +39,8 @@
 <<
 /Producer (pdfTeX-1.40.18)
 /Creator (TeX)
-/CreationDate (D:20180118170657+01'00')
-/ModDate (D:20180118170657+01'00')
+/CreationDate (D:20180418152239+02'00')
+/ModDate (D:20180418152239+02'00')
 /Trapped /False
 /PTEX.Fullbanner (This is pdfTeX, Version 3.14159265-2.6-1.40.18 (TeX Live 
2017/Debian) kpathsea version 6.2.3)
 >>
@@ -58,7 +58,7 @@
 << /Size 7
 /Root 5 0 R
 /Info 6 0 R
-/ID [<07AB43E3726785BBE01F1BEC8F4998E8> <07AB43E3726785BBE01F1BEC8F4998E8>] >>
+/ID [<10F512B9266CCCC086C075CF2E678A6E> <10F512B9266CCCC086C075CF2E678A6E>] >>
 startxref
 592
 %%EOF
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/pdf2djvu-0.9.8/tests/test-page-id.pdf 
new/pdf2djvu-0.9.9/tests/test-page-id.pdf
--- old/pdf2djvu-0.9.8/tests/test-page-id.pdf   2018-01-18 17:06:57.000000000 
+0100
+++ new/pdf2djvu-0.9.9/tests/test-page-id.pdf   2018-04-18 15:22:39.000000000 
+0200
@@ -61,8 +61,8 @@
 <<
 /Producer (pdfTeX-1.40.18)
 /Creator (TeX)
-/CreationDate (D:20180118170657+01'00')
-/ModDate (D:20180118170657+01'00')
+/CreationDate (D:20180418152239+02'00')
+/ModDate (D:20180418152239+02'00')
 /Trapped /False
 /PTEX.Fullbanner (This is pdfTeX, Version 3.14159265-2.6-1.40.18 (TeX Live 
2017/Debian) kpathsea version 6.2.3)
 >>
@@ -83,7 +83,7 @@
 << /Size 10
 /Root 8 0 R
 /Info 9 0 R
-/ID [<B6F7DF7D066C823B730F08839CCD8C7E> <B6F7DF7D066C823B730F08839CCD8C7E>] >>
+/ID [<8F4FFE9CEBF4C2D6779D26DA0600BC18> <8F4FFE9CEBF4C2D6779D26DA0600BC18>] >>
 startxref
 803
 %%EOF
Binary files old/pdf2djvu-0.9.8/tests/test-rotated-page.pdf and 
new/pdf2djvu-0.9.9/tests/test-rotated-page.pdf differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/pdf2djvu-0.9.8/tests/test-solid-nonwhite-background.pdf 
new/pdf2djvu-0.9.9/tests/test-solid-nonwhite-background.pdf
--- old/pdf2djvu-0.9.8/tests/test-solid-nonwhite-background.pdf 2018-01-18 
17:06:58.000000000 +0100
+++ new/pdf2djvu-0.9.9/tests/test-solid-nonwhite-background.pdf 2018-04-18 
15:22:39.000000000 +0200
@@ -79,8 +79,8 @@
 <<
 /Producer (pdfTeX-1.40.18)
 /Creator (TeX)
-/CreationDate (D:20180118170658+01'00')
-/ModDate (D:20180118170658+01'00')
+/CreationDate (D:20180418152239+02'00')
+/ModDate (D:20180418152239+02'00')
 /Trapped /False
 /PTEX.Fullbanner (This is pdfTeX, Version 3.14159265-2.6-1.40.18 (TeX Live 
2017/Debian) kpathsea version 6.2.3)
 >>
@@ -102,7 +102,7 @@
 << /Size 11
 /Root 9 0 R
 /Info 10 0 R
-/ID [<BB83111BDA494E8A7142E9AC44378B6B> <BB83111BDA494E8A7142E9AC44378B6B>] >>
+/ID [<39C47D89140AE853005EED14A93B6B73> <39C47D89140AE853005EED14A93B6B73>] >>
 startxref
 1323
 %%EOF
Binary files old/pdf2djvu-0.9.8/tests/test-subsample.pdf and 
new/pdf2djvu-0.9.9/tests/test-subsample.pdf differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/pdf2djvu-0.9.8/tests/test-title.pdf new/pdf2djvu-0.9.9/tests/test-title.pdf
--- old/pdf2djvu-0.9.8/tests/test-title.pdf     2018-01-18 17:06:58.000000000 
+0100
+++ new/pdf2djvu-0.9.9/tests/test-title.pdf     2018-04-18 15:22:39.000000000 
+0200
@@ -61,8 +61,8 @@
 <<
 /Producer (pdfTeX-1.40.18)
 /Creator (TeX)
-/CreationDate (D:20180118170658+01'00')
-/ModDate (D:20180118170658+01'00')
+/CreationDate (D:20180418152239+02'00')
+/ModDate (D:20180418152239+02'00')
 /Trapped /False
 /PTEX.Fullbanner (This is pdfTeX, Version 3.14159265-2.6-1.40.18 (TeX Live 
2017/Debian) kpathsea version 6.2.3)
 >>
@@ -83,7 +83,7 @@
 << /Size 10
 /Root 8 0 R
 /Info 9 0 R
-/ID [<52656B8380616F8110ED475B6D0CCD97> <52656B8380616F8110ED475B6D0CCD97>] >>
+/ID [<64355FD69D017231AC094707C9F65480> <64355FD69D017231AC094707C9F65480>] >>
 startxref
 803
 %%EOF
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/pdf2djvu-0.9.8/tests/test-utf16-meta.pdf 
new/pdf2djvu-0.9.9/tests/test-utf16-meta.pdf
--- old/pdf2djvu-0.9.8/tests/test-utf16-meta.pdf        2018-01-18 
17:06:58.000000000 +0100
+++ new/pdf2djvu-0.9.9/tests/test-utf16-meta.pdf        2018-04-18 
15:22:39.000000000 +0200
@@ -40,8 +40,8 @@
 /Producer (pdfTeX-1.40.18)
 /Title 
(\376\377\003\232\003\311\003\264\003\271\003\272\003\277\003\300\003\277\003\257\003\267\003\303\003\267\000\040\003\307\003\261\003\301\003\261\003\272\003\304\003\256\003\301\003\311\003\275)
 
 /Creator (TeX)
-/CreationDate (D:20180118170658+01'00')
-/ModDate (D:20180118170658+01'00')
+/CreationDate (D:20180418152239+02'00')
+/ModDate (D:20180418152239+02'00')
 /Trapped /False
 /PTEX.Fullbanner (This is pdfTeX, Version 3.14159265-2.6-1.40.18 (TeX Live 
2017/Debian) kpathsea version 6.2.3)
 >>
@@ -59,7 +59,7 @@
 << /Size 7
 /Root 5 0 R
 /Info 6 0 R
-/ID [<F089ED2C06361761CE81D2F03DA6EF65> <F089ED2C06361761CE81D2F03DA6EF65>] >>
+/ID [<E68B83E6AC8E439DA3FC7981A4848548> <E68B83E6AC8E439DA3FC7981A4848548>] >>
 startxref
 795
 %%EOF
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/pdf2djvu-0.9.8/tests/test-vector-fg.pdf 
new/pdf2djvu-0.9.9/tests/test-vector-fg.pdf
--- old/pdf2djvu-0.9.8/tests/test-vector-fg.pdf 2018-01-18 17:06:58.000000000 
+0100
+++ new/pdf2djvu-0.9.9/tests/test-vector-fg.pdf 2018-04-18 15:22:40.000000000 
+0200
@@ -40,8 +40,8 @@
 <<
 /Producer (pdfTeX-1.40.18)
 /Creator (TeX)
-/CreationDate (D:20180118170658+01'00')
-/ModDate (D:20180118170658+01'00')
+/CreationDate (D:20180418152239+02'00')
+/ModDate (D:20180418152239+02'00')
 /Trapped /False
 /PTEX.Fullbanner (This is pdfTeX, Version 3.14159265-2.6-1.40.18 (TeX Live 
2017/Debian) kpathsea version 6.2.3)
 >>
@@ -59,7 +59,7 @@
 << /Size 7
 /Root 5 0 R
 /Info 6 0 R
-/ID [<87607449BD828EC1D6056D07DA41AD61> <87607449BD828EC1D6056D07DA41AD61>] >>
+/ID [<4ABF029A64A9DD928AE309FABB25722B> <4ABF029A64A9DD928AE309FABB25722B>] >>
 startxref
 613
 %%EOF
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/pdf2djvu-0.9.8/tests/test-xmp-broken.pdf 
new/pdf2djvu-0.9.9/tests/test-xmp-broken.pdf
--- old/pdf2djvu-0.9.8/tests/test-xmp-broken.pdf        2018-01-18 
17:06:57.000000000 +0100
+++ new/pdf2djvu-0.9.9/tests/test-xmp-broken.pdf        2018-04-18 
15:22:39.000000000 +0200
@@ -57,8 +57,8 @@
 <<
 /Producer (pdfTeX-1.40.18)
 /Creator (TeX)
-/CreationDate (D:20180118170657+01'00')
-/ModDate (D:20180118170657+01'00')
+/CreationDate (D:20180418152239+02'00')
+/ModDate (D:20180418152239+02'00')
 /Trapped /False
 /PTEX.Fullbanner (This is pdfTeX, Version 3.14159265-2.6-1.40.18 (TeX Live 
2017/Debian) kpathsea version 6.2.3)
 >>
@@ -78,7 +78,7 @@
 << /Size 9
 /Root 7 0 R
 /Info 8 0 R
-/ID [<AE738E9781905DEF442A0F632BF67369> <AE738E9781905DEF442A0F632BF67369>] >>
+/ID [<B9A532E43880235B69D45AB5E3FCC4DE> <B9A532E43880235B69D45AB5E3FCC4DE>] >>
 startxref
 886
 %%EOF
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/pdf2djvu-0.9.8/tests/test-xmp-mediatype.pdf 
new/pdf2djvu-0.9.9/tests/test-xmp-mediatype.pdf
--- old/pdf2djvu-0.9.8/tests/test-xmp-mediatype.pdf     2018-01-18 
17:06:56.000000000 +0100
+++ new/pdf2djvu-0.9.9/tests/test-xmp-mediatype.pdf     2018-04-18 
15:22:38.000000000 +0200
@@ -57,8 +57,8 @@
 <<
 /Producer (pdfTeX-1.40.18)
 /Creator (TeX)
-/CreationDate (D:20180118170656+01'00')
-/ModDate (D:20180118170656+01'00')
+/CreationDate (D:20180418152238+02'00')
+/ModDate (D:20180418152238+02'00')
 /Trapped /False
 /PTEX.Fullbanner (This is pdfTeX, Version 3.14159265-2.6-1.40.18 (TeX Live 
2017/Debian) kpathsea version 6.2.3)
 >>
@@ -78,7 +78,7 @@
 << /Size 9
 /Root 7 0 R
 /Info 8 0 R
-/ID [<DAE32CFF65E9B6914E9469FC01F29D2E> <DAE32CFF65E9B6914E9469FC01F29D2E>] >>
+/ID [<6FB2CBA1C877743A97291441A6A5BFCD> <6FB2CBA1C877743A97291441A6A5BFCD>] >>
 startxref
 1088
 %%EOF
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/pdf2djvu-0.9.8/tests/test-xmp-recreate.pdf 
new/pdf2djvu-0.9.9/tests/test-xmp-recreate.pdf
--- old/pdf2djvu-0.9.8/tests/test-xmp-recreate.pdf      2018-01-18 
17:06:56.000000000 +0100
+++ new/pdf2djvu-0.9.9/tests/test-xmp-recreate.pdf      2018-04-18 
15:22:38.000000000 +0200
@@ -39,8 +39,8 @@
 <<
 /Producer (pdfTeX-1.40.18)
 /Creator (TeX)
-/CreationDate (D:20180118170656+01'00')
-/ModDate (D:20180118170656+01'00')
+/CreationDate (D:20180418152238+02'00')
+/ModDate (D:20180418152238+02'00')
 /Trapped /False
 /PTEX.Fullbanner (This is pdfTeX, Version 3.14159265-2.6-1.40.18 (TeX Live 
2017/Debian) kpathsea version 6.2.3)
 >>
@@ -58,7 +58,7 @@
 << /Size 7
 /Root 5 0 R
 /Info 6 0 R
-/ID [<2EE0210F109362FE6EC4887899970F73> <2EE0210F109362FE6EC4887899970F73>] >>
+/ID [<76415D5440D29C9D94078764A777838C> <76415D5440D29C9D94078764A777838C>] >>
 startxref
 592
 %%EOF
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/pdf2djvu-0.9.8/win32/Makefile new/pdf2djvu-0.9.9/win32/Makefile
--- old/pdf2djvu-0.9.8/win32/Makefile   2018-01-18 17:05:51.000000000 +0100
+++ new/pdf2djvu-0.9.9/win32/Makefile   2018-04-18 15:21:50.000000000 +0200
@@ -71,7 +71,7 @@
 
 src_tarball_topdir = pdf2djvu-win32-source-$(version)
 src_tarball_name = pdf2djvu-win32-source-$(version)
-tar_opts = --owner root --group root --mode a+rX --format ustar
+tar_opts = --owner root --group root --mode a+rX --format ustar --sort name
 xz_opts = -8e
 
 .PHONY: source-dist
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/pdf2djvu-0.9.8/win32-version.rc new/pdf2djvu-0.9.9/win32-version.rc
--- old/pdf2djvu-0.9.8/win32-version.rc 2018-01-18 17:05:51.000000000 +0100
+++ new/pdf2djvu-0.9.9/win32-version.rc 2018-04-18 15:21:50.000000000 +0200
@@ -2,8 +2,8 @@
 #include "autoconf.hh"
 
 VS_VERSION_INFO VERSIONINFO
-    FILEVERSION 0,9,8
-    PRODUCTVERSION 0,9,8
+    FILEVERSION 0.9.9
+    PRODUCTVERSION 0.9.9
 BEGIN
     BLOCK "StringFileInfo"
     BEGIN


Reply via email to