diff options
author | Remi Collet <fedora@famillecollet.com> | 2016-02-01 19:07:51 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2016-02-01 19:07:51 +0100 |
commit | d01cccb7649ef6da0e1b7419c03f2322331df8bc (patch) | |
tree | 9da7e7d4fff943c48a23e03bcfdde2b47865105f | |
parent | 783a0eb9edfdb353d83319c97404aeb38defca35 (diff) |
php-horde-Horde-Autoloader: 2.1.2
-rw-r--r-- | php-horde-Horde-Autoloader.spec | 15 |
1 files changed, 12 insertions, 3 deletions
diff --git a/php-horde-Horde-Autoloader.spec b/php-horde-Horde-Autoloader.spec index 57ea21c..e1a4618 100644 --- a/php-horde-Horde-Autoloader.spec +++ b/php-horde-Horde-Autoloader.spec @@ -18,8 +18,8 @@ %endif Name: php-horde-Horde-Autoloader -Version: 2.1.1 -Release: 3%{?dist} +Version: 2.1.2 +Release: 1%{?dist} Summary: Horde Autoloader Group: Development/Libraries @@ -86,7 +86,11 @@ install -pm 644 %{name}.xml %{buildroot}%{pear_xmldir} %check %if %{with_tests} cd %{pear_name}-%{version}/test/$(echo %{pear_name} | sed -e s:_:/:g) -phpunit . +%{_bindir}/phpunit . + +if which php70; then + php70 %{_bindir}/phpunit . +fi %else : Test disabled, bootstrap build %endif @@ -113,6 +117,11 @@ fi %changelog +* Mon Feb 01 2016 Remi Collet <remi@fedoraproject.org> - 2.1.2-1 +- Update to 2.1.2 +- PHP 7 compatible version +- run test suite with both PHP 5 and 7 when available + * Fri Sep 25 2015 Remi Collet <remi@fedoraproject.org> - 2.1.1-3 - simplify ClassPathMapper patch for Sabre |