diff options
author | Remi Collet <fedora@famillecollet.com> | 2015-12-04 18:23:36 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2015-12-04 18:23:36 +0100 |
commit | ec2bd876c24b6c6de5a009104b7770011ae221e5 (patch) | |
tree | eed5aed07a6ddf452e53990cdbacf4843ffe9865 | |
parent | 3f0718f857a4797387f570bd1448c53d01a805c9 (diff) |
php-horde-Horde-Service-Weather: 2.3.1
-rw-r--r-- | php-horde-Horde-Service-Weather.spec | 11 |
1 files changed, 9 insertions, 2 deletions
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 <remi@fedoraproject.org> - 2.3.1-1 +- Update to 2.3.1 + * Wed Oct 21 2015 Remi Collet <remi@fedoraproject.org> - 2.3.0-1 - Update to 2.3.0 |