From c5556ef797cd0f87ca90317cab60ed7b93b5ba1d7171d0279b51b0763023fa8d Mon Sep 17 00:00:00 2001 From: Dirk Stoecker Date: Tue, 1 Sep 2020 14:40:49 +0000 Subject: [PATCH] Accepting request 831012 from devel:languages:perl:autoupdate - updated to 2.038 see /usr/share/doc/packages/perl-PDF-API2/Changes 2.038 2020-08-31 - Use PDF::API2::XS or Image::PNG::Libpng, if either is installed, to speed up inclusion of PNG files with an alpha channel by an order of magnitude (written by Rob Scovell, sponsored by prayerletters.com). OBS-URL: https://build.opensuse.org/request/show/831012 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-PDF-API2?expand=0&rev=57 --- PDF-API2-2.037.tar.gz | 3 --- PDF-API2-2.038.tar.gz | 3 +++ perl-PDF-API2.changes | 12 ++++++++++++ perl-PDF-API2.spec | 7 ++++--- 4 files changed, 19 insertions(+), 6 deletions(-) delete mode 100644 PDF-API2-2.037.tar.gz create mode 100644 PDF-API2-2.038.tar.gz diff --git a/PDF-API2-2.037.tar.gz b/PDF-API2-2.037.tar.gz deleted file mode 100644 index 04a4575..0000000 --- a/PDF-API2-2.037.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:142803d1886d2a2919d374fb6c25681630aa26740e3f8023337f996fa6c6297e -size 3511954 diff --git a/PDF-API2-2.038.tar.gz b/PDF-API2-2.038.tar.gz new file mode 100644 index 0000000..d83dcc5 --- /dev/null +++ b/PDF-API2-2.038.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7447c4749b02a784f525d3c7ece99d34b0a10475db65096f6316748dd2f9bd09 +size 3567202 diff --git a/perl-PDF-API2.changes b/perl-PDF-API2.changes index a0bb935..78e8bf3 100644 --- a/perl-PDF-API2.changes +++ b/perl-PDF-API2.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Tue Sep 1 03:09:29 UTC 2020 - Tina Müller + +- updated to 2.038 + see /usr/share/doc/packages/perl-PDF-API2/Changes + + 2.038 2020-08-31 + + - Use PDF::API2::XS or Image::PNG::Libpng, if either is installed, to speed + up inclusion of PNG files with an alpha channel by an order of magnitude + (written by Rob Scovell, sponsored by prayerletters.com). + ------------------------------------------------------------------- Thu Feb 6 03:09:32 UTC 2020 - diff --git a/perl-PDF-API2.spec b/perl-PDF-API2.spec index 4a6af5e..5dd9beb 100644 --- a/perl-PDF-API2.spec +++ b/perl-PDF-API2.spec @@ -1,7 +1,7 @@ # # spec file for package perl-PDF-API2 # -# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,13 +17,13 @@ Name: perl-PDF-API2 -Version: 2.037 +Version: 2.038 Release: 0 %define cpan_name PDF-API2 Summary: Facilitates the creation and modification of PDF files License: LGPL-2.1-or-later Group: Development/Libraries/Perl -Url: https://metacpan.org/release/%{cpan_name} +URL: https://metacpan.org/release/%{cpan_name} Source0: https://cpan.metacpan.org/authors/id/S/SS/SSIMMS/%{cpan_name}-%{version}.tar.gz Source1: cpanspec.yml BuildArch: noarch @@ -36,6 +36,7 @@ BuildRequires: perl(Test::Exception) BuildRequires: perl(Test::Memory::Cycle) Requires: perl(Compress::Zlib) >= 1.0 Requires: perl(Font::TTF) +Recommends: perl(PDF::API2::XS) %{perl_requires} %description