[php-horde-Horde-Pack] update to 1.0.2

Remi Collet remi at fedoraproject.org
Thu Jun 26 06:23:24 UTC 2014


commit b8b4456d85f8c17daa2de875ff8a1a35b442e061
Author: Remi Collet <remi at fedoraproject.org>
Date:   Thu Jun 26 08:23:24 2014 +0200

    update to 1.0.2

 php-horde-Horde-Pack.spec |   13 +++++++++++--
 1 files changed, 11 insertions(+), 2 deletions(-)
---
diff --git a/php-horde-Horde-Pack.spec b/php-horde-Horde-Pack.spec
index d10c6ab..102efcb 100644
--- a/php-horde-Horde-Pack.spec
+++ b/php-horde-Horde-Pack.spec
@@ -12,8 +12,8 @@
 %global pear_channel pear.horde.org
 
 Name:           php-horde-Horde-Pack
-Version:        1.0.1
-Release:        2%{?dist}
+Version:        1.0.2
+Release:        1%{?dist}
 Summary:        Horde Pack Utility
 
 Group:          Development/Libraries
@@ -86,6 +86,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 \
@@ -112,6 +118,9 @@ fi
 
 
 %changelog
+* Thu Jun 26 2014 Remi Collet <remi at fedoraproject.org> - 1.0.2-1
+- Update to 1.0.2
+
 * Sat Jun 07 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.0.1-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
 


More information about the scm-commits mailing list