diff options
author | Remi Collet <remi@remirepo.net> | 2023-10-12 08:31:55 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2023-10-12 08:31:55 +0200 |
commit | 9e19ae6aeef020289b5109088a77cf5897c6480a (patch) | |
tree | c6b110dc9f4be77be4a63f4aad3f13cdfe37fd60 | |
parent | 298b46261a65b514024d67ba8d4130171d48dd9d (diff) |
update to 3.2.9
-rw-r--r-- | php-tecnickcom-tc-lib-pdf-page.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/php-tecnickcom-tc-lib-pdf-page.spec b/php-tecnickcom-tc-lib-pdf-page.spec index 8d163a8..3ba61cb 100644 --- a/php-tecnickcom-tc-lib-pdf-page.spec +++ b/php-tecnickcom-tc-lib-pdf-page.spec @@ -6,7 +6,7 @@ # # Please, preserve the changelog entries # -%global gh_commit c7274f4e4d20cb6ef1625b2b62ebb01af9b3a986 +%global gh_commit 73d938526784fdbc6b61d3d62d61e825ff5f4006 %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: 3.2.4 +Version: 3.2.9 Release: 1%{?dist} Summary: PHP library containing PDF page formats and definitions @@ -131,6 +131,9 @@ exit $ret %changelog +* Thu Oct 12 2023 Remi Collet <remi@remirepo.net> - 3.2.9-1 +- update to 3.2.9 + * Tue Oct 10 2023 Remi Collet <remi@remirepo.net> - 3.2.4-1 - update to 3.2.4 |