8
0
forked from pool/perl-PDF-API2

Accepting request 909777 from devel:languages:perl:autoupdate

- updated to 2.041
   see /usr/share/doc/packages/perl-PDF-API2/Changes
  2.041     2021-07-27
      - Bug reports should now be made at GitHub Issues rather than RT.
      - Rename openpage to open_page in PDF::API2.  The old name is deprecated.
      - [RT #136648] Fix when writing PDFs containing cross-reference streams
        (reported by Chris Papademetrious, fix by Vadim Repin from RT #117184).
      - [RT #44877] GIFs containing comments or plain-text representations will no
        longer result in an error (reported by Chris Czub).
      - [RT #132844] Fix corruption when a PGM image is included (reported by Jeff
        Ratcliffe, fix by Vadim Repin).
      - Expand PNM support to include all image types.
      - [RT #131657] Disable recursion warnings while releasing (destroying) PDF
        indirect objects, which can be highly-interconnected (reported by Leon
        Winter).
      - [RT #41971] Fix when attempting to read an existing PDF's outlines
        (reported by Damyan Ivanov, fix based on a patch by Vadim Repin).

OBS-URL: https://build.opensuse.org/request/show/909777
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-PDF-API2?expand=0&rev=63
This commit is contained in:
2021-08-03 08:46:37 +00:00
committed by Git OBS Bridge
parent ae859da6e6
commit 881a2d2aaf
4 changed files with 26 additions and 4 deletions

View File

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

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

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

View File

@@ -1,3 +1,25 @@
-------------------------------------------------------------------
Wed Jul 28 03:09:00 UTC 2021 - Tina Müller <timueller+perl@suse.de>
- updated to 2.041
see /usr/share/doc/packages/perl-PDF-API2/Changes
2.041 2021-07-27
- Bug reports should now be made at GitHub Issues rather than RT.
- Rename openpage to open_page in PDF::API2. The old name is deprecated.
- [RT #136648] Fix when writing PDFs containing cross-reference streams
(reported by Chris Papademetrious, fix by Vadim Repin from RT #117184).
- [RT #44877] GIFs containing comments or plain-text representations will no
longer result in an error (reported by Chris Czub).
- [RT #132844] Fix corruption when a PGM image is included (reported by Jeff
Ratcliffe, fix by Vadim Repin).
- Expand PNM support to include all image types.
- [RT #131657] Disable recursion warnings while releasing (destroying) PDF
indirect objects, which can be highly-interconnected (reported by Leon
Winter).
- [RT #41971] Fix when attempting to read an existing PDF's outlines
(reported by Damyan Ivanov, fix based on a patch by Vadim Repin).
-------------------------------------------------------------------
Wed Apr 14 03:09:09 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.040
Version: 2.041
Release: 0
Summary: Facilitates the creation and modification of PDF files
License: LGPL-2.1-or-later