From ec7c9eebe8eee7a7f44344438798bd5688acdcea Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mar 22 2016 07:35:45 +0000 Subject: v2.29.6 --- diff --git a/.gitignore b/.gitignore index 1eac8e4..bc43fcd 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,4 @@ clog /Horde_Imap_Client-2.29.3.tgz /Horde_Imap_Client-2.29.4.tgz /Horde_Imap_Client-2.29.5.tgz +/Horde_Imap_Client-2.29.6.tgz diff --git a/php-horde-Horde-Imap-Client.spec b/php-horde-Horde-Imap-Client.spec index 0cfe8ba..160953b 100644 --- a/php-horde-Horde-Imap-Client.spec +++ b/php-horde-Horde-Imap-Client.spec @@ -13,7 +13,7 @@ %global with_tests %{?_without_tests:0}%{!?_without_tests:1} Name: php-horde-Horde-Imap-Client -Version: 2.29.5 +Version: 2.29.6 Release: 1%{?dist} Summary: Horde IMAP abstraction interface @@ -140,10 +140,14 @@ export LANG=fr_FR.utf8 cd %{pear_name}-%{version}/test/$(echo %{pear_name} | sed -e s:_:/:g) %if 0%{?fedora} < 21 && 0%{?rhel} < 7 # ignore test results with old PHPUnit -phpunit . || exit 0 +%{_bindir}/phpunit --verbose . %else %{_bindir}/phpunit --verbose . %endif + +if which php70; then + php70 %{_bindir}/phpunit --verbose . +fi %else : bootstrap build with test suite disabled %endif @@ -173,6 +177,9 @@ fi %changelog +* Mon Mar 21 2016 Remi Collet - 2.29.6-1 +- Update to 2.29.6 + * Mon Feb 8 2016 Remi Collet - 2.29.5-1 - Update to 2.29.5 - PHP 7 compatible version diff --git a/sources b/sources index 21fd3d2..fb84140 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -5e2521ebbd242cc565e6340a7d85f2e5 Horde_Imap_Client-2.29.5.tgz +c23e5b11e217c7817b441e89708856da Horde_Imap_Client-2.29.6.tgz