summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2026-02-24 10:57:56 +0100
committerRemi Collet <remi@php.net>2026-02-24 10:57:56 +0100
commita99a4304ab0a77598ab71253e469bc3514c1b826 (patch)
tree37fb9b2cb99f5aa02d7b2219fb4de8201fde6701
parent1944309cbbae87c39a6ccc688102c53e234bd153 (diff)
update to 2.6.32HEADmaster
raise dependency on tecnickcom/tc-lib-file 2.2
-rw-r--r--composer.json4
-rw-r--r--php-tecnickcom-tc-lib-pdf-font.spec22
2 files changed, 15 insertions, 11 deletions
diff --git a/composer.json b/composer.json
index f415676..68f824f 100644
--- a/composer.json
+++ b/composer.json
@@ -25,7 +25,7 @@
"ext-json": "*",
"ext-pcre": "*",
"ext-zlib": "*",
- "tecnickcom/tc-lib-file": "^2.2",
+ "tecnickcom/tc-lib-file": "^2.3",
"tecnickcom/tc-lib-unicode-data": "^2.0",
"tecnickcom/tc-lib-pdf-encrypt": "^2.1"
},
@@ -37,7 +37,7 @@
"require-dev": {
"pdepend/pdepend": "2.16.2",
"phpmd/phpmd": "2.15.0",
- "phpunit/phpunit": "12.5.8 || 11.5.50 || 10.5.63",
+ "phpunit/phpunit": "13.0.5 || 12.5.14 || 11.5.55 || 10.5.63",
"squizlabs/php_codesniffer": "4.0.1",
"phpcompatibility/php-compatibility": "^10.0.0@dev"
},
diff --git a/php-tecnickcom-tc-lib-pdf-font.spec b/php-tecnickcom-tc-lib-pdf-font.spec
index 1338aa9..e8b5ae2 100644
--- a/php-tecnickcom-tc-lib-pdf-font.spec
+++ b/php-tecnickcom-tc-lib-pdf-font.spec
@@ -6,7 +6,7 @@
#
# Please, preserve the changelog entries
#
-%global gh_commit 154262bb31edea4448e49603630e1e0c3f5f9f8d
+%global gh_commit 695ffcd3528c318f6100430174897b38287f4658
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
%global c_vendor tecnickcom
%global gh_owner tecnickcom
@@ -23,7 +23,7 @@
%endif
Name: php-%{gh_owner}-%{gh_project}
-Version: 2.6.30
+Version: 2.6.32
Release: 1%{?dist}
Summary: PHP library containing PDF page formats and definitions
@@ -38,14 +38,14 @@ Patch0: %{name}-rpm.patch
BuildArch: noarch
%if %{with tests}
# For tests
-%global phpunit %{_bindir}/phpunit10
-BuildRequires: phpunit10 >= 10.5.63
-BuildRequires: php(language) >= 8.1
+%global phpunit %{_bindir}/phpunit11
+BuildRequires: phpunit11 >= 11.5.55
+BuildRequires: php(language) >= 8.2
BuildRequires: php-json
BuildRequires: php-pcre
BuildRequires: php-spl
BuildRequires: php-zlib
-BuildRequires: (php-composer(%{c_vendor}/tc-lib-file) >= 2.2 with php-composer(%{c_vendor}/tc-lib-file) < 3)
+BuildRequires: (php-composer(%{c_vendor}/tc-lib-file) >= 2.3 with php-composer(%{c_vendor}/tc-lib-file) < 3)
BuildRequires: (php-composer(%{c_vendor}/tc-lib-unicode-data) >= 2.0 with php-composer(%{c_vendor}/tc-lib-unicode-data) < 3)
BuildRequires: (php-composer(%{c_vendor}/tc-lib-pdf-encrypt) >= 2.1 with php-composer(%{c_vendor}/tc-lib-pdf-encrypt) < 3)
%endif
@@ -66,7 +66,7 @@ BuildRequires: unifont-ttf-fonts
# "ext-json": "*",
# "ext-pcre": "*",
# "ext-zlib": "*",
-# "tecnickcom/tc-lib-file": "^2.2",
+# "tecnickcom/tc-lib-file": "^2.3",
# "tecnickcom/tc-lib-unicode-data": "^2.0",
# "tecnickcom/tc-lib-pdf-encrypt": "^2.1"
Requires: php(language) >= 8.1
@@ -74,7 +74,7 @@ Requires: php-json
Requires: php-pcre
Requires: php-spl
Requires: php-zlib
-Requires: (php-composer(%{c_vendor}/tc-lib-file) >= 2.2 with php-composer(%{c_vendor}/tc-lib-file) < 3)
+Requires: (php-composer(%{c_vendor}/tc-lib-file) >= 2.3 with php-composer(%{c_vendor}/tc-lib-file) < 3)
Requires: (php-composer(%{c_vendor}/tc-lib-unicode-data) >= 2.0 with php-composer(%{c_vendor}/tc-lib-unicode-data) < 3)
Requires: (php-composer(%{c_vendor}/tc-lib-pdf-encrypt) >= 2.1 with php-composer(%{c_vendor}/tc-lib-pdf-encrypt) < 3)
# From phpcompatinfo report for version 2.0.8
@@ -184,7 +184,7 @@ EOF
sed -e 's:/util/vendor/tecnickcom/tc-font-mirror/:/tc-font-mirror-2.1.0/:' -i test/*php
ret=0
-for cmdarg in php php82 php83 php84 php85; do
+for cmdarg in php php82 "php83 %{_bindir}/phpunit12" "php84 %{_bindir}/phpunit13" "php85 %{_bindir}/phpunit13"; do
if which $cmdarg; then
set $cmdarg
cp phpunit.xml.dist phpunit.xml
@@ -208,6 +208,10 @@ exit $ret
%changelog
+* Tue Feb 24 2026 Remi Collet <remi@remirepo.net> - 2.6.32-1
+- update to 2.6.32
+- raise dependency on tecnickcom/tc-lib-file 2.2
+
* Thu Feb 5 2026 Remi Collet <remi@remirepo.net> - 2.6.30-1
- update to 2.6.30