8
0
forked from pool/perl-PDF-API2

Accepting request 332496 from devel:languages:perl:autoupdate

OBS-URL: https://build.opensuse.org/request/show/332496
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-PDF-API2?expand=0&rev=32
This commit is contained in:
Stephan Kulow
2015-09-21 05:04:59 +00:00
committed by Git OBS Bridge
parent d90a7fb598
commit 5ecc0c6648
5 changed files with 53 additions and 6 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e3999b817b6db4757bcbe4c31040787c2b93228f0e952d64c142288c8ec40481
size 3520841

3
PDF-API2-2.024.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:532620f4608f7d6f3f56cfa61bd21e78454cb79c72ab47f1c11a4f6f731d0c55
size 3553969

23
cpanspec.yml Normal file
View File

@@ -0,0 +1,23 @@
---
#description_paragraphs: 3
#no_testing: broken upstream
#sources:
# - source1
# - source2
#patches:
# foo.patch: -p1
# bar.patch:
#preamble: |-
# BuildRequires: gcc-c++
#post_prep: |-
# hunspell=`pkg-config --libs hunspell | sed -e 's,-l,,; s, *,,g'`
# sed -i -e "s,hunspell-X,$hunspell," t/00-prereq.t Makefile.PL
#post_install: |-
# sed on %{name}.files
#license: SUSE-NonFree
#skip_noarch: 1
#custom_build: |-
#./Build build flags=%{?_smp_mflags} --myflag
#custom_test: |-
#startserver && make test
#ignore_requires: Bizarre::Module

View File

@@ -1,3 +1,26 @@
-------------------------------------------------------------------
Sun Sep 20 16:15:24 UTC 2015 - coolo@suse.com
- updated to 2.024
see /usr/share/doc/packages/perl-PDF-API2/Changes
2.024 2015-09-18
- [RT #104133] Include all bounding boxes when importing a page
(patch by Don Huettl of Grant Street Group).
- [RT #104133] When retrieving bounding boxes for a page, fall
back according to the defaults listed in the PDF spec (patch by
Don Huettl of Grant Street Group).
- Barcodes now take an optional -caption argument that will be
printed beneath the barcode. This can replace or be used in
conjunction with the text representation of the barcode
(requested by Gareth Tunley).
- [RT #105581] Calls to width() in BaseFont are now significantly
faster (patch by Dmitri Tikhonov).
-------------------------------------------------------------------
Tue Apr 14 18:36:24 UTC 2015 - coolo@suse.com

View File

@@ -17,14 +17,15 @@
Name: perl-PDF-API2
Version: 2.023
Version: 2.024
Release: 0
%define cpan_name PDF-API2
Summary: Facilitates the creation and modification of PDF files
License: LGPL-2.1+
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/PDF-API2/
Source: http://www.cpan.org/authors/id/S/SS/SSIMMS/%{cpan_name}-%{version}.tar.gz
Source0: http://www.cpan.org/authors/id/S/SS/SSIMMS/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
@@ -55,6 +56,6 @@ Facilitates the creation and modification of PDF files
%files -f %{name}.files
%defattr(-,root,root,755)
%doc Changes contrib examples LICENSE PATENTS README
%doc Changes examples LICENSE PATENTS README
%changelog