forked from pool/perl-PDF-API2
Accepting request 185437 from devel:languages:perl
update to 2.020 (forwarded request 185436 from computersalat) OBS-URL: https://build.opensuse.org/request/show/185437 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-PDF-API2?expand=0&rev=4
This commit is contained in:
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:93385cf3d6b74583195572c0018706e4f7ab95c81f1ab50efc46b18dec44bc13
|
|
||||||
size 3496615
|
|
||||||
3
PDF-API2-2.020.tar.gz
Normal file
3
PDF-API2-2.020.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:c5d3e62529bf06717f4e24ecffbeafc0f2f463caa036cadea7be2b1f1d3f0546
|
||||||
|
size 3515968
|
||||||
@@ -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
|
Thu Jun 7 15:14:08 UTC 2012 - chris@computersalat.de
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-PDF-API2
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# 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
|
Summary: Facilitates the creation and modification of PDF files
|
||||||
License: LGPL-2.1+
|
License: LGPL-2.1+
|
||||||
Group: Development/Libraries/Perl
|
Group: Development/Libraries/Perl
|
||||||
Version: 2.019
|
Version: 2.020
|
||||||
Release: 0
|
Release: 0
|
||||||
Url: http://search.cpan.org/dist/PDF-API2/
|
Url: http://search.cpan.org/dist/PDF-API2/
|
||||||
Source: http://www.cpan.org/authors/id/S/SS/SSIMMS/PDF-API2-%{version}.tar.gz
|
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
|
%files -f %{name}.files
|
||||||
%defattr(644,root,root,755)
|
%defattr(644,root,root,755)
|
||||||
%doc Changes CONTACT contrib examples HACKING LICENSE PATENTS README
|
%doc Changes CONTACT contrib examples LICENSE PATENTS README
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
|||||||
Reference in New Issue
Block a user