From 61d8d7296eca2df1437edb2b745cd0586cacdd55 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 28 Nov 2025 14:32:30 +0100 Subject: update to 3.0.23 --- composer.json | 4 ++-- php-tecnickcom-tc-lib-pdf-parser.spec | 14 ++++++++++---- 2 files changed, 12 insertions(+), 6 deletions(-) diff --git a/composer.json b/composer.json index 1499e1a..892cd3d 100644 --- a/composer.json +++ b/composer.json @@ -25,8 +25,8 @@ "require-dev": { "pdepend/pdepend": "2.16.2", "phpmd/phpmd": "2.15.0", - "phpunit/phpunit": "12.1.3 || 11.5.7 || 10.5.40", - "squizlabs/php_codesniffer": "3.12.2" + "phpunit/phpunit": "12.4.4 || 11.5.44 || 10.5.58", + "squizlabs/php_codesniffer": "4.0.1" }, "autoload": { "psr-4": { diff --git a/php-tecnickcom-tc-lib-pdf-parser.spec b/php-tecnickcom-tc-lib-pdf-parser.spec index 7a24791..becee11 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 652636b01b16e49fd098cbc898064bb74710c199 +%global gh_commit 71bf1f0cc8df2a133f20ed9792f8afd2e9a51881 %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: 3.0.20 +Version: 3.0.23 Release: 1%{?dist} Summary: PHP library to parse PDF documents @@ -27,7 +27,7 @@ BuildArch: noarch %if %{with_tests} # For tests %global phpunit %{_bindir}/phpunit10 -BuildRequires: phpunit10 >= 10.5.40 +BuildRequires: phpunit10 >= 10.5.58 BuildRequires: php(language) >= 8.1 BuildRequires: (php-composer(%{c_vendor}/tc-lib-pdf-filter) >= 2.0 with php-composer(%{c_vendor}/tc-lib-pdf-filter) < 3) BuildRequires: php-pcre @@ -95,7 +95,7 @@ require '%{buildroot}%{php_project}/autoload.php'; EOF ret=0 -for cmdarg in php php81 php82 php83 php84; do +for cmdarg in php php81 php82 php83 php84 php85; do if which $cmdarg; then set $cmdarg cp phpunit.xml.dist phpunit.xml @@ -117,6 +117,12 @@ exit $ret %changelog +* Fri Nov 28 2025 Remi Collet - 3.0.23-1 +- update to 3.0.23 + +* Sat Jun 7 2025 Remi Collet - 3.0.21-1 +- update to 3.0.21 (no change) + * Thu May 29 2025 Remi Collet - 3.0.20-1 - update to 3.0.20 (no change) -- cgit