forked from pool/perl-PDF-API2
Accepting request 373122 from devel:languages:perl
1 OBS-URL: https://build.opensuse.org/request/show/373122 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-PDF-API2?expand=0&rev=10
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:123b49cd459526662d9e0c98c68a52294132051327abe07af1255d599e6d62ea
|
||||
size 3554009
|
3
PDF-API2-2.027.tar.gz
Normal file
3
PDF-API2-2.027.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d24db02d902198406270551857830633b289ad39f5a9ba5431246f8cd60e7599
|
||||
size 3500950
|
@@ -1,3 +1,55 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 14 10:14:30 UTC 2016 - coolo@suse.com
|
||||
|
||||
- updated to 2.027
|
||||
see /usr/share/doc/packages/perl-PDF-API2/Changes
|
||||
|
||||
2.027 2016-03-11
|
||||
|
||||
- This release contains seven fixes for parsing PDFs. They mostly
|
||||
affect files using cross-reference streams, which were first
|
||||
supported in the previous release. Thanks to Marco Pessotto and
|
||||
Stuart Henderson for their help identifying and troubleshooting
|
||||
bugs.
|
||||
|
||||
- Added contrib/pdf-debug.pl to help track down issues related to
|
||||
opening and parsing PDFs.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 8 10:44:24 UTC 2016 - coolo@suse.com
|
||||
|
||||
- updated to 2.026
|
||||
see /usr/share/doc/packages/perl-PDF-API2/Changes
|
||||
|
||||
2.026 2016-02-24
|
||||
|
||||
- [RT #48683] Add support for PDFs with cross-reference streams
|
||||
and object streams (patch by Don Huettl of Grant Street Group).
|
||||
|
||||
- [RT #107333] Accept an empty string as a valid Name, per PDF
|
||||
spec 1.7 section 7.3.5 (patch by Mark Balitsky).
|
||||
|
||||
- [RT #98551] Rename aliases 2A, 4A, 2B, and 4B to 2A0, 4A0, 2B0,
|
||||
and 4B0. The old names will continue to work, but are now
|
||||
undocumented (patch by Phil Perry).
|
||||
|
||||
- Add -mils and -color as options for barcodes. Reset linedash so
|
||||
that barcodes are always solid lines (patch by Erelen).
|
||||
|
||||
- [RT #98549] Rename meterlimit to miterlimit (patch by Phil
|
||||
Perry).
|
||||
|
||||
- [RT #98534] Rename hspace to hscale (patch by Phil Perry).
|
||||
|
||||
- Fixed an infinite loop when RunLengthDecode is used for output.
|
||||
|
||||
- [RT #65582] Fix embedding of OpenType fonts (fix by Simon Cozens).
|
||||
|
||||
- [RT #67767] Allow an empty page to be imported into a PDF using
|
||||
importPageIntoForm (reported by Antti Lankila).
|
||||
|
||||
- [RT #66341] Various fixes for ASCII85Decode and LZWDecode.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 26 09:02:25 UTC 2015 - coolo@suse.com
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-PDF-API2
|
||||
#
|
||||
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2016 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
|
||||
@@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: perl-PDF-API2
|
||||
Version: 2.025
|
||||
Version: 2.027
|
||||
Release: 0
|
||||
%define cpan_name PDF-API2
|
||||
Summary: Facilitates the creation and modification of PDF files
|
||||
@@ -56,6 +56,6 @@ Facilitates the creation and modification of PDF files
|
||||
|
||||
%files -f %{name}.files
|
||||
%defattr(-,root,root,755)
|
||||
%doc Changes examples LICENSE PATENTS README
|
||||
%doc Changes contrib LICENSE PATENTS README
|
||||
|
||||
%changelog
|
||||
|
Reference in New Issue
Block a user