From eb9cfd451efbcfdb64d1aa3e153625b5d8513e18 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 23 Nov 2023 08:44:23 +0100 Subject: update to 2.0.8 --- php-tecnickcom-tc-lib-pdf-graph.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/php-tecnickcom-tc-lib-pdf-graph.spec b/php-tecnickcom-tc-lib-pdf-graph.spec index 7843f9a..26362cb 100644 --- a/php-tecnickcom-tc-lib-pdf-graph.spec +++ b/php-tecnickcom-tc-lib-pdf-graph.spec @@ -6,7 +6,7 @@ # # Please, preserve the changelog entries # -%global gh_commit 2ec42b176701ce2d96153c8537dfb2d8d30b80ea +%global gh_commit c1b9ad0267553dc839ae0d87797e623e7434b735 %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.7 +Version: 2.0.8 Release: 1%{?dist} Summary: PHP library containing PDF graphic and geometric methods @@ -137,6 +137,9 @@ exit $ret %changelog +* Thu Nov 23 2023 Remi Collet - 2.0.8-1 +- update to 2.0.8 + * Wed Nov 22 2023 Remi Collet - 2.0.7-1 - update to 2.0.7 - raise dependency on PHP 8 -- cgit