summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2014-04-04 08:56:48 +0200
committerRemi Collet <fedora@famillecollet.com>2014-04-04 08:56:48 +0200
commitc2b1532f8ab71b6ce05245898706cc70cc15a558 (patch)
treeb0b631f94a2d14e3d2d793b1783f129a46f6ae8d
parent5936be37ec25fa58d63f7d793c5d66f74d18317e (diff)
php-horde-Horde-Mail: 2.1.6
-rw-r--r--php-horde-Horde-Mail.spec14
1 files changed, 8 insertions, 6 deletions
diff --git a/php-horde-Horde-Mail.spec b/php-horde-Horde-Mail.spec
index 6dc5f7c..f0e0d0d 100644
--- a/php-horde-Horde-Mail.spec
+++ b/php-horde-Horde-Mail.spec
@@ -15,7 +15,7 @@
%global with_tests %{?_with_tests:1}%{!?_with_tests:0}
Name: php-horde-Horde-Mail
-Version: 2.1.5
+Version: 2.1.6
Release: 1%{?dist}
Summary: Horde Mail Library
@@ -49,14 +49,12 @@ Requires: php-pear(%{pear_channel}/Horde_Stream_Filter) < 3.0.0
# From package.xml, optional
Requires: php-pear(Net_SMTP) >= 1.6.0
Requires: php-pear(Net_DNS2)
-Requires: php-pear(%{pear_channel}/Horde_Stream_Wrapper) >= 2.1.0
-Requires: php-pear(%{pear_channel}/Horde_Stream_Wrapper) < 3.0.0
# From phpcompatinfo report for version 2.1.3
Requires: php-intl
Requires: php-pcre
Requires: php-posix
Requires: php-spl
-# Horde_Support optional and implicitly required
+# optional and implicitly required: Horde_Support, Horde_Stream_Wrapper
# Horde_Smtp optional and ignored to avoid circular dep.
Provides: php-pear(%{pear_channel}/%{pear_name}) = %{version}
@@ -100,9 +98,10 @@ install -pm 644 %{name}.xml %{buildroot}%{pear_xmldir}
%check
%if %{with_tests}
+src=$(pwd)/%{pear_name}-%{version}
cd %{pear_name}-%{version}/test/$(echo %{pear_name} | sed -e s:_:/:g)
-phpunit\
- -d include_path=%{buildroot}%{pear_phpdir}:.:%{pear_phpdir} \
+phpunit \
+ --include-path=$src/lib \
-d date.timezone=UTC \
.
%else
@@ -130,6 +129,9 @@ fi
%changelog
+* Fri Apr 04 2014 Remi Collet <remi@fedoraproject.org> - 2.1.6-1
+- Update to 2.1.6
+
* Tue Feb 11 2014 Remi Collet <remi@fedoraproject.org> - 2.1.5-1
- Update to 2.1.5
- Raise dependency on Horde_Stream_Wrapper >= 2.1.0