diff options
author | Remi Collet <remi@remirepo.net> | 2023-11-29 13:38:18 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2023-11-29 13:38:18 +0100 |
commit | 2d35a49d444a269f9a89abf01882200438bb74d6 (patch) | |
tree | 765b14e81af13435bcf31c6b10af233a5aceeb07 /php-tecnickcom-tc-lib-pdf-graph.spec | |
parent | f37175b1cbf905918c7b98257b8a44a224454b42 (diff) |
update to 2.0.11 (no change)
Diffstat (limited to 'php-tecnickcom-tc-lib-pdf-graph.spec')
-rw-r--r-- | php-tecnickcom-tc-lib-pdf-graph.spec | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/php-tecnickcom-tc-lib-pdf-graph.spec b/php-tecnickcom-tc-lib-pdf-graph.spec index 2f33673..91a9cf5 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 82ad3af5b08c7552a157f194d41f83e6c514fe41 +%global gh_commit 70968346fa9ce2838360bbffc36a7ffa59e1d234 %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.9 +Version: 2.0.11 Release: 1%{?dist} Summary: PHP library containing PDF graphic and geometric methods @@ -125,11 +125,13 @@ exit $ret %license LICENSE %doc composer.json %doc *.md -%dir %{_datadir}/php/Com/Tecnick/Pdf %{php_project} %changelog +* Wed Nov 29 2023 Remi Collet <remi@remirepo.net> - 2.0.11-1 +- update to 2.0.11 (no change) + * Tue Nov 28 2023 Remi Collet <remi@remirepo.net> - 2.0.9-1 - update to 2.0.9 (no change) |