summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2014-06-26 08:11:41 +0200
committerRemi Collet <fedora@famillecollet.com>2014-06-26 08:11:41 +0200
commita633d135bf3ca304bdcab63f09c4131d7a9cdcbc (patch)
tree174b1e8aaa6cfe091c266fa906527fd8b0547146
parentf02cc57e1b3e160d5991d2db1da33af8adc37500 (diff)
php-horde-Horde-Pack: 1.0.2
-rw-r--r--php-horde-Horde-Pack.spec11
1 files changed, 10 insertions, 1 deletions
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 <remi@fedoraproject.org> - 1.0.2-1
+- Update to 1.0.2
+
* Fri Apr 04 2014 Remi Collet <remi@fedoraproject.org> - 1.0.1-1
- Update to 1.0.1