From 56eb8ca690a6c10dbdbb056c48a49973d5d2fc4e Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 6 May 2026 11:02:21 +0200 Subject: update to 2.10.0 --- php-tecnickcom-tc-lib-pdf-font.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'php-tecnickcom-tc-lib-pdf-font.spec') diff --git a/php-tecnickcom-tc-lib-pdf-font.spec b/php-tecnickcom-tc-lib-pdf-font.spec index 73187cf..41018d2 100644 --- a/php-tecnickcom-tc-lib-pdf-font.spec +++ b/php-tecnickcom-tc-lib-pdf-font.spec @@ -26,7 +26,7 @@ Name: php-%{gh_owner}-%{gh_project} Summary: PHP library containing PDF page formats and definitions License: LGPL-3.0-or-later -Version: 2.7.3 +Version: 2.10.0 Release: 1%{?dist} %forgemeta @@ -185,7 +185,7 @@ require '%{buildroot}%{php_project}/autoload.php'; \Fedora\Autoloader\Autoload::addPsr4('Test\\', dirname(__DIR__) . '/test'); EOF -sed -e 's:/util/vendor/tecnickcom/tc-font-mirror/:/tc-font-mirror-2.1.0/:' -i test/*php +sed -e 's:/util/vendor/tecnickcom/tc-font-mirror/:/tc-font-mirror-2.1.0/:' -i test/*php test/Import/*php ret=0 for cmdarg in php php82 "php83 %{_bindir}/phpunit12" "php84 %{_bindir}/phpunit13" "php85 %{_bindir}/phpunit13"; do @@ -212,6 +212,9 @@ exit $ret %changelog +* Wed May 6 2026 Remi Collet - 2.10.0-1 +- update to 2.10.0 + * Sun May 3 2026 Remi Collet - 2.7.3-1 - update to 2.7.3 - raise dependency on tc-lib-file 2.5 -- cgit