diff options
author | Remi Collet <remi@remirepo.net> | 2019-05-27 12:11:25 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2019-05-27 12:11:25 +0200 |
commit | 4faeb34210903861416e753b3280cfb947cc670f (patch) | |
tree | 2d31be8bd6635a9dbefcbdf2b04c5c39c2533579 | |
parent | a6d6c4a83194c9a8de37b94dc44b55b02e9de1c5 (diff) |
v4.2.25
-rw-r--r-- | php-horde-turba.spec | 7 |
1 files 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 <remi@remirepo.net> - 4.2.25-1 +- update to 4.2.25 + * Tue Apr 23 2019 Remi Collet <remi@remirepo.net> - 4.2.24-1 - update to 4.2.24 - use range dependencies |