diff options
| -rw-r--r-- | composer.json | 9 | ||||
| -rw-r--r-- | php-tecnickcom-tc-lib-pdf-filter.spec | 8 |
2 files changed, 16 insertions, 1 deletions
diff --git a/composer.json b/composer.json index 3807201..af7978c 100644 --- a/composer.json +++ b/composer.json @@ -18,6 +18,12 @@ "role": "lead" } ], + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/tecnickcom" + } + ], "require": { "php": ">=8.1", "ext-zlib": "*", @@ -45,6 +51,9 @@ "autoload-dev": { "psr-4": { "Test\\": "test" } }, + "suggest": { + "ext-imagick": "Required for JPXDecode (JPEG 2000) filter support" + }, "support": { "issues": "https://github.com/tecnickcom/tc-lib-pdf-filter/issues", "source": "https://github.com/tecnickcom/tc-lib-pdf-filter" diff --git a/php-tecnickcom-tc-lib-pdf-filter.spec b/php-tecnickcom-tc-lib-pdf-filter.spec index 17169e4..4b19fc1 100644 --- a/php-tecnickcom-tc-lib-pdf-filter.spec +++ b/php-tecnickcom-tc-lib-pdf-filter.spec @@ -19,7 +19,7 @@ Name: php-%{gh_owner}-%{gh_project} Summary: PHP library to decode PDF compression and encryption filters License: LGPL-3.0-or-later -Version: 2.0.51 +Version: 2.1.2 Release: 1%{?dist} %forgemeta @@ -44,6 +44,9 @@ BuildRequires: php-fedora-autoloader-devel Requires: php(language) >= 8.1 Requires: php-pcre Requires: php-zlib +# From composer.json, "suggest": { +Suggests: php-imagick + # From phpcompatinfo report for version 1.3.4 # none Requires: php-composer(fedora/autoloader) @@ -111,6 +114,9 @@ exit $ret %changelog +* Sun May 3 2026 Remi Collet <remi@remirepo.net> - 2.1.2-1 +- update to 2.1.2 + * Wed Apr 29 2026 Remi Collet <remi@remirepo.net> - 2.0.51-1 - update to 2.0.51 (no change) |
