summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2018-07-05 07:16:57 +0200
committerRemi Collet <remi@remirepo.net>2018-07-05 07:16:57 +0200
commite0e34cfe9345e57a2661e6e5a3ac1c4b3a74768d (patch)
tree8779e5984490fac695762c5931aaafb301d50384
parent22162ba2b091ea0e8694e2b280069d502a8ad029 (diff)
v4.2.22
-rw-r--r--php-horde-turba.spec12
1 files 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 <remi@remirepo.net> - 4.2.22-1
+- update to 4.2.22
+
* Tue Sep 19 2017 Remi Collet <remi@remirepo.net> - 4.2.21-1
- Update to 4.2.21 (no change)