From b4302550f1ff7f22e5e517662862f584fb1fbb49 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sun, 12 Feb 2017 16:58:40 +0100 Subject: php-tecnickcom-tc-lib-pdf-parser: 2.3.5 --- php-tecnickcom-tc-lib-pdf-parser.spec | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) (limited to 'php-tecnickcom-tc-lib-pdf-parser.spec') diff --git a/php-tecnickcom-tc-lib-pdf-parser.spec b/php-tecnickcom-tc-lib-pdf-parser.spec index 7493e2d..9f80e36 100644 --- a/php-tecnickcom-tc-lib-pdf-parser.spec +++ b/php-tecnickcom-tc-lib-pdf-parser.spec @@ -6,7 +6,7 @@ # # Please, preserve the changelog entries # -%global gh_commit 5ab2f3207c623c191ac6d2acebde7e6701e0b526 +%global gh_commit e841cb6be3747ad27cd7c4523b96787abfc390a7 %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.3.4 +Version: 2.3.5 Release: 1%{?dist} Summary: PHP library to parse PDF documents @@ -93,11 +93,16 @@ require '%{php_project}/../Filter/autoload.php'; EOF ret=0 -for cmd in php56 php70 php71 php; do +for cmd in php56 php; do if which $cmd; then $cmd %{_bindir}/phpunit --verbose || ret=1 fi done +for cmd in php70 php71; do + if which $cmd; then + $cmd %{_bindir}/phpunit6 --verbose || ret=1 + fi +done exit $ret %else : Test suite disabled @@ -118,8 +123,8 @@ rm -rf %{buildroot} %changelog -* Mon Feb 6 2017 Remi Collet - 2.3.4-1 -- update to 2.3.4 (no change) +* Sun Feb 12 2017 Remi Collet - 2.3.5-1 +- update to 2.3.5 (no change) * Fri Sep 2 2016 Remi Collet - 2.3.3-1 - update to 2.3.3 (no change) -- cgit