summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2025-12-04 08:57:09 +0100
committerRemi Collet <remi@php.net>2025-12-04 08:57:09 +0100
commit3611b1c0cbe7eb632af7b47ac02d1a23ebfe327a (patch)
treea9003a3e76a7317a97ced0f46d53b4a3fea0f4e5
parentbf5e47f6587b21026a0ccff81854d134e53d30a1 (diff)
update to 2.6.16 (no change)
-rw-r--r--composer.json4
-rw-r--r--php-tecnickcom-tc-lib-pdf-font.spec14
2 files changed, 12 insertions, 6 deletions
diff --git a/composer.json b/composer.json
index af8e905..9f372a8 100644
--- a/composer.json
+++ b/composer.json
@@ -32,8 +32,8 @@
"require-dev": {
"pdepend/pdepend": "2.16.2",
"phpmd/phpmd": "2.15.0",
- "phpunit/phpunit": "12.2.0 || 11.5.7 || 10.5.40",
- "squizlabs/php_codesniffer": "3.13.0"
+ "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-font.spec b/php-tecnickcom-tc-lib-pdf-font.spec
index 9305bda..b91e157 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 961ddeb8f02c7186e9efcf37693cbd1f21af1dc1
+%global gh_commit fce2add82a3bf77b81f6b918b9fcbeb1dc490257
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
%global c_vendor tecnickcom
%global gh_owner tecnickcom
@@ -16,7 +16,7 @@
%global font_version 2.1.0
Name: php-%{gh_owner}-%{gh_project}
-Version: 2.6.12
+Version: 2.6.16
Release: 1%{?dist}
Summary: PHP library containing PDF page formats and definitions
@@ -32,7 +32,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-json
BuildRequires: php-pcre
@@ -119,7 +119,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 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
@@ -143,6 +143,12 @@ exit $ret
%changelog
+* Thu Dec 4 2025 Remi Collet <remi@remirepo.net> - 2.6.16-1
+- update to 2.6.16 (no change)
+
+* Sat Nov 29 2025 Remi Collet <remi@remirepo.net> - 2.6.15-1
+- update to 2.6.15
+
* Sun Jun 8 2025 Remi Collet <remi@remirepo.net> - 2.6.12-1
- update to 2.6.12 (no change)