From a75d11ef4a1a9b9c1ea3e8ab73a71057f0e62c72 Mon Sep 17 00:00:00 2001 From: Jitka Plesnikova <jples...@redhat.com> Date: Mon, 3 Jul 2017 12:18:53 +0200 Subject: 2.032 bump
--- .gitignore | 1 + font-location.patch | 4 ++-- perl-PDF-API2.spec | 9 +++++++-- sources | 2 +- 4 files changed, 11 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 0f8e750..716cb48 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,4 @@ PDF-API2-0.73.tar.gz /PDF-API2-2.029.tar.gz /PDF-API2-2.030.tar.gz /PDF-API2-2.031.tar.gz +/PDF-API2-2.032.tar.gz diff --git a/font-location.patch b/font-location.patch index a30dcb0..2507975 100644 --- a/font-location.patch +++ b/font-location.patch @@ -1,9 +1,9 @@ diff -up PDF-API2-2.029/lib/PDF/API2.pm.font-location PDF-API2-2.029/lib/PDF/API2.pm --- PDF-API2-2.029/lib/PDF/API2.pm.font-location 2016-10-10 02:01:19.000000000 +0200 +++ PDF-API2-2.029/lib/PDF/API2.pm 2016-10-10 15:39:47.979986028 +0200 -@@ -24,8 +24,7 @@ use PDF::API2::Resource::Shading; +@@ -26,8 +26,7 @@ - use PDF::API2::NamedDestination; + use Scalar::Util qw(weaken); -our @FontDirs = ( (map { "$_/PDF/API2/fonts" } @INC), - qw[ /usr/share/fonts /usr/local/share/fonts c:/windows/fonts c:/winnt/fonts ] ); diff --git a/perl-PDF-API2.spec b/perl-PDF-API2.spec index 5230cfa..9fbe7bf 100644 --- a/perl-PDF-API2.spec +++ b/perl-PDF-API2.spec @@ -1,6 +1,6 @@ Name: perl-PDF-API2 -Version: 2.031 -Release: 3%{?dist} +Version: 2.032 +Release: 1%{?dist} Summary: Perl module for creation and modification of PDF files Group: System Environment/Libraries @@ -28,6 +28,7 @@ BuildRequires: perl(constant) BuildRequires: perl(Encode) BuildRequires: perl(Exporter) BuildRequires: perl(File::Basename) +BuildRequires: perl(File::Temp) BuildRequires: perl(FileHandle) BuildRequires: perl(Font::TTF::Font) BuildRequires: perl(IO::File) @@ -42,6 +43,7 @@ BuildRequires: perl(vars) # Tests: BuildRequires: perl(File::Find) BuildRequires: perl(GD) +BuildRequires: perl(Test::Memory::Cycle) BuildRequires: perl(Test::More) Requires: dejavu-sans-fonts Requires: dejavu-sans-mono-fonts @@ -110,6 +112,9 @@ make test %changelog +* Mon Jul 03 2017 Jitka Plesnikova <jples...@redhat.com> - 2.032-1 +- 2.032 bump + * Mon Jun 05 2017 Jitka Plesnikova <jples...@redhat.com> - 2.031-3 - Perl 5.26 rebuild diff --git a/sources b/sources index b6131a5..b9e7d3e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (PDF-API2-2.031.tar.gz) = 967e6925658ba11d60c065230df78ce32d087ab1ecdd63a4c80c2f87d908db6f18d1bd8cf4021b3520a324bbedaa434f1691873f3cad0a75831e61c03323f4a6 +SHA512 (PDF-API2-2.032.tar.gz) = 36d4cf654444b8f58c79269f09cf09cb98f4fe5660b24456262f7d95c33b3e9ac502c5e47278636c19d85898d5717e29122339336c4536558e09930978dc8b03 -- cgit v1.1 https://src.fedoraproject.org/cgit/perl-PDF-API2.git/commit/?h=master&id=a75d11ef4a1a9b9c1ea3e8ab73a71057f0e62c72 _______________________________________________ perl-devel mailing list -- perl-devel@lists.fedoraproject.org To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org