From ca5e4bb1c5c7666b134983972373c8ff5c1621b4 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 6 Feb 2017 08:22:42 +0100 Subject: php-tecnickcom-tc-lib-pdf-filter: 1.3.4 --- php-tecnickcom-tc-lib-pdf-filter/composer.json | 4 ++- .../php-tecnickcom-tc-lib-pdf-filter.spec | 33 ++++++++++------------ 2 files changed, 18 insertions(+), 19 deletions(-) diff --git a/php-tecnickcom-tc-lib-pdf-filter/composer.json b/php-tecnickcom-tc-lib-pdf-filter/composer.json index 330d497..3c7e643 100644 --- a/php-tecnickcom-tc-lib-pdf-filter/composer.json +++ b/php-tecnickcom-tc-lib-pdf-filter/composer.json @@ -13,7 +13,9 @@ } ], "require": { - "php": ">=5.4" + "php": ">=5.4", + "ext-zlib": "*", + "ext-pcre": "*" }, "require-dev": { "apigen/apigen" : "^4.1.2", diff --git a/php-tecnickcom-tc-lib-pdf-filter/php-tecnickcom-tc-lib-pdf-filter.spec b/php-tecnickcom-tc-lib-pdf-filter/php-tecnickcom-tc-lib-pdf-filter.spec index 9224422..e50c02b 100644 --- a/php-tecnickcom-tc-lib-pdf-filter/php-tecnickcom-tc-lib-pdf-filter.spec +++ b/php-tecnickcom-tc-lib-pdf-filter/php-tecnickcom-tc-lib-pdf-filter.spec @@ -6,7 +6,7 @@ # # Please, preserve the changelog entries # -%global gh_commit b26d5e06b8bd7bef836b0c18530b971839eee664 +%global gh_commit 476b2a31563ea094cb345687d6aa33efd00e107f %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global c_vendor tecnickcom %global gh_owner tecnickcom @@ -15,7 +15,7 @@ %global with_tests 0%{!?_without_tests:1} Name: php-%{gh_owner}-%{gh_project} -Version: 1.3.3 +Version: 1.3.4 Release: 1%{?dist} Summary: PHP library to decode PDF compression and encryption filters @@ -35,11 +35,14 @@ Requires: php-zlib %endif # From composer.json, "require": { -# "php": ">=5.4" +# "php": ">=5.4", +# "ext-zlib": "*", +# "ext-pcre": "*" Requires: php(language) >= 5.4 -# From phpcompatinfo report for version 1.1.0 Requires: php-pcre Requires: php-zlib +# From phpcompatinfo report for version 1.3.4 +# none # Composer Provides: php-composer(%{c_vendor}/%{gh_project}) = %{version} @@ -80,21 +83,12 @@ cat < - 1.3.4-1 +- update to 1.3.4 (no change) + * Fri Sep 2 2016 Remi Collet - 1.3.3-1 - update to 1.3.3 (no change) -- cgit