summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2016-03-09 07:59:14 +0100
committerRemi Collet <fedora@famillecollet.com>2016-03-09 07:59:14 +0100
commit4ebbd129577285398b6378e31da362c53d382dbb (patch)
tree14d17b3da3f839dc1319b021d9339cdd9ac4a5e4
parent602f385a72f1d583a7a502eac9fbd5f87a6fd2ba (diff)
php-horde-Horde-Mail-Autoconfig: 1.0.3
-rw-r--r--php-horde-Horde-Mail-Autoconfig.spec14
1 files changed, 10 insertions, 4 deletions
diff --git a/php-horde-Horde-Mail-Autoconfig.spec b/php-horde-Horde-Mail-Autoconfig.spec
index 7f14f5a..3759dcc 100644
--- a/php-horde-Horde-Mail-Autoconfig.spec
+++ b/php-horde-Horde-Mail-Autoconfig.spec
@@ -12,7 +12,7 @@
%global with_tests %{?_without_tests:0}%{!?_without_tests:1}
Name: php-horde-Horde-Mail-Autoconfig
-Version: 1.0.2
+Version: 1.0.3
Release: 1%{?dist}
Summary: Horde Mail Autoconfiguration
@@ -87,10 +87,11 @@ install -pm 644 %{name}.xml %{buildroot}%{pear_xmldir}
%if %{with_tests}
cd %{pear_name}-%{version}/test/$(echo %{pear_name} | sed -e s:_:/:g)
-# ignore this broken test for now
-rm AutoconfigTest.php
+%{_bindir}/phpunit .
-phpunit .
+if which php70; then
+ php70 %{_bindir}/phpunit .
+fi
%else
: Test disabled, missing '--with tests' option.
%endif
@@ -121,6 +122,11 @@ fi
%changelog
+* Wed Mar 09 2016 Remi Collet <remi@fedoraproject.org> - 1.0.3-1
+- Update to 1.0.3 (no change)
+- PHP 7 compatible version
+- run test suite with both PHP 5 and 7 when available
+
* Fri Jan 09 2015 Remi Collet <remi@fedoraproject.org> - 1.0.2-1
- Update to 1.0.2
- add provides php-composer(horde/horde-mail-autoconfig)