forked from pool/perl-PDF-API2
Accepting request 507676 from devel:languages:perl:autoupdate
automatic update OBS-URL: https://build.opensuse.org/request/show/507676 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-PDF-API2?expand=0&rev=46
This commit is contained in:
committed by
Git OBS Bridge
parent
287f427b37
commit
2c0c637fdf
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:6ea5d38f99dfb1e8acf57c9c7579659b3eee84944295a135f90e607e0a3f43e9
|
|
||||||
size 3507672
|
|
3
PDF-API2-2.032.tar.gz
Normal file
3
PDF-API2-2.032.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:4ae200d58f764b4fcd6172d2a6cf3990183e801db7a96b6049b473a4b5f24b64
|
||||||
|
size 3533081
|
@@ -1,3 +1,38 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jul 3 06:02:35 UTC 2017 - coolo@suse.com
|
||||||
|
|
||||||
|
- updated to 2.032
|
||||||
|
see /usr/share/doc/packages/perl-PDF-API2/Changes
|
||||||
|
|
||||||
|
2.032 2017-07-02
|
||||||
|
|
||||||
|
- PDF::API2 has many circular references, and the end() method
|
||||||
|
doesn't clear them all, so memory is leaked. This release uses
|
||||||
|
Scalar::Util's weaken() function to improve garbage collection.
|
||||||
|
A significant number of circular references have been weakened,
|
||||||
|
though many likely still remain.
|
||||||
|
|
||||||
|
- [RT #120756] Eliminate a warning for an ambiguous call to
|
||||||
|
CORE::open (first reported by Abdelbaki Brahmia).
|
||||||
|
|
||||||
|
- $text->text_justified() and $text->text_fill_justified() now
|
||||||
|
adjust the space between words rather than stretching individual
|
||||||
|
characters in order to get the text to fit.
|
||||||
|
|
||||||
|
- [RT #120397] Indirect references and indirect objects can have
|
||||||
|
comments embedded in their whitespace, and their object number
|
||||||
|
and generation may be split across multiple lines, which may not
|
||||||
|
all be buffered (reported by SPROUT).
|
||||||
|
|
||||||
|
- [RT #120450] Fix PDF::API2->open($filename)->stringify()
|
||||||
|
(reported by SPROUT).
|
||||||
|
|
||||||
|
- Fix an off-by-one error when calculating text width while
|
||||||
|
charspace is non-zero.
|
||||||
|
|
||||||
|
- [RT #120048] Fix PDF::API2->synfont() (broken in 2.029, fixed by Vadim
|
||||||
|
Repin) and add basic testing.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Feb 13 12:42:36 UTC 2017 - coolo@suse.com
|
Mon Feb 13 12:42:36 UTC 2017 - coolo@suse.com
|
||||||
|
|
||||||
|
@@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: perl-PDF-API2
|
Name: perl-PDF-API2
|
||||||
Version: 2.031
|
Version: 2.032
|
||||||
Release: 0
|
Release: 0
|
||||||
%define cpan_name PDF-API2
|
%define cpan_name PDF-API2
|
||||||
Summary: Facilitates the creation and modification of PDF files
|
Summary: Facilitates the creation and modification of PDF files
|
||||||
@@ -32,6 +32,7 @@ BuildRequires: perl
|
|||||||
BuildRequires: perl-macros
|
BuildRequires: perl-macros
|
||||||
BuildRequires: perl(Compress::Zlib) >= 1.0
|
BuildRequires: perl(Compress::Zlib) >= 1.0
|
||||||
BuildRequires: perl(Font::TTF)
|
BuildRequires: perl(Font::TTF)
|
||||||
|
BuildRequires: perl(Test::Memory::Cycle)
|
||||||
Requires: perl(Compress::Zlib) >= 1.0
|
Requires: perl(Compress::Zlib) >= 1.0
|
||||||
Requires: perl(Font::TTF)
|
Requires: perl(Font::TTF)
|
||||||
%{perl_requires}
|
%{perl_requires}
|
||||||
@@ -56,7 +57,7 @@ Facilitates the creation and modification of PDF files
|
|||||||
|
|
||||||
%files -f %{name}.files
|
%files -f %{name}.files
|
||||||
%defattr(-,root,root,755)
|
%defattr(-,root,root,755)
|
||||||
%doc Changes contrib PATENTS README
|
%doc Changes PATENTS README
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Reference in New Issue
Block a user