forked from perl/perl-PDF-API2
Accepting request 333937 from devel:languages:perl
1 OBS-URL: https://build.opensuse.org/request/show/333937 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-PDF-API2?expand=0&rev=9
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e3999b817b6db4757bcbe4c31040787c2b93228f0e952d64c142288c8ec40481
|
||||
size 3520841
|
||||
3
PDF-API2-2.025.tar.gz
Normal file
3
PDF-API2-2.025.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:123b49cd459526662d9e0c98c68a52294132051327abe07af1255d599e6d62ea
|
||||
size 3554009
|
||||
23
cpanspec.yml
Normal file
23
cpanspec.yml
Normal 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
|
||||
@@ -1,3 +1,39 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 26 09:02:25 UTC 2015 - coolo@suse.com
|
||||
|
||||
- updated to 2.025
|
||||
see /usr/share/doc/packages/perl-PDF-API2/Changes
|
||||
|
||||
2.025 2015-09-23
|
||||
|
||||
- The previous release included a patch that broke compatibility
|
||||
with Perl 5.8.x. The minimum supported version is now Perl
|
||||
5.8.5, and there is a .perl-version file to facilitate testing
|
||||
using plenv.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
|
||||
@@ -17,14 +17,15 @@
|
||||
|
||||
|
||||
Name: perl-PDF-API2
|
||||
Version: 2.023
|
||||
Version: 2.025
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user