From 1d3e64f7424e89e4a5698636a6de4e56aefe97a2a51a96da4cba286bfffb74bd Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Tue, 2 Jul 2019 05:36:02 +0000 Subject: [PATCH] Accepting request 712557 from devel:languages:perl:autoupdate automatic update OBS-URL: https://build.opensuse.org/request/show/712557 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-PDF-API2?expand=0&rev=49 --- PDF-API2-2.033.tar.gz | 3 --- PDF-API2-2.034.tar.gz | 3 +++ perl-PDF-API2.changes | 36 ++++++++++++++++++++++++++++++++++++ perl-PDF-API2.spec | 18 +++++++++--------- 4 files changed, 48 insertions(+), 12 deletions(-) delete mode 100644 PDF-API2-2.033.tar.gz create mode 100644 PDF-API2-2.034.tar.gz diff --git a/PDF-API2-2.033.tar.gz b/PDF-API2-2.033.tar.gz deleted file mode 100644 index c862d9c..0000000 --- a/PDF-API2-2.033.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9c0866ec1a3053f73afaca5f5cdbe6925903b4ce606f4bf4ac317731a69d27a0 -size 3533753 diff --git a/PDF-API2-2.034.tar.gz b/PDF-API2-2.034.tar.gz new file mode 100644 index 0000000..539474f --- /dev/null +++ b/PDF-API2-2.034.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8aa98818fb6e4bebd6f9096e222989dcdd5fd4c5fa2ad1c7f0149053fc68f1cc +size 3510253 diff --git a/perl-PDF-API2.changes b/perl-PDF-API2.changes index 49d7e26..e98eadc 100644 --- a/perl-PDF-API2.changes +++ b/perl-PDF-API2.changes @@ -1,3 +1,39 @@ +------------------------------------------------------------------- +Sun Jun 30 05:21:25 UTC 2019 - Stephan Kulow + +- updated to 2.034 + see /usr/share/doc/packages/perl-PDF-API2/Changes + + 2.034 2019-06-29 + + - SUPPORTED PERL VERSIONS: Starting with this release, PDF::API2 will + support major Perl versions released in the past six years, plus the major + release before that one. This should provide backward compatibility for + the life of most LTS server distributions, while eliminating the need to + troubleshoot warnings and bugs that only show up in increasingly-ancient + versions of Perl. + + For this release, it means that the minimum supported Perl is 5.18, which + was first released on 2013-05-18. + + - Add support for cross-reference streams using 64-bit field widths. + + - When the utf8 flag is set for a PDF string, automatically encode it as + UCS-16BE instead of requiring a separate flag to be set in the PDF object. + This resolves [RT #33497] and [RT #117031] in addition to making the code + easier to maintain. + + - [RT #126274] Fix alignment when using UniFont with text_center or + text_right when all characters are in the same block. + + - [RT #121911] Fix adding pages to a document structure with nested Pages + elements. This included a fairly substantial rewrite of the relevant + code, so please report any new bugs related to adding pages (report and + troubleshooting by Vadim Repin). + + - Renamed pdfile() to pdf_file() in PDF::API2::Annotation and + PDF::API2::Outline. The old name continues to work, but is deprecated. + ------------------------------------------------------------------- Wed Jul 12 05:55:04 UTC 2017 - coolo@suse.com diff --git a/perl-PDF-API2.spec b/perl-PDF-API2.spec index 83f3616..1d0ea5b 100644 --- a/perl-PDF-API2.spec +++ b/perl-PDF-API2.spec @@ -1,7 +1,7 @@ # # spec file for package perl-PDF-API2 # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,18 +12,18 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # Name: perl-PDF-API2 -Version: 2.033 +Version: 2.034 Release: 0 %define cpan_name PDF-API2 Summary: Facilitates the creation and modification of PDF files -License: LGPL-2.1+ +License: LGPL-2.1-or-later Group: Development/Libraries/Perl -Url: http://search.cpan.org/dist/PDF-API2/ +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 @@ -45,11 +45,11 @@ Facilitates the creation and modification of PDF files %setup -q -n %{cpan_name}-%{version} %build -%{__perl} Makefile.PL INSTALLDIRS=vendor -%{__make} %{?_smp_mflags} +perl Makefile.PL INSTALLDIRS=vendor +make %{?_smp_mflags} %check -%{__make} test +make test %install %perl_make_install @@ -58,7 +58,7 @@ Facilitates the creation and modification of PDF files %files -f %{name}.files %defattr(-,root,root,755) -%doc Changes PATENTS README +%doc Changes contrib PATENTS README %license LICENSE %changelog