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

Remi Collet remi at fedoraproject.org
Sat Aug 30 08:32:31 UTC 2014


commit 1a86fd90a06d8d50888038e0db6b489393396195
Author: Remi Collet <remi at fedoraproject.org>
Date:   Sat Aug 30 10:32:31 2014 +0200

    update to 1.0.3

 .gitignore                |    1 +
 php-horde-Horde-Pack.spec |    9 +++++++--
 sources                   |    2 +-
 3 files changed, 9 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index b2a953c..af47e1f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 /Horde_Pack-1.0.0.tgz
 /Horde_Pack-1.0.1.tgz
 /Horde_Pack-1.0.2.tgz
+/Horde_Pack-1.0.3.tgz
diff --git a/php-horde-Horde-Pack.spec b/php-horde-Horde-Pack.spec
index f1cbbc3..26d1e5f 100644
--- a/php-horde-Horde-Pack.spec
+++ b/php-horde-Horde-Pack.spec
@@ -8,11 +8,12 @@
 #
 %{!?pear_metadir: %global pear_metadir %{pear_phpdir}}
 %{!?__pear:       %global __pear       %{_bindir}/pear}
+%{!?php_version:  %global php_version  %(php -r 'echo PHP_VERSION;')}
 %global pear_name    Horde_Pack
 %global pear_channel pear.horde.org
 
 Name:           php-horde-Horde-Pack
-Version:        1.0.2
+Version:        1.0.3
 Release:        1%{?dist}
 Summary:        Horde Pack Utility
 
@@ -87,8 +88,10 @@ install -pm 644 %{name}.xml %{buildroot}%{pear_xmldir}
 src=$(pwd)/%{pear_name}-%{version}
 cd %{pear_name}-%{version}/test/$(echo %{pear_name} | sed -e s:_:/:g)
 
+: PHP version %{php_version}
 %if "%{php_version}" < "5.5"
 sed -e 's/function testNonUtf8Pack/function SKIP_testNonUtf8Pack/' \
+    -e 's/function testBuggyDriverBackends/function SKIP_testBuggyDriverBackends/' \
     -i PackTest.php
 %endif
 
@@ -117,8 +120,10 @@ fi
 %{pear_testdir}/%{pear_name}
 
 
-
 %changelog
+* Sat Aug 30 2014 Remi Collet <remi at fedoraproject.org> - 1.0.3-1
+- Update to 1.0.3
+
 * Thu Jun 26 2014 Remi Collet <remi at fedoraproject.org> - 1.0.2-1
 - Update to 1.0.2
 
diff --git a/sources b/sources
index 4a2dadf..e4a54ba 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-5021c0816e1c55559ef36e26c0fc53b2  Horde_Pack-1.0.2.tgz
+c6dfe7f00af6b5ca1b75a1275dcc5f98  Horde_Pack-1.0.3.tgz


More information about the scm-commits mailing list