From 2ed144e2a3ccfd96f4ffd18d4f2595f80b2ee646 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 22 Nov 2023 14:07:04 +0100 Subject: update to 3.0.4 raise dependency on PHP 8 raise dependency on tc-lib-pdf-filter 2.0 --- composer.json | 8 ++++---- php-tecnickcom-tc-lib-pdf-parser.spec | 31 ++++++++++++++++++------------- 2 files changed, 22 insertions(+), 17 deletions(-) diff --git a/composer.json b/composer.json index f77e1a9..a20e13f 100644 --- a/composer.json +++ b/composer.json @@ -18,15 +18,15 @@ } ], "require": { - "php": ">=5.4", + "php": ">=8.0", "ext-pcre": "*", - "tecnickcom/tc-lib-pdf-filter": "^1.4" + "tecnickcom/tc-lib-pdf-filter": "^2.0" }, "require-dev": { "pdepend/pdepend": "2.13.0", "phpmd/phpmd": "2.13.0", - "phpunit/phpunit": "10.1.2 || 9.6.7 || 8.5.31 || 7.5.20 || 6.5.14 || 5.7.27 || 4.8.36", - "squizlabs/php_codesniffer": "3.7.2 || 2.9.2" + "phpunit/phpunit": "10.1.2 || 9.6.13", + "squizlabs/php_codesniffer": "3.7.2" }, "autoload": { "psr-4": { diff --git a/php-tecnickcom-tc-lib-pdf-parser.spec b/php-tecnickcom-tc-lib-pdf-parser.spec index d1b58cd..fc226da 100644 --- a/php-tecnickcom-tc-lib-pdf-parser.spec +++ b/php-tecnickcom-tc-lib-pdf-parser.spec @@ -6,7 +6,7 @@ # # Please, preserve the changelog entries # -%global gh_commit 668b3c41d28d7791caed257e457279f89df4151a +%global gh_commit 2fe8eed647003809a691c4dc3eb2de50f31cff77 %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: 2.4.33 +Version: 3.0.4 Release: 1%{?dist} Summary: PHP library to parse PDF documents @@ -29,34 +29,34 @@ BuildArch: noarch # remirepo:1 %if 0%{?fedora} >= 37 || 0%{?rhel} >= 10 %global phpunit %{_bindir}/phpunit10 -BuildRequires: phpunit10 +BuildRequires: phpunit10 >= 10.1.2 # remirepo:4 %else %global phpunit %{_bindir}/phpunit9 -BuildRequires: phpunit9 >= 9.5.27 +BuildRequires: phpunit9 >= 9.6.13 %endif -BuildRequires: php(language) >= 5.4 +BuildRequires: php(language) >= 8.0 %if 0%{?fedora} >= 27 || 0%{?rhel} >= 8 -BuildRequires: (php-composer(%{c_vendor}/tc-lib-pdf-filter) >= 1.4 with php-composer(%{c_vendor}/tc-lib-pdf-filter) < 2) +BuildRequires: (php-composer(%{c_vendor}/tc-lib-pdf-filter) >= 2.0 with php-composer(%{c_vendor}/tc-lib-pdf-filter) < 3) %else -BuildRequires: php-%{c_vendor}-tc-lib-pdf-filter < 2 -BuildRequires: php-%{c_vendor}-tc-lib-pdf-filter >= 1.4 +BuildRequires: php-%{c_vendor}-tc-lib-pdf-filter < 3 +BuildRequires: php-%{c_vendor}-tc-lib-pdf-filter >= 2.0 %endif BuildRequires: php-pcre %endif BuildRequires: php-fedora-autoloader-devel # From composer.json, "require": { -# "php": ">=5.4" +# "php": ">=8.0" # "ext-pcre": "*", -# "tecnickcom/tc-lib-pdf-filter": "^1.4" +# "tecnickcom/tc-lib-pdf-filter": "^2.0" Requires: php(language) >= 5.4 Requires: php-pcre %if 0%{?fedora} >= 27 || 0%{?rhel} >= 8 -Requires: (php-composer(%{c_vendor}/tc-lib-pdf-filter) >= 1.4 with php-composer(%{c_vendor}/tc-lib-pdf-filter) < 2) +Requires: (php-composer(%{c_vendor}/tc-lib-pdf-filter) >= 2.0 with php-composer(%{c_vendor}/tc-lib-pdf-filter) < 3) %else -Requires: php-%{c_vendor}-tc-lib-pdf-filter < 2 -Requires: php-%{c_vendor}-tc-lib-pdf-filter >= 1.4 +Requires: php-%{c_vendor}-tc-lib-pdf-filter < 3 +Requires: php-%{c_vendor}-tc-lib-pdf-filter >= 2.0 %endif # From phpcompatinfo report for version 2.1.0 # None @@ -136,6 +136,11 @@ exit $ret %changelog +* Wed Nov 22 2023 Remi Collet - 3.0.4-1 +- update to 3.0.4 +- raise dependency on PHP 8 +- raise dependency on tc-lib-pdf-filter 2.0 + * Mon Oct 23 2023 Remi Collet - 2.4.33-1 - update to 2.4.33 (no change) -- cgit