From d313bf28f096bff0fbd467e86012c763f6025d3e Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 2 Feb 2016 08:41:10 +0100 Subject: php-horde-Horde-Mime: 2.9.3 --- php-horde-Horde-Mime.spec | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/php-horde-Horde-Mime.spec b/php-horde-Horde-Mime.spec index 75fd636..b08c2ea 100644 --- a/php-horde-Horde-Mime.spec +++ b/php-horde-Horde-Mime.spec @@ -19,7 +19,7 @@ %endif Name: php-horde-Horde-Mime -Version: 2.9.2 +Version: 2.9.3 Release: 1%{?dist} Summary: Horde MIME Library @@ -135,7 +135,11 @@ cd %{pear_name}-%{version}/test/$(echo %{pear_name} | sed -e s:_:/:g) rm MdnTest.php %endif -phpunit . +%{_bindir}/phpunit . + +if which php70; then + php70 %{_bindir}/phpunit . +fi %else : bootstrap build with test suite disabled %endif @@ -165,6 +169,11 @@ fi %changelog +* Tue Feb 02 2016 Remi Collet - 2.9.3-1 +- Update to 2.9.3 +- PHP 7 compatible version +- run test suite with both PHP 5 and 7 when available + * Wed Sep 02 2015 Remi Collet - 2.9.2-1 - Update to 2.9.2 -- cgit