diff options
Diffstat (limited to 'php-tecnickcom-tc-lib-pdf-font.spec')
-rw-r--r-- | php-tecnickcom-tc-lib-pdf-font.spec | 16 |
1 files changed, 10 insertions, 6 deletions
diff --git a/php-tecnickcom-tc-lib-pdf-font.spec b/php-tecnickcom-tc-lib-pdf-font.spec index 3d5e69f..3aae2f3 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 b13ed8ac002b34454f1a62223168612fb9adc83c +%global gh_commit b67b979d2fb16b6f6b26dbb0641d86b78cc5a746 %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.4 +Version: 2.6.5 Release: 1%{?dist} Summary: PHP library containing PDF page formats and definitions @@ -32,8 +32,8 @@ BuildArch: noarch %if %{with_tests} # For tests %global phpunit %{_bindir}/phpunit10 -BuildRequires: phpunit10 >= 10.1.2 -BuildRequires: php(language) >= 8.0 +BuildRequires: phpunit10 >= 10.5.40 +BuildRequires: php(language) >= 8.1 BuildRequires: php-json BuildRequires: php-pcre BuildRequires: php-spl @@ -45,14 +45,14 @@ BuildRequires: (php-composer(%{c_vendor}/tc-lib-pdf-encrypt) >= 2.1 with ph BuildRequires: php-fedora-autoloader-devel # From composer.json, "require": { -# "php": ">=8.0", +# "php": ">=8.1", # "ext-json": "*", # "ext-pcre": "*", # "ext-zlib": "*", # "tecnickcom/tc-lib-file": "^2.1", # "tecnickcom/tc-lib-unicode-data": "^2.0", # "tecnickcom/tc-lib-pdf-encrypt": "^2.1" -Requires: php(language) >= 8.0 +Requires: php(language) >= 8.1 Requires: php-json Requires: php-pcre Requires: php-spl @@ -143,6 +143,10 @@ exit $ret %changelog +* Fri Dec 27 2024 Remi Collet <remi@remirepo.net> - 2.6.5-1 +- update to 2.6.5 +- raise dependency on PHP 8.1 + * Mon Dec 23 2024 Remi Collet <remi@remirepo.net> - 2.6.4-1 - update to 2.6.4 - raise dependency on tecnickcom/tc-lib-file 2.1 |