From 31ed7fc80050be45b6fadb2e7339b756f85da9ce Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 11 Jul 2016 14:28:57 +0200 Subject: php-tecnickcom-tc-lib-barcode: 1.9.2 --- php-tecnickcom-tc-lib-barcode.spec | 24 +++++++++++++++++++----- 1 file changed, 19 insertions(+), 5 deletions(-) (limited to 'php-tecnickcom-tc-lib-barcode.spec') diff --git a/php-tecnickcom-tc-lib-barcode.spec b/php-tecnickcom-tc-lib-barcode.spec index 5fbcba7..08185d5 100644 --- a/php-tecnickcom-tc-lib-barcode.spec +++ b/php-tecnickcom-tc-lib-barcode.spec @@ -6,7 +6,7 @@ # # Please, preserve the changelog entries # -%global gh_commit 2e574593447df2f935aa1cee1a16724fdcc15c3f +%global gh_commit 220728e5f659b935348442e8d1d3e46fd5f9e178 %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.9.0 +Version: 1.9.2 Release: 1%{?dist} Summary: PHP library to generate linear and bidimensional barcodes @@ -103,11 +103,22 @@ require '%{buildroot}%{php_project}/autoload.php'; require '%{php_project}/../Color/autoload.php'; EOF +# remirepo:11 +run=0 +ret=0 +if which php56; then + php56 %{_bindir}/phpunit || ret=1 + run=1 +fi +if which php71; then + php71 %{_bindir}/phpunit || ret=1 + run=1 +fi +if [ $run -eq 0 ]; then %{_bindir}/phpunit --verbose - -if which php70; then - php70 %{_bindir}/phpunit --verbose +# remirepo:2 fi +exit $ret %else : Test suite disabled %endif @@ -127,6 +138,9 @@ rm -rf %{buildroot} %changelog +* Mon Jul 11 2016 Remi Collet - 1.9.2-1 +- update to 1.9.2 + * Tue Jun 14 2016 Remi Collet - 1.9.0-1 - update to 1.9.0 (no change) -- cgit