diff --git a/PDF-API2-2.030.tar.gz b/PDF-API2-2.030.tar.gz deleted file mode 100644 index d6ddb47..0000000 --- a/PDF-API2-2.030.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a802c25c1f00b093778223fc7aea94ebd87a9abdb915151746b8ee5d4a358769 -size 3502793 diff --git a/PDF-API2-2.031.tar.gz b/PDF-API2-2.031.tar.gz new file mode 100644 index 0000000..d2585f7 --- /dev/null +++ b/PDF-API2-2.031.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ea5d38f99dfb1e8acf57c9c7579659b3eee84944295a135f90e607e0a3f43e9 +size 3507672 diff --git a/perl-PDF-API2.changes b/perl-PDF-API2.changes index 98013b7..90bb25b 100644 --- a/perl-PDF-API2.changes +++ b/perl-PDF-API2.changes @@ -1,3 +1,34 @@ +------------------------------------------------------------------- +Mon Feb 13 12:42:36 UTC 2017 - coolo@suse.com + +- updated to 2.031 + see /usr/share/doc/packages/perl-PDF-API2/Changes + + 2.031 2017-01-26 + + - Fix use of cache files when reading streams: temp files will now + be used any time a stream is larger than 16MB (by default). + Formerly, due to a bug, they would only be created when a 4kB + chunk of a stream increased to 16kB or more after being + decompressed. + + - Numbers, booleans, and null values can now be read from object + streams. + + - Update to [RT #113290]: Objects inside a large object stream are + now read without loading the entire object stream into memory. + + - DEPRECATION: The low-level new_api methods have been deprecated + in favor of calling new directly. If your code uses + new_api($api2, ...), replace it with new($api2->{'pdf'}, ...). + + - [RT #118352] Don't crash when adding an annotation to a page + that has an existing annotations array stored as an indirect + object (reported by Johan Vromans). + + - [RT #118717] Die with an informative error if a file can't be + opened during open() or saveas() (reported by Johan Vromans). + ------------------------------------------------------------------- Fri Oct 14 06:02:53 UTC 2016 - coolo@suse.com diff --git a/perl-PDF-API2.spec b/perl-PDF-API2.spec index 68b45f6..aec89c5 100644 --- a/perl-PDF-API2.spec +++ b/perl-PDF-API2.spec @@ -1,7 +1,7 @@ # # spec file for package perl-PDF-API2 # -# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,14 +17,14 @@ Name: perl-PDF-API2 -Version: 2.030 +Version: 2.031 Release: 0 %define cpan_name PDF-API2 Summary: Facilitates the creation and modification of PDF files License: LGPL-2.1+ Group: Development/Libraries/Perl Url: http://search.cpan.org/dist/PDF-API2/ -Source0: http://www.cpan.org/authors/id/S/SS/SSIMMS/%{cpan_name}-%{version}.tar.gz +Source0: https://cpan.metacpan.org/authors/id/S/SS/SSIMMS/%{cpan_name}-%{version}.tar.gz Source1: cpanspec.yml BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -56,6 +56,7 @@ Facilitates the creation and modification of PDF files %files -f %{name}.files %defattr(-,root,root,755) -%doc Changes contrib LICENSE PATENTS README +%doc Changes contrib PATENTS README +%license LICENSE %changelog