forked from pool/perl-PDF-API2
Accepting request 456803 from devel:languages:perl:autoupdate
automatic update OBS-URL: https://build.opensuse.org/request/show/456803 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-PDF-API2?expand=0&rev=44
This commit is contained in:
committed by
Git OBS Bridge
parent
cf45acea2c
commit
287f427b37
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a802c25c1f00b093778223fc7aea94ebd87a9abdb915151746b8ee5d4a358769
|
||||
size 3502793
|
3
PDF-API2-2.031.tar.gz
Normal file
3
PDF-API2-2.031.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6ea5d38f99dfb1e8acf57c9c7579659b3eee84944295a135f90e607e0a3f43e9
|
||||
size 3507672
|
@@ -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
|
||||
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user