8
0
forked from pool/perl-PDF-API2

Accepting request 296678 from devel:languages:perl

1

OBS-URL: https://build.opensuse.org/request/show/296678
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-PDF-API2?expand=0&rev=8
This commit is contained in:
2015-04-15 14:26:38 +00:00
committed by Git OBS Bridge
4 changed files with 18 additions and 6 deletions

View File

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

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

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

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Tue Apr 14 18:36:24 UTC 2015 - coolo@suse.com
- updated to 2.023
see /usr/share/doc/packages/perl-PDF-API2/Changes
2.023 2014-09-12
- The fix for [RT #69503] broke a previously-working case where a
page object could be passed (and was expected). The -firstpage
option now accepts a page object or a page number. Thanks to
Marco Pessotto for the bug report and test.
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Jul 25 09:32:42 UTC 2014 - coolo@suse.com Fri Jul 25 09:32:42 UTC 2014 - coolo@suse.com

View File

@@ -1,7 +1,7 @@
# #
# spec file for package perl-PDF-API2 # spec file for package perl-PDF-API2
# #
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
Name: perl-PDF-API2 Name: perl-PDF-API2
Version: 2.022 Version: 2.023
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
@@ -40,7 +40,6 @@ Facilitates the creation and modification of PDF files
%prep %prep
%setup -q -n %{cpan_name}-%{version} %setup -q -n %{cpan_name}-%{version}
find . -type f -print0 | xargs -0 chmod 644
%build %build
%{__perl} Makefile.PL INSTALLDIRS=vendor %{__perl} Makefile.PL INSTALLDIRS=vendor