Hello community, here is the log from the commit of package pdftk checked in at Mon Oct 27 17:06:58 CET 2008. -------- --- pdftk/pdftk.changes 2008-10-13 17:13:30.000000000 +0200 +++ /mounts/work_src_done/STABLE/pdftk/pdftk.changes 2008-10-26 22:19:06.000000000 +0100 @@ -1,0 +2,5 @@ +Sun Oct 26 22:18:49 CET 2008 - bwalle@suse.de + +- Add another JvInitClass() to last patch. + +------------------------------------------------------------------- calling whatdependson for head-i586 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ pdftk.spec ++++++ --- /var/tmp/diff_new_pack.Fd7415/_old 2008-10-27 17:06:17.000000000 +0100 +++ /var/tmp/diff_new_pack.Fd7415/_new 2008-10-27 17:06:17.000000000 +0100 @@ -21,7 +21,7 @@ Name: pdftk Summary: The PDF Toolkit Version: 1.41 -Release: 100 +Release: 101 License: GPL v2 or later Url: http://www.pdfhacks.com/pdftk/ Source0: %{name}-%{version}.tar.bz2 @@ -83,6 +83,8 @@ %{_mandir}/man1/* %changelog +* Sun Oct 26 2008 bwalle@suse.de +- Add another JvInitClass() to last patch. * Mon Oct 13 2008 toms@suse.de - Integrated patch bnc#427046 from Bernhard Walle. Thanks, Bernhard! * Mon Jan 14 2008 ro@suse.de ++++++ bug-427046_pdftk.cc.patch ++++++ --- /var/tmp/diff_new_pack.Fd7415/_old 2008-10-27 17:06:17.000000000 +0100 +++ /var/tmp/diff_new_pack.Fd7415/_new 2008-10-27 17:06:17.000000000 +0100 @@ -1,18 +1,24 @@ ---- pdftk/pdftk.cc.orig 2008-10-10 21:17:08.000000000 +0200 -+++ pdftk/pdftk.cc 2008-10-10 21:17:35.000000000 +0200 -@@ -71,6 +71,7 @@ +--- + pdftk/pdftk.cc | 4 ++++ + 1 file changed, 4 insertions(+) + +--- a/pdftk/pdftk.cc ++++ b/pdftk/pdftk.cc +@@ -71,6 +71,8 @@ #include "com/lowagie/text/pdf/PdfIndirectObject.h" #include "com/lowagie/text/pdf/PdfFileSpecification.h" #include "com/lowagie/text/pdf/PdfBoolean.h" +#include "com/lowagie/text/pdf/PdfEncodings.h" ++#include "com/lowagie/text/pdf/BaseFont.h" #include "com/lowagie/text/pdf/RandomAccessFileOrArray.h" // for InputStreamToArray() -@@ -2672,6 +2673,7 @@ +@@ -2672,6 +2674,8 @@ int main(int argc, char** argv) JvInitClass(&itext::PdfDictionary::class$); JvInitClass(&itext::PdfOutline::class$); JvInitClass(&itext::PdfBoolean::class$); + JvInitClass(&itext::PdfEncodings::class$); ++ JvInitClass(&itext::BaseFont::class$); TK_Session tk_session( argc, argv ); ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@Hilbert.suse.de