Hello community,

here is the log from the commit of package perl-PDF-API2 for openSUSE:Factory 
checked in at 2019-07-02 10:39:37
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-PDF-API2 (Old)
 and      /work/SRC/openSUSE:Factory/.perl-PDF-API2.new.4615 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-PDF-API2"

Tue Jul  2 10:39:37 2019 rev:16 rq:712936 version:2.034

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-PDF-API2/perl-PDF-API2.changes      
2017-07-21 22:47:43.838850957 +0200
+++ /work/SRC/openSUSE:Factory/.perl-PDF-API2.new.4615/perl-PDF-API2.changes    
2019-07-02 10:39:40.662698853 +0200
@@ -1,0 +2,36 @@
+Sun Jun 30 05:21:25 UTC 2019 - Stephan Kulow <co...@suse.com>
+
+- 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.
+
+-------------------------------------------------------------------

Old:
----
  PDF-API2-2.033.tar.gz

New:
----
  PDF-API2-2.034.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ perl-PDF-API2.spec ++++++
--- /var/tmp/diff_new_pack.qV0T7k/_old  2019-07-02 10:39:41.394699967 +0200
+++ /var/tmp/diff_new_pack.qV0T7k/_new  2019-07-02 10:39:41.394699967 +0200
@@ -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 @@
 %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 @@
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc Changes PATENTS README
+%doc Changes contrib PATENTS README
 %license LICENSE
 
 %changelog

++++++ PDF-API2-2.033.tar.gz -> PDF-API2-2.034.tar.gz ++++++
++++ 6008 lines of diff (skipped)


Reply via email to