From 33dfd26c0176652f1bc14282e8a1fd3718f6e88e Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 2 Feb 2016 14:01:51 +0100 Subject: Kronolith 4.2.12 --- php-horde-kronolith.spec | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/php-horde-kronolith.spec b/php-horde-kronolith.spec index 4c5277d..fdad13b 100644 --- a/php-horde-kronolith.spec +++ b/php-horde-kronolith.spec @@ -11,7 +11,7 @@ %global pear_channel pear.horde.org Name: php-horde-kronolith -Version: 4.2.11 +Version: 4.2.12 Release: 1%{?dist} Summary: A web based calendar @@ -143,7 +143,7 @@ which handles arbitrary numbers of overlapping events. %setup -q -c cat < + Deny from all @@ -212,7 +212,11 @@ cd %{pear_name}-%{version}/test/Kronolith rm Integration/ToIcalendarTest.php rm Integration/FromIcalendarTest.php -phpunit . +%{_bindir}/phpunit . + +if which php70; then + php70 %{_bindir}/phpunit . +fi %post @@ -258,6 +262,10 @@ fi %changelog +* Tue Feb 02 2016 Remi Collet - 4.2.12-1 +- Update to 4.2.12 +- run test suite with both PHP 5 and 7 when available + * Thu Oct 22 2015 Remi Collet - 4.2.11-1 - Update to 4.2.11 -- cgit