diff options
author | Remi Collet <remi@remirepo.net> | 2025-06-08 07:21:22 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2025-06-08 07:21:22 +0200 |
commit | bf5e47f6587b21026a0ccff81854d134e53d30a1 (patch) | |
tree | 5f656650a3e52eda6636569e2afdb1d9c2d58480 | |
parent | ef22c38623e730ab518108840a0b6c1f48f63214 (diff) |
-rw-r--r-- | composer.json | 4 | ||||
-rw-r--r-- | php-tecnickcom-tc-lib-pdf-font.spec | 7 |
2 files changed, 7 insertions, 4 deletions
diff --git a/composer.json b/composer.json index 2c2c679..af8e905 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.1.3 || 11.5.7 || 10.5.40", - "squizlabs/php_codesniffer": "3.12.2" + "phpunit/phpunit": "12.2.0 || 11.5.7 || 10.5.40", + "squizlabs/php_codesniffer": "3.13.0" }, "autoload": { "psr-4": { diff --git a/php-tecnickcom-tc-lib-pdf-font.spec b/php-tecnickcom-tc-lib-pdf-font.spec index 03b88a1..9305bda 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 787bd9de2947a889404f43ca8d3795eb983ee09c +%global gh_commit 961ddeb8f02c7186e9efcf37693cbd1f21af1dc1 %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.10 +Version: 2.6.12 Release: 1%{?dist} Summary: PHP library containing PDF page formats and definitions @@ -143,6 +143,9 @@ exit $ret %changelog +* Sun Jun 8 2025 Remi Collet <remi@remirepo.net> - 2.6.12-1 +- update to 2.6.12 (no change) + * Sat May 31 2025 Remi Collet <remi@remirepo.net> - 2.6.10-1 - update to 2.6.10 (no change) - raise dependency on tecnickcom/tc-lib-file 2.2 |