summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--php-horde-Horde-Icalendar.spec11
1 files changed, 9 insertions, 2 deletions
diff --git a/php-horde-Horde-Icalendar.spec b/php-horde-Horde-Icalendar.spec
index 44c5a8f..c6a57e8 100644
--- a/php-horde-Horde-Icalendar.spec
+++ b/php-horde-Horde-Icalendar.spec
@@ -12,7 +12,7 @@
%global pear_channel pear.horde.org
Name: php-horde-Horde-Icalendar
-Version: 2.1.1
+Version: 2.1.2
Release: 1%{?dist}
Summary: iCalendar API
@@ -102,7 +102,11 @@ done | tee ../%{pear_name}.lang
%check
cd %{pear_name}-%{version}/test/$(echo %{pear_name} | sed -e s:_:/:g)
-phpunit --verbose .
+%{_bindir}/phpunit --verbose .
+
+if which php70; then
+ php70 %{_bindir}/phpunit --verbose .
+fi
%post
@@ -128,6 +132,9 @@ fi
%changelog
+* Wed Nov 18 2015 Remi Collet <remi@fedoraproject.org> - 2.1.2-1
+- Update to 2.1.2
+
* Mon Jul 06 2015 Remi Collet <remi@fedoraproject.org> - 2.1.1-1
- Update to 2.1.1