From 66bb6c94a4d3e4b6a6cc7956f45fd5476bf17caa2e0d29197cbcfd52e0e3f5b1 Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Thu, 24 Nov 2022 09:59:55 +0000 Subject: [PATCH] Accepting request 1037674 from devel:languages:perl:autoupdate - updated to 2.044 see /usr/share/doc/packages/perl-PDF-API2/Changes 2.044 2022-11-16 - Added support for QR codes. - [GH-44] The X coordinate returned by $text->position() or (deprecated) $text->textpos() was incorrect when read after being set twice (report by Johan Vromans). - [GH-45] Renamed transform's "relative" option to "repeat" and fixed the documentation describing what it does (report by Johan Vromans). - [GH-49] Fix page_layout storing its value as page_mode (report by Johan Vromans). - [GH-50] Fix $pdf->viewer_preferences to return the same values it accepts for non_full_screen_page_mode (report by Johan Vromans). - Minor doc clarifications and improved error messages. OBS-URL: https://build.opensuse.org/request/show/1037674 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-PDF-API2?expand=0&rev=66 --- PDF-API2-2.043.tar.gz | 3 --- PDF-API2-2.044.tar.gz | 3 +++ perl-PDF-API2.changes | 19 +++++++++++++++++++ perl-PDF-API2.spec | 6 +++--- 4 files changed, 25 insertions(+), 6 deletions(-) delete mode 100644 PDF-API2-2.043.tar.gz create mode 100644 PDF-API2-2.044.tar.gz diff --git a/PDF-API2-2.043.tar.gz b/PDF-API2-2.043.tar.gz deleted file mode 100644 index de021f3..0000000 --- a/PDF-API2-2.043.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6312f605172973fa4d017639c217b61b1a8d6c533237ce58d5aacecfa273f0b2 -size 3594106 diff --git a/PDF-API2-2.044.tar.gz b/PDF-API2-2.044.tar.gz new file mode 100644 index 0000000..19d878c --- /dev/null +++ b/PDF-API2-2.044.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2d15579e42723d8d7f9b72de86d0d35cde34f1eb7713456ba2ad35fb3cbea7e +size 3595900 diff --git a/perl-PDF-API2.changes b/perl-PDF-API2.changes index c0cf931..c113d15 100644 --- a/perl-PDF-API2.changes +++ b/perl-PDF-API2.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +Thu Nov 17 03:07:37 UTC 2022 - Tina Müller + +- updated to 2.044 + see /usr/share/doc/packages/perl-PDF-API2/Changes + + 2.044 2022-11-16 + - Added support for QR codes. + - [GH-44] The X coordinate returned by $text->position() or (deprecated) + $text->textpos() was incorrect when read after being set twice (report by + Johan Vromans). + - [GH-45] Renamed transform's "relative" option to "repeat" and fixed the + documentation describing what it does (report by Johan Vromans). + - [GH-49] Fix page_layout storing its value as page_mode (report by Johan + Vromans). + - [GH-50] Fix $pdf->viewer_preferences to return the same values it accepts + for non_full_screen_page_mode (report by Johan Vromans). + - Minor doc clarifications and improved error messages. + ------------------------------------------------------------------- Thu Dec 9 03:06:41 UTC 2021 - Tina Müller diff --git a/perl-PDF-API2.spec b/perl-PDF-API2.spec index 410c314..ae3125f 100644 --- a/perl-PDF-API2.spec +++ b/perl-PDF-API2.spec @@ -1,7 +1,7 @@ # # spec file for package perl-PDF-API2 # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # 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.043 +Version: 2.044 Release: 0 -Summary: Create, modify, and examine PDF files License: LGPL-2.1-or-later +Summary: Create, modify, and examine PDF files 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