diff options
-rw-r--r-- | composer.json | 4 | ||||
-rw-r--r-- | php-tecnickcom-tc-lib-pdf-font.spec | 9 |
2 files changed, 8 insertions, 5 deletions
diff --git a/composer.json b/composer.json index afacfb2..1f04da1 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": "11.5.2 || 10.5.40", - "squizlabs/php_codesniffer": "3.11.2" + "phpunit/phpunit": "12.0.1 || 11.5.7 || 10.5.40", + "squizlabs/php_codesniffer": "3.11.3" }, "autoload": { "psr-4": { diff --git a/php-tecnickcom-tc-lib-pdf-font.spec b/php-tecnickcom-tc-lib-pdf-font.spec index 3aae2f3..55fb90f 100644 --- a/php-tecnickcom-tc-lib-pdf-font.spec +++ b/php-tecnickcom-tc-lib-pdf-font.spec @@ -1,12 +1,12 @@ # remirepo/fedora spec file for php-tecnickcom-tc-lib-pdf-font # -# SPDX-FileCopyrightText: Copyright 2023-2024 Remi Collet +# SPDX-FileCopyrightText: Copyright 2023-2025 Remi Collet # SPDX-License-Identifier: CECILL-2.1 # http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt # # Please, preserve the changelog entries # -%global gh_commit b67b979d2fb16b6f6b26dbb0641d86b78cc5a746 +%global gh_commit 316bdc5bdf820a564be05d7efcb194254f8982c3 %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.5 +Version: 2.6.6 Release: 1%{?dist} Summary: PHP library containing PDF page formats and definitions @@ -143,6 +143,9 @@ exit $ret %changelog +* Fri Feb 7 2025 Remi Collet <remi@remirepo.net> - 2.6.6-1 +- update to 2.6.6 + * Fri Dec 27 2024 Remi Collet <remi@remirepo.net> - 2.6.5-1 - update to 2.6.5 - raise dependency on PHP 8.1 |