1
0
forked from perl/perl-PDF-API2

3 Commits

Author SHA256 Message Date
84e43b96fb Accepting request 1312565 from devel:languages:perl
- updated to 2.48.0 (2.048)
   see /usr/share/doc/packages/perl-PDF-API2/Changes
  2.048     2025-08-29
      - [GH-85] Fix default_page_size when called without arguments (patch by
        Johan Vromans).
      - [GH-90] Fix deprecated option -noembed (reported by Bernhard Schmalhofer).
      - [GH-91] Support annotation links to a named external destination (patch by
        Johan Vromans).
      - [GH-92] Allow Font::TTF::Font objects to be used as fonts (patch by Johan
        Vromans).

OBS-URL: https://build.opensuse.org/request/show/1312565
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-PDF-API2?expand=0&rev=30
2025-10-22 10:14:22 +00:00
78f1aa15e7 Accepting request 1183693 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/1183693
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-PDF-API2?expand=0&rev=29
2024-06-28 13:47:23 +00:00
59ba45b810 - 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/package/show/devel:languages:perl/perl-PDF-API2?expand=0&rev=72
2024-06-27 18:11:45 +00:00
6 changed files with 32 additions and 9 deletions

View File

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

BIN
PDF-API2-2.048.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

5
_scmsync.obsinfo Normal file
View File

@@ -0,0 +1,5 @@
mtime: 1760444216
commit: 6ab87182a6ab26ca63e8bbbc79d6a249dd2ef18eef1f1401ee9ae278aa27cab6
url: https://src.opensuse.org/perl/perl-PDF-API2.git
revision: 6ab87182a6ab26ca63e8bbbc79d6a249dd2ef18eef1f1401ee9ae278aa27cab6
projectscmsync: https://src.opensuse.org/perl/_ObsPrj

3
build.specials.obscpio Normal file
View File

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

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Tue Oct 14 12:16:55 UTC 2025 - Tina Müller <timueller+perl@suse.de>
- updated to 2.48.0 (2.048)
see /usr/share/doc/packages/perl-PDF-API2/Changes
2.048 2025-08-29
- [GH-85] Fix default_page_size when called without arguments (patch by
Johan Vromans).
- [GH-90] Fix deprecated option -noembed (reported by Bernhard Schmalhofer).
- [GH-91] Support annotation links to a named external destination (patch by
Johan Vromans).
- [GH-92] Allow Font::TTF::Font objects to be used as fonts (patch by Johan
Vromans).
-------------------------------------------------------------------
Sun Jun 23 16:46:26 UTC 2024 - Tina Müller <tina.mueller@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-PDF-API2
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,10 +18,10 @@
%define cpan_name PDF-API2
Name: perl-PDF-API2
Version: 2.47.0
Version: 2.48.0
Release: 0
# 2.047 -> normalize -> 2.47.0
%define cpan_version 2.047
# 2.048 -> normalize -> 2.48.0
%define cpan_version 2.048
License: LGPL-2.1-or-later
Summary: Create, modify, and examine PDF files
URL: https://metacpan.org/release/%{cpan_name}
@@ -37,7 +37,7 @@ BuildRequires: perl(Test::Exception)
BuildRequires: perl(Test::Memory::Cycle)
Requires: perl(Compress::Zlib) >= 1.0
Requires: perl(Font::TTF)
Provides: perl(PDF::API2)
Provides: perl(PDF::API2) = %{version}
Provides: perl(PDF::API2::Annotation) = %{version}
Provides: perl(PDF::API2::Basic::PDF::Array) = %{version}
Provides: perl(PDF::API2::Basic::PDF::Bool) = %{version}
@@ -149,7 +149,7 @@ Provides: perl(PDF::API2::Win32) = %{version}
Create, modify, and examine PDF files
%prep
%autosetup -n %{cpan_name}-%{cpan_version}
%autosetup -n %{cpan_name}-%{cpan_version} -p1
%build
perl Makefile.PL INSTALLDIRS=vendor