8
0
forked from pool/perl-PDF-API2

Accepting request 1182910 from devel:languages:perl:autoupdate

- updated to 2.47.0 (2.047)
   see /usr/share/doc/packages/perl-PDF-API2/Changes
  2.047     2024-05-18
      - Fixed implementation of GH-77.
      - Added $pdf->standard_fonts() and $pdf->is_standard_font($name) (initial
        patch by Johan Vromans).
  2.046     2024-05-14
      - [GH-74] Fixed documentation error saying that stroke_color and fill_color
        can be chained.
      - Crash instead of freezing if a PDF trailer's Prev keys result in a loop or
        if multiple trailers use the same object ID and generation number.
      - [GH-70] Fix off-by-one error when adding a page at the beginning of a PDF.
      - [GH-77] Significantly improve performance when adding many pages to a PDF.

OBS-URL: https://build.opensuse.org/request/show/1182910
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-PDF-API2?expand=0&rev=72
This commit is contained in:
2024-06-27 18:11:45 +00:00
committed by Git OBS Bridge
parent 0cdc07e6c1
commit ce9ad078fb
4 changed files with 128 additions and 109 deletions

View File

@@ -1,3 +1,21 @@
-------------------------------------------------------------------
Sun Jun 23 16:46:26 UTC 2024 - Tina Müller <tina.mueller@suse.com>
- updated to 2.47.0 (2.047)
see /usr/share/doc/packages/perl-PDF-API2/Changes
2.047 2024-05-18
- Fixed implementation of GH-77.
- Added $pdf->standard_fonts() and $pdf->is_standard_font($name) (initial
patch by Johan Vromans).
2.046 2024-05-14
- [GH-74] Fixed documentation error saying that stroke_color and fill_color
can be chained.
- Crash instead of freezing if a PDF trailer's Prev keys result in a loop or
if multiple trailers use the same object ID and generation number.
- [GH-70] Fix off-by-one error when adding a page at the beginning of a PDF.
- [GH-77] Significantly improve performance when adding many pages to a PDF.
-------------------------------------------------------------------
Fri Mar 8 22:55:31 UTC 2024 - Tina Müller <tina.mueller@suse.com>