From d8569f502ca85ac41ee8ce44178c01878d15bc3b Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 2 Feb 2016 07:46:16 +0100 Subject: php-horde-Horde-Crypt-Blowfish: 1.1.1 --- php-horde-Horde-Crypt-Blowfish.spec | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/php-horde-Horde-Crypt-Blowfish.spec b/php-horde-Horde-Crypt-Blowfish.spec index 5db05ad..72cfc05 100644 --- a/php-horde-Horde-Crypt-Blowfish.spec +++ b/php-horde-Horde-Crypt-Blowfish.spec @@ -11,7 +11,7 @@ %global pear_channel pear.horde.org Name: php-horde-Horde-Crypt-Blowfish -Version: 1.1.0 +Version: 1.1.1 Release: 1%{?dist} Summary: Blowfish Encryption Library @@ -79,7 +79,11 @@ cd %{pear_name}-%{version}/test/$(echo %{pear_name} | sed -e s:_:/:g) %if 0%{?rhel} == 5 phpunit . || exit 0 %else -phpunit . +%{_bindir}/phpunit . + +if which php70; then + php70 %{_bindir}/phpunit . +fi %endif @@ -106,6 +110,11 @@ fi %changelog +* Tue Feb 02 2016 Remi Collet - 1.1.1-1 +- Update to 1.1.1 +- PHP 7 compatible version +- run test suite with both PHP 5 and 7 when available + * Fri May 22 2015 Remi Collet - 1.1.0-1 - Update to 1.1.0 -- cgit