diff options
author | Remi Collet <fedora@famillecollet.com> | 2016-02-02 13:51:00 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2016-02-02 13:51:00 +0100 |
commit | 1dcae07cbdc6df9713c01021d9f52baa7d621c61 (patch) | |
tree | 398ca0fbb5e530ed1cb51d31578e9ace5df30d17 | |
parent | 8373bb444f54e82bc9165add13d9b8bd7f36741a (diff) |
php-horde-Horde-Xml-Element: 2.0.4
-rw-r--r-- | php-horde-Horde-Xml-Element.spec | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/php-horde-Horde-Xml-Element.spec b/php-horde-Horde-Xml-Element.spec index b3d9e6b..0e28861 100644 --- a/php-horde-Horde-Xml-Element.spec +++ b/php-horde-Horde-Xml-Element.spec @@ -12,7 +12,7 @@ %global pear_channel pear.horde.org Name: php-horde-Horde-Xml-Element -Version: 2.0.3 +Version: 2.0.4 Release: 1%{?dist} Summary: Horde Xml Element object @@ -83,7 +83,11 @@ cd %{pear_name}-%{version}/test/$(echo %{pear_name} | sed -e s:_:/:g) sed -e 's/function testCustomGetterGet/function SKIP_testCustomGetterGet/' \ -i ElementTest.php -phpunit . +%{_bindir}/phpunit . + +if which php70; then + php70 %{_bindir}/phpunit . +fi %clean @@ -112,6 +116,11 @@ fi %changelog +* Tue Feb 02 2016 Remi Collet <remi@fedoraproject.org> - 2.0.4-1 +- Update to 2.0.4 +- 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.3-1 - Update to 2.0.3 - add dependency on Horde_Util |