From e0e34cfe9345e57a2661e6e5a3ac1c4b3a74768d Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 5 Jul 2018 07:16:57 +0200 Subject: v4.2.22 --- php-horde-turba.spec | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/php-horde-turba.spec b/php-horde-turba.spec index 81e0dc5..65edf62 100644 --- a/php-horde-turba.spec +++ b/php-horde-turba.spec @@ -1,6 +1,6 @@ # remirepo/fedora spec file for php-horde-turba # -# Copyright (c) 2012-2017 Remi Collet +# Copyright (c) 2012-2018 Remi Collet # License: CC-BY-SA # http://creativecommons.org/licenses/by-sa/4.0/ # @@ -11,11 +11,10 @@ %global pear_channel pear.horde.org Name: php-horde-turba -Version: 4.2.21 +Version: 4.2.22 Release: 1%{?dist} Summary: A web based address book -Group: Development/Libraries License: ASL 1.0 URL: http://www.horde.org/apps/turba Source0: http://%{pear_channel}/get/%{pear_name}-%{version}.tgz @@ -179,9 +178,9 @@ sed -e 's/function testDuplicateDetectionFromAsWithNoEmail/function SKIP_testDup -i Unit/Driver/Base.php ret=0 -for cmd in php php56 php70 php71 php72; do +for cmd in php php70 php71 php72 php73; do if which $cmd; then - $cmd %{_bindir}/phpunit --verbose . || ret=1 + $cmd %{_bindir}/phpunit --bootstrap bootstrap.php --verbose . || ret=1 fi done exit $ret @@ -228,6 +227,9 @@ fi %changelog +* Thu Jul 5 2018 Remi Collet - 4.2.22-1 +- update to 4.2.22 + * Tue Sep 19 2017 Remi Collet - 4.2.21-1 - Update to 4.2.21 (no change) -- cgit