From ec2bd876c24b6c6de5a009104b7770011ae221e5 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 4 Dec 2015 18:23:36 +0100 Subject: php-horde-Horde-Service-Weather: 2.3.1 --- php-horde-Horde-Service-Weather.spec | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'php-horde-Horde-Service-Weather.spec') diff --git a/php-horde-Horde-Service-Weather.spec b/php-horde-Horde-Service-Weather.spec index a9aff5d..db1cecb 100644 --- a/php-horde-Horde-Service-Weather.spec +++ b/php-horde-Horde-Service-Weather.spec @@ -11,7 +11,7 @@ %global pear_channel pear.horde.org Name: php-horde-Horde-Service-Weather -Version: 2.3.0 +Version: 2.3.1 Release: 1%{?dist} Summary: Horde Weather Provider @@ -114,7 +114,11 @@ done | tee ../%{pear_name}.lang %check cd %{pear_name}-%{version}/test/$(echo %{pear_name} | sed -e s:_:/:g) -phpunit . +%{_bindir}/phpunit --verbose . + +if which php70; then + php70 %{_bindir}/phpunit --verbose . +fi %clean @@ -146,6 +150,9 @@ fi %changelog +* Fri Dec 04 2015 Remi Collet - 2.3.1-1 +- Update to 2.3.1 + * Wed Oct 21 2015 Remi Collet - 2.3.0-1 - Update to 2.3.0 -- cgit