From c90765f339a3f2bdb952ba42f6be9229e324a17a Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 8 Feb 2021 06:41:19 +0100 Subject: update to 1.5.3 (no change) --- 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 f78c8cb..e3d6497 100644 --- a/php-tecnickcom-tc-lib-pdf-graph.spec +++ b/php-tecnickcom-tc-lib-pdf-graph.spec @@ -1,12 +1,12 @@ # remirepo/fedora spec file for php-tecnickcom-tc-lib-pdf-graph # -# Copyright (c) 2016-2020 Remi Collet +# Copyright (c) 2016-2021 Remi Collet # License: CC-BY-SA # http://creativecommons.org/licenses/by-sa/4.0/ # # Please, preserve the changelog entries # -%global gh_commit 441f24caf8d06171a54b92f05430fc68abe317a7 +%global gh_commit 93fe2cec0737314c55bec1c6ac1bab644384d575 %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: 1.5.0 +Version: 1.5.3 Release: 1%{?dist} Summary: PHP library containing PDF graphic and geometric methods @@ -132,6 +132,9 @@ exit $ret %changelog +* Mon Feb 8 2021 Remi Collet - 1.5.3-1 +- update to 1.5.3 (no change) + * Mon Dec 21 2020 Remi Collet - 1.5.0-1 - update to 1.5.0 - switch to classmap autoloader -- cgit