From 298b46261a65b514024d67ba8d4130171d48dd9d Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 10 Oct 2023 15:44:01 +0200 Subject: update to 3.2.4 --- php-tecnickcom-tc-lib-pdf-page.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/php-tecnickcom-tc-lib-pdf-page.spec b/php-tecnickcom-tc-lib-pdf-page.spec index 6a96093..8d163a8 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 a8b0cfcf98801e2643be35e703445d4ff1900adf +%global gh_commit c7274f4e4d20cb6ef1625b2b62ebb01af9b3a986 %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.1 +Version: 3.2.4 Release: 1%{?dist} Summary: PHP library containing PDF page formats and definitions @@ -131,6 +131,9 @@ exit $ret %changelog +* Tue Oct 10 2023 Remi Collet - 3.2.4-1 +- update to 3.2.4 + * Tue Oct 10 2023 Remi Collet - 3.2.1-1 - update to 3.2.1 -- cgit