From 2831f3e3dd3fe76e38dcd912bfbb975b580752bd Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 25 Jun 2018 08:45:56 +0200 Subject: v1.4.8 (no change) --- php-tecnickcom-tc-lib-pdf-graph.spec | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) (limited to 'php-tecnickcom-tc-lib-pdf-graph.spec') diff --git a/php-tecnickcom-tc-lib-pdf-graph.spec b/php-tecnickcom-tc-lib-pdf-graph.spec index dcd8939..090ad43 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 0d50fea95597b0fabd459888849149bfffaf9bbb +%global gh_commit 9b649b1c402ad679bd9a61be4eaf67aa0f0c8479 %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.7 +Version: 1.4.8 Release: 1%{?dist} Summary: PHP library containing PDF graphic and geometric methods @@ -38,8 +38,8 @@ BuildRequires: php(language) >= 5.4 BuildRequires: (php-composer(%{c_vendor}/tc-lib-color) >= 1.12.1 with php-composer(%{c_vendor}/tc-lib-color) < 2) BuildRequires: (php-composer(%{c_vendor}/tc-lib-pdf-encrypt) >= 1.5.2 with php-composer(%{c_vendor}/tc-lib-pdf-encrypt) < 2) %else -BuildRequires: php-composer(%{c_vendor}/tc-lib-color) < 2 -BuildRequires: php-composer(%{c_vendor}/tc-lib-color) >= 1.12.1 +BuildRequires: php-composer(%{c_vendor}/tc-lib-color) < 2 +BuildRequires: php-composer(%{c_vendor}/tc-lib-color) >= 1.12.1 BuildRequires: php-composer(%{c_vendor}/tc-lib-pdf-encrypt) < 2 BuildRequires: php-composer(%{c_vendor}/tc-lib-pdf-encrypt) >= 1.5.2 %endif @@ -104,7 +104,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 @@ -126,6 +126,9 @@ exit $ret %changelog +* Mon Jun 25 2018 Remi Collet - 1.4.8-1 +- update to 1.4.8 (no change) + * Mon May 14 2018 Remi Collet - 1.4.7-1 - update to 1.4.7 (no change) - switch to phpunit7 -- cgit