summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2012-11-19 22:31:31 +0100
committerRemi Collet <fedora@famillecollet.com>2012-11-19 22:31:31 +0100
commit7660e32f458fdc0d9c12dde7d3775e7c39b8daf2 (patch)
tree9c2225aaecc1072ca1bcc73dfd5eed49f06ef822
parent680aa3053dbc37ec02e221d58389b2d451f2d9c0 (diff)
php-horde-Horde-SessionHandler 2.0.1
-rw-r--r--php-horde-Horde-SessionHandler.spec12
1 files changed, 9 insertions, 3 deletions
diff --git a/php-horde-Horde-SessionHandler.spec b/php-horde-Horde-SessionHandler.spec
index 30a30e8..08c94a1 100644
--- a/php-horde-Horde-SessionHandler.spec
+++ b/php-horde-Horde-SessionHandler.spec
@@ -4,7 +4,7 @@
%global pear_channel pear.horde.org
Name: php-horde-Horde-SessionHandler
-Version: 2.0.0
+Version: 2.0.1
Release: 1%{?dist}
Summary: Horde Session Handler API
@@ -18,7 +18,7 @@ BuildArch: noarch
BuildRequires: php-pear(PEAR)
BuildRequires: php-channel(%{pear_channel})
# To run unit tests
-BuildRequires: php-pear(%{pear_channel}/Horde_Test) >= 2.0.0
+BuildRequires: php-pear(%{pear_channel}/Horde_Test) >= 2.1.0
BuildRequires: php-pear(%{pear_channel}/Horde_Db) >= 2.0.0
Requires(post): %{__pear}
@@ -77,7 +77,10 @@ rm -rf %{buildroot}
%check
cd %{pear_name}-%{version}/test/$(echo %{pear_name} | sed -e s:_:/:g)
-phpunit -d date.timezone=UTC AllTests.php
+phpunit\
+ -d include_path=%{buildroot}%{pear_phpdir}:.:%{pear_phpdir} \
+ -d date.timezone=UTC \
+ .
%post
@@ -102,6 +105,9 @@ fi
%changelog
+* Mon Nov 19 2012 Remi Collet <RPMS@FamilleCollet.com> - 2.0.1-1
+- Update to 2.0.1 for remi repo
+
* Sat Nov 3 2012 Remi Collet <RPMS@FamilleCollet.com> - 2.0.0-1
- Initial package