Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package perl-PDF-API2 for openSUSE:Factory checked in at 2021-03-06 21:19:30 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/perl-PDF-API2 (Old) and /work/SRC/openSUSE:Factory/.perl-PDF-API2.new.2378 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-PDF-API2" Sat Mar 6 21:19:30 2021 rev:21 rq:877382 version:2.039 Changes: -------- --- /work/SRC/openSUSE:Factory/perl-PDF-API2/perl-PDF-API2.changes 2020-09-01 20:12:12.296724076 +0200 +++ /work/SRC/openSUSE:Factory/.perl-PDF-API2.new.2378/perl-PDF-API2.changes 2021-03-06 21:19:32.405287137 +0100 @@ -1,0 +2,37 @@ +Fri Mar 5 03:08:18 UTC 2021 - Tina M??ller <timueller+p...@suse.de> + +- updated to 2.039 + see /usr/share/doc/packages/perl-PDF-API2/Changes + + 2.039 2021-03-04 + - PDF::API2->open($filename) no longer reads the entire file into memory + before working on it, instead reading from the file as needed. This + results in a substantial reduction in memory usage and start-up time for + large PDF files, particularly in cases where the calling script doesn't + need to access all of the contents of the PDF. + - PDF files containing cross-reference streams can now be modified and saved + normally. Previously, they were read-only. + - $text->paragraph(...) and $text->paragraphs(...) (formerly "section") are + no longer undocumented and experimental. If you were previously using + them at your own risk, note that "-spillover" is no longer an option (text + will always wrap inside the specified width if possible). In addition, + paragraphs(...) no longer collapses consecutive newlines. + - [RT #98546] There is now an -align-last option for justified text to + specify how the final line should be justified. Left is still the + default. + - Code in the PDF::API2::Basic::PDF namespace was originally licensed under + the Perl Artistic License, which has been determined to not be + (L)GPL-compatible. Martin Hosken has graciously granted an MIT license + for use of his code contained in PDF::API2, so the distribution may now be + used solely under the terms of the LGPL rather than requiring both + licenses simultaneously. Many thanks to Petr Pisar for his help in + working through the licensing issues. + - Renamed $text->lead(...) to $text->leading(...). The old name is + deprecated but will continue to work. If you're modifying PDF::API2 + objects by editing their hash values instead of using these accessors, + you'll need to update your code. + - Added a -compress option (on by default) to PDF::API2->new(), open(), and + open_scalar(). If disabled, most streams won't be compressed, which can + simplify debugging. + +------------------------------------------------------------------- Old: ---- PDF-API2-2.038.tar.gz New: ---- PDF-API2-2.039.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-PDF-API2.spec ++++++ --- /var/tmp/diff_new_pack.qeyl2W/_old 2021-03-06 21:19:33.017287644 +0100 +++ /var/tmp/diff_new_pack.qeyl2W/_new 2021-03-06 21:19:33.017287644 +0100 @@ -1,7 +1,7 @@ # # spec file for package perl-PDF-API2 # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,18 +16,16 @@ # +%define cpan_name PDF-API2 Name: perl-PDF-API2 -Version: 2.038 +Version: 2.039 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} Source0: https://cpan.metacpan.org/authors/id/S/SS/SSIMMS/%{cpan_name}-%{version}.tar.gz Source1: cpanspec.yml BuildArch: noarch -BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros BuildRequires: perl(Compress::Zlib) >= 1.0 @@ -36,18 +34,17 @@ BuildRequires: perl(Test::Memory::Cycle) Requires: perl(Compress::Zlib) >= 1.0 Requires: perl(Font::TTF) -Recommends: perl(PDF::API2::XS) %{perl_requires} %description Facilitates the creation and modification of PDF files %prep -%setup -q -n %{cpan_name}-%{version} +%autosetup -n %{cpan_name}-%{version} %build perl Makefile.PL INSTALLDIRS=vendor -make %{?_smp_mflags} +%make_build %check make test @@ -58,7 +55,6 @@ %perl_gen_filelist %files -f %{name}.files -%defattr(-,root,root,755) %doc Changes PATENTS README %license LICENSE ++++++ PDF-API2-2.038.tar.gz -> PDF-API2-2.039.tar.gz ++++++ ++++ 5463 lines of diff (skipped)