diff --git a/PDF-API2-2.023.tar.gz b/PDF-API2-2.023.tar.gz deleted file mode 100644 index 75d535e..0000000 --- a/PDF-API2-2.023.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e3999b817b6db4757bcbe4c31040787c2b93228f0e952d64c142288c8ec40481 -size 3520841 diff --git a/PDF-API2-2.024.tar.gz b/PDF-API2-2.024.tar.gz new file mode 100644 index 0000000..3b374df --- /dev/null +++ b/PDF-API2-2.024.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:532620f4608f7d6f3f56cfa61bd21e78454cb79c72ab47f1c11a4f6f731d0c55 +size 3553969 diff --git a/cpanspec.yml b/cpanspec.yml new file mode 100644 index 0000000..9b7ec50 --- /dev/null +++ b/cpanspec.yml @@ -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 diff --git a/perl-PDF-API2.changes b/perl-PDF-API2.changes index b91ea7b..de1988f 100644 --- a/perl-PDF-API2.changes +++ b/perl-PDF-API2.changes @@ -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 diff --git a/perl-PDF-API2.spec b/perl-PDF-API2.spec index 5c2d532..64b8a6f 100644 --- a/perl-PDF-API2.spec +++ b/perl-PDF-API2.spec @@ -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