diff options
| author | Remi Collet <remi@remirepo.net> | 2023-11-29 14:48:05 +0100 | 
|---|---|---|
| committer | Remi Collet <remi@php.net> | 2023-11-29 14:48:05 +0100 | 
| commit | 8b7198158cff9d8db85aba7fc1fcdcc3dabb2133 (patch) | |
| tree | 0fd740690a82b22700b7a83633e49d63190598d9 | |
| parent | 59a14f1e3a4254a03a9a01fc655497d28c6b94e8 (diff) | |
add images in doc as used by tc-lib-pdf examples
| -rw-r--r-- | php-tecnickcom-tc-lib-pdf-image.spec | 6 | 
1 files changed, 5 insertions, 1 deletions
diff --git a/php-tecnickcom-tc-lib-pdf-image.spec b/php-tecnickcom-tc-lib-pdf-image.spec index 68b4f0b..5774089 100644 --- a/php-tecnickcom-tc-lib-pdf-image.spec +++ b/php-tecnickcom-tc-lib-pdf-image.spec @@ -16,7 +16,7 @@  Name:           php-%{gh_owner}-%{gh_project}  Version:        2.0.10 -Release:        1%{?dist} +Release:        2%{?dist}  Summary:        PHP library containing PDF Image methods  License:        LGPL-3.0-or-later @@ -137,10 +137,14 @@ exit $ret  %license LICENSE  %doc composer.json  %doc *.md +%doc test/images  %{php_project}  %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 +  * Wed Nov 29 2023 Remi Collet <remi@remirepo.net> - 2.0.10-1  - update to 2.0.10  - raise dependency on tc-lib-pdf-encrypt 2.1  | 
