From a633d135bf3ca304bdcab63f09c4131d7a9cdcbc Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 26 Jun 2014 08:11:41 +0200 Subject: php-horde-Horde-Pack: 1.0.2 --- php-horde-Horde-Pack.spec | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/php-horde-Horde-Pack.spec b/php-horde-Horde-Pack.spec index 755ae5b..655a4fb 100644 --- a/php-horde-Horde-Pack.spec +++ b/php-horde-Horde-Pack.spec @@ -11,7 +11,7 @@ %global pear_channel pear.horde.org Name: php-horde-Horde-Pack -Version: 1.0.1 +Version: 1.0.2 Release: 1%{?dist} Summary: Horde Pack Utility @@ -87,6 +87,12 @@ install -pm 644 %{name}.xml %{buildroot}%{pear_xmldir} %check src=$(pwd)/%{pear_name}-%{version} cd %{pear_name}-%{version}/test/$(echo %{pear_name} | sed -e s:_:/:g) + +%if "%{php_version}" < "5.5" +sed -e 's/function testNonUtf8Pack/function SKIP_testNonUtf8Pack/' \ + -i PackTest.php +%endif + phpunit \ --include-path=$src/lib \ -d date.timezone=UTC \ @@ -118,6 +124,9 @@ fi %changelog +* Thu Jun 26 2014 Remi Collet - 1.0.2-1 +- Update to 1.0.2 + * Fri Apr 04 2014 Remi Collet - 1.0.1-1 - Update to 1.0.1 -- cgit