summaryrefslogtreecommitdiffstats
path: root/php-tecnickcom-tc-lib-pdf-parser.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2025-11-28 14:32:30 +0100
committerRemi Collet <remi@php.net>2025-11-28 14:32:30 +0100
commit61d8d7296eca2df1437edb2b745cd0586cacdd55 (patch)
treef4f0c505fd5aa5ba8201923caffd053d826f4c46 /php-tecnickcom-tc-lib-pdf-parser.spec
parent5aac5e461866558422e6e101cd11e4221a817e5f (diff)
update to 3.0.23
Diffstat (limited to 'php-tecnickcom-tc-lib-pdf-parser.spec')
-rw-r--r--php-tecnickcom-tc-lib-pdf-parser.spec14
1 files changed, 10 insertions, 4 deletions
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 <remi@remirepo.net> - 3.0.23-1
+- update to 3.0.23
+
+* Sat Jun 7 2025 Remi Collet <remi@remirepo.net> - 3.0.21-1
+- update to 3.0.21 (no change)
+
* Thu May 29 2025 Remi Collet <remi@remirepo.net> - 3.0.20-1
- update to 3.0.20 (no change)