diff options
author | Remi Collet <fedora@famillecollet.com> | 2015-11-18 08:36:58 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2015-11-18 08:36:58 +0100 |
commit | 9fc3eaeb786852fcbcdb58ca8e87f85856f217e6 (patch) | |
tree | 288d9239dd5ce530f65e226f2e010df8e4a365b9 | |
parent | 416409b3d0cab6d1b00753c843456a41783865fd (diff) |
php-horde-Horde-Icalendar: 2.1.2
-rw-r--r-- | php-horde-Horde-Icalendar.spec | 11 |
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 |