[php-horde-Horde-Imap-Client/epel7] update to 2.25.5

Remi Collet remi at fedoraproject.org
Tue Nov 25 08:57:45 UTC 2014


commit 260f3648fdf342f81bbf84622f1f6699334fbefc
Author: Remi Collet <remi at fedoraproject.org>
Date:   Tue Nov 25 09:55:22 2014 +0100

    update to 2.25.5
    
    (cherry picked from commit b6e618c393aaa1b2a886c56b4c1c32d70f37808f)

 .gitignore                       |    1 +
 php-horde-Horde-Imap-Client.spec |   14 +++++++-------
 sources                          |    2 +-
 3 files changed, 9 insertions(+), 8 deletions(-)
---
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 <remi at fedoraproject.org> - 2.25.5-1
+- Update to 2.25.5
+
 * Sun Nov 23 2014 Remi Collet <remi at fedoraproject.org> - 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


More information about the scm-commits mailing list