From 3d7925736daee7e8c6c7d39f6249131c98cec172 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 5 Jul 2018 07:03:53 +0200 Subject: v6.2.22 --- php-horde-imp.spec | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/php-horde-imp.spec b/php-horde-imp.spec index d43d64a..b432cd7 100644 --- a/php-horde-imp.spec +++ b/php-horde-imp.spec @@ -1,6 +1,6 @@ # remirepo/fedora spec file for php-horde-imp # -# 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-imp -Version: 6.2.21 +Version: 6.2.22 Release: 1%{?dist} Summary: A web based webmail system -Group: Development/Libraries # imp is GPLv2, murmurhash3.js is MIT License: GPLv2 and MIT URL: http://www.horde.org/apps/imp @@ -210,9 +209,9 @@ done | tee ../%{pear_name}.lang cd %{pear_name}-%{version}/test/Imp 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 @@ -254,6 +253,9 @@ fi %changelog +* Thu Jul 5 2018 Remi Collet - 6.2.22-1 +- update to 6.2.22 + * Tue Sep 19 2017 Remi Collet - 6.2.21-1 - Update to 6.2.21 (no change) -- cgit