diff options
author | Remi Collet <remi@remirepo.net> | 2023-11-29 15:05:24 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2023-11-29 15:05:24 +0100 |
commit | d8dda91f5de7890205f78fa7233244b65b610381 (patch) | |
tree | 96c12115275bb666b7ae79bf6482116e49c8c982 /php-tecnickcom-tc-lib-pdf-image.spec | |
parent | 8b7198158cff9d8db85aba7fc1fcdcc3dabb2133 (diff) |
add images in doc as used by tc-lib-pdf examples
fix dependency on tc-lib-pdf-encrypt 2.1
Diffstat (limited to 'php-tecnickcom-tc-lib-pdf-image.spec')
-rw-r--r-- | php-tecnickcom-tc-lib-pdf-image.spec | 5 |
1 files changed, 3 insertions, 2 deletions
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 <remi@remirepo.net> - 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 <remi@remirepo.net> - 2.0.10-1 - update to 2.0.10 |