diff options
| author | Remi Collet <remi@remirepo.net> | 2023-11-30 08:09:05 +0100 | 
|---|---|---|
| committer | Remi Collet <remi@php.net> | 2023-11-30 08:09:05 +0100 | 
| commit | c548f34d0163bb07780854b8e40d1762f3ed2f8e (patch) | |
| tree | 2b4528fb5338e4cd51756e0306e3875c594923aa | |
| parent | d8dda91f5de7890205f78fa7233244b65b610381 (diff) | |
update to 2.0.11
| -rw-r--r-- | php-tecnickcom-tc-lib-pdf-image.spec | 9 | 
1 files changed, 6 insertions, 3 deletions
diff --git a/php-tecnickcom-tc-lib-pdf-image.spec b/php-tecnickcom-tc-lib-pdf-image.spec index c71f125..d22b241 100644 --- a/php-tecnickcom-tc-lib-pdf-image.spec +++ b/php-tecnickcom-tc-lib-pdf-image.spec @@ -6,7 +6,7 @@  #  # Please, preserve the changelog entries  # -%global gh_commit    b532f935ee8eac08b6f94606e105c7e7c5745477 +%global gh_commit    df75ca4239e44e6c05d57b9103b39e1f77fbb0f9  %global gh_short     %(c=%{gh_commit}; echo ${c:0:7})  %global c_vendor     tecnickcom  %global gh_owner     tecnickcom @@ -15,8 +15,8 @@  %global with_tests   0%{!?_without_tests:1}  Name:           php-%{gh_owner}-%{gh_project} -Version:        2.0.10 -Release:        2%{?dist} +Version:        2.0.11 +Release:        1%{?dist}  Summary:        PHP library containing PDF Image methods  License:        LGPL-3.0-or-later @@ -142,6 +142,9 @@ exit $ret  %changelog +* Thu Nov 30 2023 Remi Collet <remi@remirepo.net> - 2.0.11-1 +- update to 2.0.11 +  * 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  | 
