From 1eb11fa482f029be4583cc81eb9601be88d2255f Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Nov 25 2014 08:58:24 +0000 Subject: update to 2.25.5 (cherry picked from commit b6e618c393aaa1b2a886c56b4c1c32d70f37808f) --- diff --git a/.gitignore b/.gitignore index 75873f0..453ebc4 100644 --- a/.gitignore +++ b/.gitignore @@ -41,3 +41,4 @@ /Horde_Imap_Client-2.25.2.tgz /Horde_Imap_Client-2.25.3.tgz /Horde_Imap_Client-2.25.4.tgz +/Horde_Imap_Client-2.25.5.tgz diff --git a/php-horde-Horde-Imap-Client.spec b/php-horde-Horde-Imap-Client.spec index 51b623d..9917b4d 100644 --- a/php-horde-Horde-Imap-Client.spec +++ b/php-horde-Horde-Imap-Client.spec @@ -12,7 +12,7 @@ %global pear_channel pear.horde.org Name: php-horde-Horde-Imap-Client -Version: 2.25.4 +Version: 2.25.5 Release: 1%{?dist} Summary: Horde IMAP abstraction interface @@ -128,15 +128,12 @@ done | tee ../%{pear_name}.lang %check -src=$(pwd)/%{pear_name}-%{version} cd %{pear_name}-%{version}/test/$(echo %{pear_name} | sed -e s:_:/:g) - -# ignore test results with old PHPUnit -phpunit \ %if 0%{?fedora} < 21 && 0%{?rhel} < 7 - . || exit 0 +# ignore test results with old PHPUnit +phpunit . || exit 0 %else - . +phpunit . %endif @@ -164,6 +161,9 @@ fi %changelog +* Tue Nov 25 2014 Remi Collet - 2.25.5-1 +- Update to 2.25.5 + * Sun Nov 23 2014 Remi Collet - 2.25.4-1 - Update to 2.25.4 - raise dependency on Horde_Mime >= 2.5.0 diff --git a/sources b/sources index f3a1c0b..e11cd22 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -ac6ac4a2453da4e4d27a0e2e740370cc Horde_Imap_Client-2.25.4.tgz +7ed2bd806dd092ef7cdbfe0b6fafec08 Horde_Imap_Client-2.25.5.tgz