diff options
author | Remi Collet <remi@remirepo.net> | 2025-05-31 07:59:56 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2025-05-31 07:59:56 +0200 |
commit | ef22c38623e730ab518108840a0b6c1f48f63214 (patch) | |
tree | b59191b0f9994e5ee38a2c2b6bd54b79bcdd2a05 | |
parent | 907dcbaf6f4b29f62ad0802110bb9466170856a0 (diff) |
raise dependency on tecnickcom/tc-lib-file 2.2
-rw-r--r-- | composer.json | 2 | ||||
-rw-r--r-- | php-tecnickcom-tc-lib-pdf-font.spec | 14 |
2 files changed, 10 insertions, 6 deletions
diff --git a/composer.json b/composer.json index 78b8a77..2c2c679 100644 --- a/composer.json +++ b/composer.json @@ -25,7 +25,7 @@ "ext-json": "*", "ext-pcre": "*", "ext-zlib": "*", - "tecnickcom/tc-lib-file": "^2.1", + "tecnickcom/tc-lib-file": "^2.2", "tecnickcom/tc-lib-unicode-data": "^2.0", "tecnickcom/tc-lib-pdf-encrypt": "^2.1" }, diff --git a/php-tecnickcom-tc-lib-pdf-font.spec b/php-tecnickcom-tc-lib-pdf-font.spec index f0ef568..03b88a1 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 8afa49cd08b622deeacc93331038b069d0ea28dc +%global gh_commit 787bd9de2947a889404f43ca8d3795eb983ee09c %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.9 +Version: 2.6.10 Release: 1%{?dist} Summary: PHP library containing PDF page formats and definitions @@ -38,7 +38,7 @@ BuildRequires: php-json BuildRequires: php-pcre BuildRequires: php-spl BuildRequires: php-zlib -BuildRequires: (php-composer(%{c_vendor}/tc-lib-file) >= 2.1.4 with php-composer(%{c_vendor}/tc-lib-file) < 3) +BuildRequires: (php-composer(%{c_vendor}/tc-lib-file) >= 2.2 with php-composer(%{c_vendor}/tc-lib-file) < 3) BuildRequires: (php-composer(%{c_vendor}/tc-lib-unicode-data) >= 2.0 with php-composer(%{c_vendor}/tc-lib-unicode-data) < 3) BuildRequires: (php-composer(%{c_vendor}/tc-lib-pdf-encrypt) >= 2.1 with php-composer(%{c_vendor}/tc-lib-pdf-encrypt) < 3) %endif @@ -49,7 +49,7 @@ BuildRequires: php-fedora-autoloader-devel # "ext-json": "*", # "ext-pcre": "*", # "ext-zlib": "*", -# "tecnickcom/tc-lib-file": "^2.1", +# "tecnickcom/tc-lib-file": "^2.2", # "tecnickcom/tc-lib-unicode-data": "^2.0", # "tecnickcom/tc-lib-pdf-encrypt": "^2.1" Requires: php(language) >= 8.1 @@ -57,7 +57,7 @@ Requires: php-json Requires: php-pcre Requires: php-spl Requires: php-zlib -Requires: (php-composer(%{c_vendor}/tc-lib-file) >= 2.1.4 with php-composer(%{c_vendor}/tc-lib-file) < 3) +Requires: (php-composer(%{c_vendor}/tc-lib-file) >= 2.2 with php-composer(%{c_vendor}/tc-lib-file) < 3) Requires: (php-composer(%{c_vendor}/tc-lib-unicode-data) >= 2.0 with php-composer(%{c_vendor}/tc-lib-unicode-data) < 3) Requires: (php-composer(%{c_vendor}/tc-lib-pdf-encrypt) >= 2.1 with php-composer(%{c_vendor}/tc-lib-pdf-encrypt) < 3) # From phpcompatinfo report for version 2.0.8 @@ -143,6 +143,10 @@ exit $ret %changelog +* 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 + * Wed May 14 2025 Remi Collet <remi@remirepo.net> - 2.6.9-1 - update to 2.6.9 (no change) |