diff options
| author | Remi Collet <remi@remirepo.net> | 2025-12-09 10:05:54 +0100 |
|---|---|---|
| committer | Remi Collet <remi@php.net> | 2025-12-09 10:05:54 +0100 |
| commit | 23b221b74e783d2c0248df52895982b0f79c5d89 (patch) | |
| tree | 55b24ad6f19dc9b6420352b5a6b5ba943c1473aa | |
| parent | 2990e6bb86c96cb448a83447e73fd8c383e01eb0 (diff) | |
raise dependency on tc-lib-color 2.2
| -rw-r--r-- | composer.json | 2 | ||||
| -rw-r--r-- | php-tecnickcom-tc-lib-pdf-page.spec | 14 |
2 files changed, 10 insertions, 6 deletions
diff --git a/composer.json b/composer.json index d6bb58b..3692c9b 100644 --- a/composer.json +++ b/composer.json @@ -21,7 +21,7 @@ "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.1" }, "require-dev": { diff --git a/php-tecnickcom-tc-lib-pdf-page.spec b/php-tecnickcom-tc-lib-pdf-page.spec index 74ddc03..38a2433 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 9899c5b1a7e74e9e8800d0e831c6f462930afc05 %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.2.19 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,10 @@ exit $ret %changelog +* 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 |
