From d8dda91f5de7890205f78fa7233244b65b610381 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 29 Nov 2023 15:05:24 +0100 Subject: add images in doc as used by tc-lib-pdf examples fix dependency on tc-lib-pdf-encrypt 2.1 --- php-tecnickcom-tc-lib-pdf-image.spec | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'php-tecnickcom-tc-lib-pdf-image.spec') diff --git a/php-tecnickcom-tc-lib-pdf-image.spec b/php-tecnickcom-tc-lib-pdf-image.spec index 5774089..c71f125 100644 --- a/php-tecnickcom-tc-lib-pdf-image.spec +++ b/php-tecnickcom-tc-lib-pdf-image.spec @@ -65,8 +65,8 @@ Requires: php-%{c_vendor}-tc-lib-file < 3 Requires: php-%{c_vendor}-tc-lib-file >= 2.0 Requires: php-%{c_vendor}-tc-lib-color < 3 Requires: php-%{c_vendor}-tc-lib-color >= 2.0 -Requires: php-%{c_vendor}-tc-lib-pdf-encrypt) < 3 -Requires: php-%{c_vendor}-tc-lib-pdf-encrypt) >= 2.1 +Requires: php-%{c_vendor}-tc-lib-pdf-encrypt < 3 +Requires: php-%{c_vendor}-tc-lib-pdf-encrypt >= 2.1 %endif # From phpcompatinfo report for version 2.0.8 # none @@ -144,6 +144,7 @@ exit $ret %changelog * Wed Nov 29 2023 Remi Collet - 2.0.10-2 - add images in doc as used by tc-lib-pdf examples +- fix dependency on tc-lib-pdf-encrypt 2.1 * Wed Nov 29 2023 Remi Collet - 2.0.10-1 - update to 2.0.10 -- cgit