diff options
| author | Remi Collet <remi@remirepo.net> | 2026-05-10 07:56:46 +0200 |
|---|---|---|
| committer | Remi Collet <remi@php.net> | 2026-05-10 07:56:46 +0200 |
| commit | 4eeb2a512ea6213029d38812cc4e3175bb67b48b (patch) | |
| tree | 75d1e43ecd3dd8ee0f7525b94a24c0378c378c4b /php-tecnickcom-tc-lib-pdf.spec | |
| parent | 7e28b2c6fd42295c2abb672cccee575653ce8dfa (diff) | |
update to 8.19.1
raise dependency on tc-lib-pdf-font 2.12
Diffstat (limited to 'php-tecnickcom-tc-lib-pdf.spec')
| -rw-r--r-- | php-tecnickcom-tc-lib-pdf.spec | 23 |
1 files changed, 19 insertions, 4 deletions
diff --git a/php-tecnickcom-tc-lib-pdf.spec b/php-tecnickcom-tc-lib-pdf.spec index 2901b72..efee074 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.13.0 +Version: 8.19.1 Release: 1%{?dist} %forgemeta @@ -35,7 +35,7 @@ BuildRequires: php(language) >= 8.2 BuildRequires: (php-composer(%{c_vendor}/tc-lib-barcode) >= 2.4 with php-composer(%{c_vendor}/tc-lib-barcode) < 3) BuildRequires: (php-composer(%{c_vendor}/tc-lib-color) >= 2.5 with php-composer(%{c_vendor}/tc-lib-color) < 3) BuildRequires: (php-composer(%{c_vendor}/tc-lib-pdf-image) >= 2.2 with php-composer(%{c_vendor}/tc-lib-pdf-image) < 3) -BuildRequires: (php-composer(%{c_vendor}/tc-lib-pdf-font) >= 2.8 with php-composer(%{c_vendor}/tc-lib-pdf-font) < 3) +BuildRequires: (php-composer(%{c_vendor}/tc-lib-pdf-font) >= 2.12 with php-composer(%{c_vendor}/tc-lib-pdf-font) < 3) BuildRequires: (php-composer(%{c_vendor}/tc-lib-file) >= 2.5 with php-composer(%{c_vendor}/tc-lib-file) < 3) BuildRequires: (php-composer(%{c_vendor}/tc-lib-pdf-encrypt) >= 2.2 with php-composer(%{c_vendor}/tc-lib-pdf-encrypt) < 3) BuildRequires: (php-composer(%{c_vendor}/tc-lib-unicode-data) >= 2.0 with php-composer(%{c_vendor}/tc-lib-unicode-data) < 3) @@ -58,7 +58,7 @@ BuildRequires: php-fedora-autoloader-devel # "tecnickcom/tc-lib-barcode": "^2.4", # "tecnickcom/tc-lib-color": "^2.5", # "tecnickcom/tc-lib-pdf-image": "^2.2", -# "tecnickcom/tc-lib-pdf-font": "^2.8", +# "tecnickcom/tc-lib-pdf-font": "^2.12", # "tecnickcom/tc-lib-file": "^2.5", # "tecnickcom/tc-lib-pdf-encrypt": "^2.2", # "tecnickcom/tc-lib-unicode-data": "^2.0", @@ -73,7 +73,7 @@ Requires: php-pcre Requires: (php-composer(%{c_vendor}/tc-lib-barcode) >= 2.4 with php-composer(%{c_vendor}/tc-lib-barcode) < 3) Requires: (php-composer(%{c_vendor}/tc-lib-color) >= 2.5 with php-composer(%{c_vendor}/tc-lib-color) < 3) Requires: (php-composer(%{c_vendor}/tc-lib-pdf-image) >= 2.2 with php-composer(%{c_vendor}/tc-lib-pdf-image) < 3) -Requires: (php-composer(%{c_vendor}/tc-lib-pdf-font) >= 2.8 with php-composer(%{c_vendor}/tc-lib-pdf-font) < 3) +Requires: (php-composer(%{c_vendor}/tc-lib-pdf-font) >= 2.12 with php-composer(%{c_vendor}/tc-lib-pdf-font) < 3) Requires: (php-composer(%{c_vendor}/tc-lib-file) >= 2.5 with php-composer(%{c_vendor}/tc-lib-file) < 3) Requires: (php-composer(%{c_vendor}/tc-lib-pdf-encrypt) >= 2.2 with php-composer(%{c_vendor}/tc-lib-pdf-encrypt) < 3) Requires: (php-composer(%{c_vendor}/tc-lib-unicode-data) >= 2.0 with php-composer(%{c_vendor}/tc-lib-unicode-data) < 3) @@ -191,6 +191,7 @@ for cmdarg in php php82 "php83 %{_bindir}/phpunit12" "php84 %{_bindir}/phpunit13 cp phpunit.xml.dist phpunit.xml $1 ${2:-%{phpunit}} --migrate-configuration || : $1 ${2:-%{phpunit}} \ + --filter '^((?!(testSubsetFontPdfHasReaderCompatibleFontObjects)).)*$' \ --no-coverage --stderr || ret=1 fi done @@ -209,6 +210,20 @@ exit $ret %changelog +* Sun May 10 2026 Remi Collet <remi@remirepo.net> - 8.19.1-1 +- update to 8.19.1 +- raise dependency on tc-lib-pdf-font 2.12 + +* Thu May 7 2026 Remi Collet <remi@remirepo.net> - 8.15.1-1 +- update to 8.15.1 + +* Wed May 6 2026 Remi Collet <remi@remirepo.net> - 8.14.0-1 +- update to 8.14.0 + +* Wed May 6 2026 Remi Collet <remi@remirepo.net> - 8.14.0-1 +- update to 8.14.0 +- raise dependency on tc-lib-pdf-font 2.10 + * Wed May 6 2026 Remi Collet <remi@remirepo.net> - 8.13.0-1 - update to 8.13.0 - raise dependency on tc-lib-pdf-font 2.8 |
