From 4faeb34210903861416e753b3280cfb947cc670f Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 27 May 2019 12:11:25 +0200 Subject: v4.2.25 --- php-horde-turba.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/php-horde-turba.spec b/php-horde-turba.spec index 4c041be..01a3bd0 100644 --- a/php-horde-turba.spec +++ b/php-horde-turba.spec @@ -11,7 +11,7 @@ %global pear_channel pear.horde.org Name: php-horde-turba -Version: 4.2.24 +Version: 4.2.25 Release: 1%{?dist} Summary: A web based address book @@ -218,7 +218,7 @@ sed -e 's/function testDuplicateDetectionFromAsWithNoEmail/function SKIP_testDup -i Unit/Driver/Base.php ret=0 -for cmd in php php71 php72 php73; do +for cmd in php php71 php72 php73 php74; do if which $cmd; then $cmd %{_bindir}/phpunit --bootstrap bootstrap.php --verbose . || ret=1 fi @@ -267,6 +267,9 @@ fi %changelog +* Mon May 27 2019 Remi Collet - 4.2.25-1 +- update to 4.2.25 + * Tue Apr 23 2019 Remi Collet - 4.2.24-1 - update to 4.2.24 - use range dependencies -- cgit