diff options
| -rw-r--r-- | php-tecnickcom-tc-lib-pdf-image.spec | 7 | 
1 files changed, 5 insertions, 2 deletions
diff --git a/php-tecnickcom-tc-lib-pdf-image.spec b/php-tecnickcom-tc-lib-pdf-image.spec index d22b241..7b78817 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    df75ca4239e44e6c05d57b9103b39e1f77fbb0f9 +%global gh_commit    dae84ed9ecc0c90c815f9db0a66facbb2ef2c81c  %global gh_short     %(c=%{gh_commit}; echo ${c:0:7})  %global c_vendor     tecnickcom  %global gh_owner     tecnickcom @@ -15,7 +15,7 @@  %global with_tests   0%{!?_without_tests:1}  Name:           php-%{gh_owner}-%{gh_project} -Version:        2.0.11 +Version:        2.0.12  Release:        1%{?dist}  Summary:        PHP library containing PDF Image methods @@ -142,6 +142,9 @@ exit $ret  %changelog +* Fri Apr 12 2024 Remi Collet <remi@remirepo.net> - 2.0.12-1 +- update to 2.0.12 +  * Thu Nov 30 2023 Remi Collet <remi@remirepo.net> - 2.0.11-1  - update to 2.0.11  | 
