diff options
author | Remi Collet <fedora@famillecollet.com> | 2016-02-02 08:05:28 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2016-02-02 08:05:28 +0100 |
commit | 35b8f4d3c5743d607eefbc0e27292171ecff98ee (patch) | |
tree | 57b939b1640049b15e6c73b0835a3b675f767768 | |
parent | 66b2a7368af52a19cf37a8354fc3e3a2fa05e8b2 (diff) |
php-horde-Horde-HashTable: 1.2.4
-rw-r--r-- | php-horde-Horde-HashTable.spec | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/php-horde-Horde-HashTable.spec b/php-horde-Horde-HashTable.spec index 6b346f5..fc8060c 100644 --- a/php-horde-Horde-HashTable.spec +++ b/php-horde-Horde-HashTable.spec @@ -11,7 +11,7 @@ %global pear_channel pear.horde.org Name: php-horde-Horde-HashTable -Version: 1.2.3 +Version: 1.2.4 Release: 1%{?dist} Summary: Horde Hash Table Interface @@ -80,7 +80,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 %clean @@ -107,6 +111,11 @@ fi %changelog +* Tue Feb 02 2016 Remi Collet <remi@fedoraproject.org> - 1.2.4-1 +- Update to 1.2.4 +- PHP 7 compatible version +- run test suite with both PHP 5 and 7 when available + * Wed Mar 04 2015 Remi Collet <remi@fedoraproject.org> - 1.2.3-1 - Update to 1.2.3 |