diff options
-rw-r--r-- | composer.json | 4 | ||||
-rw-r--r-- | php-tecnickcom-tc-lib-pdf-graph.spec | 9 |
2 files changed, 8 insertions, 5 deletions
diff --git a/composer.json b/composer.json index 4a1fc82..0cf4ba8 100644 --- a/composer.json +++ b/composer.json @@ -21,8 +21,8 @@ "require": { "php": ">=5.4", "ext-zlib": "*", - "tecnickcom/tc-lib-color": "^1.12.13", - "tecnickcom/tc-lib-pdf-encrypt": "^1.5.8" + "tecnickcom/tc-lib-color": "^1.12.15", + "tecnickcom/tc-lib-pdf-encrypt": "^1.5.10" }, "require-dev": { "apigen/apigen": "^4.1.2", diff --git a/php-tecnickcom-tc-lib-pdf-graph.spec b/php-tecnickcom-tc-lib-pdf-graph.spec index c956430..7319f77 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-2019 Remi Collet +# Copyright (c) 2016-2020 Remi Collet # License: CC-BY-SA # http://creativecommons.org/licenses/by-sa/4.0/ # # Please, preserve the changelog entries # -%global gh_commit db243a7c5449ed7ecb94d082ec90aa3aecdd4586 +%global gh_commit cf86c3a6298f832f340fb7db1a22b67bb0c5d5c8 %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.4.9 +Version: 1.4.11 Release: 1%{?dist} Summary: PHP library containing PDF graphic and geometric methods @@ -125,6 +125,9 @@ exit $ret %changelog +* Fri Jan 3 2020 Remi Collet <remi@remirepo.net> - 1.4.11-1 +- update to 1.4.11 (no change) + * Fri Sep 20 2019 Remi Collet <remi@remirepo.net> - 1.4.9-1 - update to 1.4.9 |