[php-bartlett-PHP-CompatInfo/el6] drop HashTest.php for EPEL-6

Remi Collet remi at fedoraproject.org
Fri Oct 18 08:14:50 UTC 2013


commit c00db566cb4bd753839cc5e900b6a8dfe4fcce58
Author: Remi Collet <remi at fedoraproject.org>
Date:   Fri Oct 18 10:14:44 2013 +0200

    drop HashTest.php for EPEL-6

 php-bartlett-PHP-CompatInfo.spec |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)
---
diff --git a/php-bartlett-PHP-CompatInfo.spec b/php-bartlett-PHP-CompatInfo.spec
index 28f7322..d9bc983 100644
--- a/php-bartlett-PHP-CompatInfo.spec
+++ b/php-bartlett-PHP-CompatInfo.spec
@@ -121,6 +121,10 @@ cd %{pear_name}-%{version}%{?prever}
 # so drop this test which fails with
 # Constant 'XSL_SECPREF_CREATE_DIRECTORY', found in Reference (5.3.9,), exists.
 rm -f tests/Reference/XslTest.php
+# In RHEL hash is built without mhash emulation
+# so drop this test which fails with
+# Function 'mhash', found in Reference, does not exists.
+rm -f tests/Reference/HashTest.php
 %endif
 
 # OK, but incomplete or skipped tests!
@@ -169,6 +173,7 @@ fi
 * Fri Oct 18 2013 Remi Collet <remi at fedoraproject.org> - 2.24.0-1
 - update to 2.24.0
 - raise dependency, PHP_Reflect 1.9.0
+- drop HashTest.php for EPEL-6
 
 * Mon Sep 23 2013 Remi Collet <remi at fedoraproject.org> - 2.23.1-1
 - Update to 2.23.1


More information about the scm-commits mailing list