diff options
-rw-r--r-- | php-tecnickcom-tc-lib-pdf-graph.spec | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/php-tecnickcom-tc-lib-pdf-graph.spec b/php-tecnickcom-tc-lib-pdf-graph.spec index 0dec069..4002629 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-2022 Remi Collet +# Copyright (c) 2016-2023 Remi Collet # License: CC-BY-SA # http://creativecommons.org/licenses/by-sa/4.0/ # # Please, preserve the changelog entries # -%global gh_commit 736bde3b023e6a980fa49528b077ec611ed17753 +%global gh_commit df29ad8eb874a306858ee17973031d5b1c2755e0 %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.12 +Version: 1.7.3 Release: 1%{?dist} Summary: PHP library containing PDF graphic and geometric methods @@ -127,6 +127,9 @@ exit $ret %changelog +* Mon Jan 2 2023 Remi Collet <remi@remirepo.net> - 1.7.3-1 +- update to 1.7.3 + * Thu Dec 22 2022 Remi Collet <remi@remirepo.net> - 1.5.12-1 - update to 1.5.12 (no change) |