From d838fbe4bca31f6372d4f2cca811598f42bbd1ff336b881262f87f32ccf01b11 Mon Sep 17 00:00:00 2001 From: Christian Wittmer Date: Thu, 1 Aug 2013 11:54:44 +0000 Subject: [PATCH] Accepting request 185436 from home:computersalat:devel:perl update to 2.020 OBS-URL: https://build.opensuse.org/request/show/185436 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-PDF-API2?expand=0&rev=23 --- PDF-API2-2.019.tar.gz | 3 --- PDF-API2-2.020.tar.gz | 3 +++ perl-PDF-API2.changes | 28 ++++++++++++++++++++++++++++ perl-PDF-API2.spec | 6 +++--- 4 files changed, 34 insertions(+), 6 deletions(-) delete mode 100644 PDF-API2-2.019.tar.gz create mode 100644 PDF-API2-2.020.tar.gz diff --git a/PDF-API2-2.019.tar.gz b/PDF-API2-2.019.tar.gz deleted file mode 100644 index 411e3d5..0000000 --- a/PDF-API2-2.019.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:93385cf3d6b74583195572c0018706e4f7ab95c81f1ab50efc46b18dec44bc13 -size 3496615 diff --git a/PDF-API2-2.020.tar.gz b/PDF-API2-2.020.tar.gz new file mode 100644 index 0000000..b535d3e --- /dev/null +++ b/PDF-API2-2.020.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5d3e62529bf06717f4e24ecffbeafc0f2f463caa036cadea7be2b1f1d3f0546 +size 3515968 diff --git a/perl-PDF-API2.changes b/perl-PDF-API2.changes index a1ee720..307c8f1 100644 --- a/perl-PDF-API2.changes +++ b/perl-PDF-API2.changes @@ -1,3 +1,31 @@ +------------------------------------------------------------------- +Thu Aug 1 11:42:07 UTC 2013 - chris@computersalat.de + +- update to 2.020 + * Give a more informative error message when a PDF file using a + cross-reference stream is encountered. The Known Issues section + of the documentation includes pointers on how to add support in + case someone else can get to this before I do. + * Text using TrueType fonts is now searchable again. In version + 0.61, an undocumented -unicodemap option was added to nearly all + of the font resource methods, which only included a ToUnicode + CMap if it was set (and it's required in order for PDF readers + to be able to identify individual characters if BaseEncoding + isn't present, which it isn't for TrueType fonts). + + I've left the -unicodemap option in place, and it's still + undocumented (except here), but it's now on by default. Call + $pdf->ttfont($fontfile, -unicodemap => 0) if you want to disable + it for performance or file size reasons. + * Add a note to the stringify method's documentation saying that + it's a destructive operation. + * The various filter types have their own classes in the + PDF::API2::Basic::PDF::Filter namespace now, rather than having + all of the packages in Filter.pm. + * To facilitate testing and ensure that identically-generated PDFs + have identical output in Perl 5.17.5 or later, PDF dictionary + keys are now sorted during output. + ------------------------------------------------------------------- Thu Jun 7 15:14:08 UTC 2012 - chris@computersalat.de diff --git a/perl-PDF-API2.spec b/perl-PDF-API2.spec index 9a4c29c..e4fec11 100644 --- a/perl-PDF-API2.spec +++ b/perl-PDF-API2.spec @@ -1,7 +1,7 @@ # # spec file for package perl-PDF-API2 # -# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -21,7 +21,7 @@ Name: perl-PDF-API2 Summary: Facilitates the creation and modification of PDF files License: LGPL-2.1+ Group: Development/Libraries/Perl -Version: 2.019 +Version: 2.020 Release: 0 Url: http://search.cpan.org/dist/PDF-API2/ Source: http://www.cpan.org/authors/id/S/SS/SSIMMS/PDF-API2-%{version}.tar.gz @@ -62,6 +62,6 @@ bzip2 -dc < %{S:1} > unicore/UnicodeData.txt %files -f %{name}.files %defattr(644,root,root,755) -%doc Changes CONTACT contrib examples HACKING LICENSE PATENTS README +%doc Changes CONTACT contrib examples LICENSE PATENTS README %changelog