From 48262cddcc6b35e9e74e5d34a20fef057d605ffe Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 12 Apr 2024 15:31:24 +0200 Subject: update to 2.0.12 --- php-tecnickcom-tc-lib-pdf-graph.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/php-tecnickcom-tc-lib-pdf-graph.spec b/php-tecnickcom-tc-lib-pdf-graph.spec index 4b37672..c822a7c 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 70968346fa9ce2838360bbffc36a7ffa59e1d234 +%global gh_commit 8727f40f95f03c550d90ae740bb420b2ae3682c4 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global c_vendor tecnickcom %global gh_owner tecnickcom @@ -15,8 +15,8 @@ %global with_tests 0%{!?_without_tests:1} Name: php-%{gh_owner}-%{gh_project} -Version: 2.0.11 -Release: 2%{?dist} +Version: 2.0.12 +Release: 1%{?dist} Summary: PHP library containing PDF graphic and geometric methods License: LGPL-3.0-or-later @@ -129,6 +129,9 @@ exit $ret %changelog +* Fri Apr 12 2024 Remi Collet - 2.0.12-1 +- update to 2.0.12 + * Wed Nov 29 2023 Remi Collet - 2.0.11-2 - raise dependency on tc-lib-pdf-encrypt 2.1 -- cgit