diff options
author | Remi Collet <remi@remirepo.net> | 2018-06-25 08:47:20 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2018-06-25 08:47:20 +0200 |
commit | e5f782c3fa8cfbc95e5924d710083929e17ca5a9 (patch) | |
tree | 859d29644a3e1a356428e8814b16e9b07bf41ae2 | |
parent | 9505afa52da5325dd25f906e99aeb35f90483aff (diff) |
v2.4.7 (no change)
-rw-r--r-- | composer.json | 4 | ||||
-rw-r--r-- | php-tecnickcom-tc-lib-pdf-page.spec | 9 |
2 files changed, 8 insertions, 5 deletions
diff --git a/composer.json b/composer.json index 921b1ef..37225dc 100644 --- a/composer.json +++ b/composer.json @@ -21,8 +21,8 @@ "php": ">=5.4", "ext-date": "*", "ext-zlib": "*", - "tecnickcom/tc-lib-color": "^1.12.10", - "tecnickcom/tc-lib-pdf-encrypt": "^1.5.6" + "tecnickcom/tc-lib-color": "^1.12.12", + "tecnickcom/tc-lib-pdf-encrypt": "^1.5.7" }, "require-dev": { "apigen/apigen": "^4.1.2", diff --git a/php-tecnickcom-tc-lib-pdf-page.spec b/php-tecnickcom-tc-lib-pdf-page.spec index 25d8c98..b0347fa 100644 --- a/php-tecnickcom-tc-lib-pdf-page.spec +++ b/php-tecnickcom-tc-lib-pdf-page.spec @@ -6,7 +6,7 @@ # # Please, preserve the changelog entries # -%global gh_commit 2e10110e750386f65f72463b25c27d66981aa59f +%global gh_commit ec043599971d6abe6ba9cd5fbb33fa81e12f8868 %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.4.6 +Version: 2.4.7 Release: 1%{?dist} Summary: PHP library containing PDF page formats and definitions @@ -108,7 +108,7 @@ require '%{php_project}/../../Color/autoload.php'; EOF ret=0 -for cmdarg in "php %{phpunit}" "php56 %{_bindir}/phpunit" "php70 %{_bindir}/phpunit6" php71 php72; do +for cmdarg in "php %{phpunit}" "php56 %{_bindir}/phpunit" "php70 %{_bindir}/phpunit6" php71 php72 php73; do if which $cmdarg; then set $cmdarg $1 ${2:-%{_bindir}/phpunit7} --no-coverage --verbose || ret=1 @@ -129,6 +129,9 @@ exit $ret %changelog +* Mon Jun 25 2018 Remi Collet <remi@remirepo.net> - 2.4.7-1 +- update to 2.4.7 (no change) + * Mon May 14 2018 Remi Collet <remi@remirepo.net> - 2.4.6-1 - update to 2.4.6 (no change) - switch to phpunit7 |