diff options
author | Remi Collet <remi@remirepo.net> | 2024-04-12 15:34:50 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2024-04-12 15:34:50 +0200 |
commit | 5b18dd9283a45f3648f196883e702d101ee85b5a (patch) | |
tree | e91a81059114d878c81d84b6f0a80cdcc8609b7f | |
parent | c548f34d0163bb07780854b8e40d1762f3ed2f8e (diff) |
update to 2.0.12
-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 |