summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--composer.json8
-rw-r--r--php-tecnickcom-tc-lib-pdf.spec5
2 files changed, 11 insertions, 2 deletions
diff --git a/composer.json b/composer.json
index 3267c42..a78a005 100644
--- a/composer.json
+++ b/composer.json
@@ -70,6 +70,12 @@
"test": "XDEBUG_MODE=coverage ./vendor/bin/phpunit --stderr test",
"cs-check": "./vendor/bin/phpcs --standard=phpcs.xml",
"cs-fix": "./vendor/bin/phpcbf --ignore=\"./vendor/\" --standard=psr12 src test",
- "analyse": "./vendor/phpstan.phar analyse"
+ "analyse": "./vendor/phpstan.phar analyse",
+ "post-install-cmd": [
+ "[ -d vendor/tecnickcom/tc-lib-pdf-font ] && make -C vendor/tecnickcom/tc-lib-pdf-font deps fonts"
+ ],
+ "post-update-cmd": [
+ "[ -d vendor/tecnickcom/tc-lib-pdf-font ] && make -C vendor/tecnickcom/tc-lib-pdf-font deps fonts"
+ ]
}
}
diff --git a/php-tecnickcom-tc-lib-pdf.spec b/php-tecnickcom-tc-lib-pdf.spec
index 564efdd..916a588 100644
--- a/php-tecnickcom-tc-lib-pdf.spec
+++ b/php-tecnickcom-tc-lib-pdf.spec
@@ -19,7 +19,7 @@
Name: php-%{gh_owner}-%{gh_project}
Summary: PHP PDF Library
License: LGPL-3.0-or-later
-Version: 8.6.6
+Version: 8.6.7
Release: 1%{?dist}
%forgemeta
@@ -204,6 +204,9 @@ exit $ret
%changelog
+* Tue Apr 21 2026 Remi Collet <remi@remirepo.net> - 8.6.7-1
+- update to 8.6.7
+
* Tue Apr 21 2026 Remi Collet <remi@remirepo.net> - 8.6.6-1
- update to 8.6.6