diff options
author | Remi Collet <fedora@famillecollet.com> | 2016-02-02 11:05:08 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2016-02-02 11:05:08 +0100 |
commit | 80ad89bf3fef4c232186bf13687584cc180c540b (patch) | |
tree | 6c5c157f985ca64ed75d02fa9f069697a51a3a9a | |
parent | 4c6744f5610b60d93492e6ac3ab0d3b7c13ad30f (diff) |
php-horde-Horde-Routes 2.0.5
-rw-r--r-- | php-horde-Horde-Routes.spec | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/php-horde-Horde-Routes.spec b/php-horde-Horde-Routes.spec index 200b1ae..5fa3364 100644 --- a/php-horde-Horde-Routes.spec +++ b/php-horde-Horde-Routes.spec @@ -11,7 +11,7 @@ %global pear_channel pear.horde.org Name: php-horde-Horde-Routes -Version: 2.0.4 +Version: 2.0.5 Release: 1%{?dist} Summary: Horde Routes URL mapping system @@ -79,7 +79,11 @@ install -pm 644 %{name}.xml %{buildroot}%{pear_xmldir} %check cd %{pear_name}-%{version}/test/$(echo %{pear_name} | sed -e s:_:/:g) -phpunit . +%{_bindir}/phpunit . + +if which php70; then + php70 %{_bindir}/phpunit . +fi %post @@ -102,6 +106,11 @@ fi %changelog +* Tue Feb 02 2016 Remi Collet <remi@fedoraproject.org> - 2.0.5-1 +- Update to 2.0.5 +- PHP 7 compatible version +- run test suite with both PHP 5 and 7 when available + * Tue Apr 28 2015 Remi Collet <remi@fedoraproject.org> - 2.0.4-1 - Update to 2.0.4 |