diff options
Diffstat (limited to 'php-tecnickcom-tc-lib-pdf-page.spec')
| -rw-r--r-- | php-tecnickcom-tc-lib-pdf-page.spec | 20 |
1 files changed, 15 insertions, 5 deletions
diff --git a/php-tecnickcom-tc-lib-pdf-page.spec b/php-tecnickcom-tc-lib-pdf-page.spec index 74ddc03..5a5365c 100644 --- a/php-tecnickcom-tc-lib-pdf-page.spec +++ b/php-tecnickcom-tc-lib-pdf-page.spec @@ -6,7 +6,7 @@ # # Please, preserve the changelog entries # -%global gh_commit b9ca0b1e15b08d63137e94c2f65191461383b5fb +%global gh_commit e0fa8bd5cc28d1c5b026a15ff036f118a0bbbc72 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global c_vendor tecnickcom %global gh_owner tecnickcom @@ -15,7 +15,7 @@ %global with_tests 0%{!?_without_tests:1} Name: php-%{gh_owner}-%{gh_project} -Version: 4.2.18 +Version: 4.3.3 Release: 1%{?dist} Summary: PHP library containing PDF page formats and definitions @@ -29,7 +29,7 @@ BuildArch: noarch %global phpunit %{_bindir}/phpunit10 BuildRequires: phpunit10 >= 10.5.58 BuildRequires: php(language) >= 8.1 -BuildRequires: (php-composer(%{c_vendor}/tc-lib-color) >= 2.2 with php-composer(%{c_vendor}/tc-lib-color) < 3) +BuildRequires: (php-composer(%{c_vendor}/tc-lib-color) >= 2.3 with php-composer(%{c_vendor}/tc-lib-color) < 3) BuildRequires: (php-composer(%{c_vendor}/tc-lib-pdf-encrypt) >= 2.1 with php-composer(%{c_vendor}/tc-lib-pdf-encrypt) < 3) BuildRequires: php-date BuildRequires: php-zlib @@ -40,12 +40,12 @@ BuildRequires: php-fedora-autoloader-devel # "php": ">=8.1" # "ext-date": "*", # "ext-zlib": "*", -# "tecnickcom/tc-lib-color": "^2.2" +# "tecnickcom/tc-lib-color": "^2.3" # "tecnickcom/tc-lib-pdf-encrypt": "^2.0", Requires: php(language) >= 8.1 Requires: php-date Requires: php-zlib -Requires: (php-composer(%{c_vendor}/tc-lib-color) >= 2.2 with php-composer(%{c_vendor}/tc-lib-color) < 3) +Requires: (php-composer(%{c_vendor}/tc-lib-color) >= 2.3 with php-composer(%{c_vendor}/tc-lib-color) < 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.1 # None @@ -117,6 +117,16 @@ exit $ret %changelog +* Thu Dec 11 2025 Remi Collet <remi@remirepo.net> - 4.3.3-1 +- update to 4.3.3 + +* Thu Dec 11 2025 Remi Collet <remi@remirepo.net> - 4.3.2-1 +- update to 4.3.2 + +* Tue Dec 9 2025 Remi Collet <remi@remirepo.net> - 4.2.19-1 +- update to 4.2.19 (no change) +- raise dependency on tc-lib-color 2.2 + * Fri Dec 5 2025 Remi Collet <remi@remirepo.net> - 4.2.18-1 - update to 4.2.18 |
