summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2014-01-22 10:46:03 +0100
committerRemi Collet <fedora@famillecollet.com>2014-01-22 10:46:03 +0100
commitb0d62f5347eb93ec90399fadb61dca323ba61459 (patch)
treec3149042b2f0703c79a7592799724bf1bb4f42de
parent0746b01b9a11501706107d753ba58a80f4ffada8 (diff)
php-horde-Horde-Imap-Client: 2.17.1
-rw-r--r--php-horde-Horde-Imap-Client.spec9
1 files changed, 6 insertions, 3 deletions
diff --git a/php-horde-Horde-Imap-Client.spec b/php-horde-Horde-Imap-Client.spec
index 316a437..0513e8b 100644
--- a/php-horde-Horde-Imap-Client.spec
+++ b/php-horde-Horde-Imap-Client.spec
@@ -6,12 +6,12 @@
#
# Please, preserve the changelog entries
#
-%{!?__pear: %{expand: %%global __pear %{_bindir}/pear}}
+%{!?__pear: %global __pear %{_bindir}/pear}
%global pear_name Horde_Imap_Client
%global pear_channel pear.horde.org
Name: php-horde-Horde-Imap-Client
-Version: 2.17.0
+Version: 2.17.1
Release: 1%{?dist}
Summary: Horde IMAP abstraction interface
@@ -126,7 +126,7 @@ done | tee ../%{pear_name}.lang
src=$(pwd)/%{pear_name}-%{version}
cd %{pear_name}-%{version}/test/$(echo %{pear_name} | sed -e s:_:/:g)
phpunit \
- -d include_path=$src/lib:.:%{pear_phpdir} \
+ --include-path=$src/lib \
-d date.timezone=UTC \
.
@@ -156,6 +156,9 @@ fi
%changelog
+* Wed Jan 22 2014 Remi Collet <remi@fedoraproject.org> - 2.17.1-1
+- Update to 2.17.1
+
* Sat Jan 18 2014 Remi Collet <remi@fedoraproject.org> - 2.17.0-1
- Update to 2.17.0
- add dependency: Horde_Pack >= 1.0.0