diff options
Diffstat (limited to 'php-tecnickcom-tc-lib-pdf-font.spec')
-rw-r--r-- | php-tecnickcom-tc-lib-pdf-font.spec | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/php-tecnickcom-tc-lib-pdf-font.spec b/php-tecnickcom-tc-lib-pdf-font.spec index 55fb90f..3e0a761 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 316bdc5bdf820a564be05d7efcb194254f8982c3 +%global gh_commit 55e56421150d15930f81c6469d08819a53ef96c1 %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.6 +Version: 2.6.7 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 with php-composer(%{c_vendor}/tc-lib-file) < 3) +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-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 @@ -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 with php-composer(%{c_vendor}/tc-lib-file) < 3) +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-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,11 @@ exit $ret %changelog +* Mon Apr 28 2025 Remi Collet <remi@remirepo.net> - 2.6.7-1 +- update to 2.6.7 +- raise dependency on tecnickcom/tc-lib-file 2.1.4 + see https://github.com/tecnickcom/tc-lib-pdf-font/pull/10 + * Fri Feb 7 2025 Remi Collet <remi@remirepo.net> - 2.6.6-1 - update to 2.6.6 |