8
0
forked from pool/perl-PDF-API2

Accepting request 885397 from devel:languages:perl:autoupdate

- updated to 2.040
   see /usr/share/doc/packages/perl-PDF-API2/Changes
  2.040     2021-04-13
      - Fix open() followed by stringify() resulting in a corrupt (mostly-empty)
        PDF, which was broken by changes in 2.039 (reported by Gareth Tunley).
      - [RT #134993] Calling open($filename) followed by saveas($same_filename)
        instead of update() resulted in a corrupt PDF in 2.039, which no longer
        reads the entire file into memory on open (reported by Marco Pessotto).
      - [RT #134957] Fix encoding of \n in a PDF string containing non-printable
        characters (reported by Stuart Henderson).
      - [RT #133131] Fix endianness of 64-bit numbers in cross-reference stream
        widths array (reported by Christopher Papademetrious, fix by Vadim Repin).

OBS-URL: https://build.opensuse.org/request/show/885397
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-PDF-API2?expand=0&rev=61
This commit is contained in:
2021-04-22 15:28:41 +00:00
committed by Git OBS Bridge
parent a26e3d0608
commit ae859da6e6
4 changed files with 21 additions and 4 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:36a74318847fe92ecec45221bc78f209e194f9f979521710a89ef7baa955a123
size 3564330

3
PDF-API2-2.040.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4925f109f47bb6bdd6deb8cf37db4f2e39aa6cdc51991d1d8008b4312ed1935a
size 3564742

View File

@@ -1,3 +1,20 @@
-------------------------------------------------------------------
Wed Apr 14 03:09:09 UTC 2021 - Tina Müller <timueller+perl@suse.de>
- updated to 2.040
see /usr/share/doc/packages/perl-PDF-API2/Changes
2.040 2021-04-13
- Fix open() followed by stringify() resulting in a corrupt (mostly-empty)
PDF, which was broken by changes in 2.039 (reported by Gareth Tunley).
- [RT #134993] Calling open($filename) followed by saveas($same_filename)
instead of update() resulted in a corrupt PDF in 2.039, which no longer
reads the entire file into memory on open (reported by Marco Pessotto).
- [RT #134957] Fix encoding of \n in a PDF string containing non-printable
characters (reported by Stuart Henderson).
- [RT #133131] Fix endianness of 64-bit numbers in cross-reference stream
widths array (reported by Christopher Papademetrious, fix by Vadim Repin).
-------------------------------------------------------------------
Fri Mar 5 03:08:18 UTC 2021 - Tina Müller <timueller+perl@suse.de>

View File

@@ -18,7 +18,7 @@
%define cpan_name PDF-API2
Name: perl-PDF-API2
Version: 2.039
Version: 2.040
Release: 0
Summary: Facilitates the creation and modification of PDF files
License: LGPL-2.1-or-later