summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2014-09-09 07:40:15 +0200
committerRemi Collet <fedora@famillecollet.com>2014-09-09 07:40:15 +0200
commit399fc11a22b3199a2fe53be7cc44c89877763ee7 (patch)
tree134c2f04a5770bdf3729c28ba94f4e4a6190785c
parent8af0e28a368dbb1b39d70c454634b278f3613974 (diff)
php-horde-Horde-Core: 2.14.0
-rw-r--r--php-horde-Horde-Core.spec15
1 files changed, 9 insertions, 6 deletions
diff --git a/php-horde-Horde-Core.spec b/php-horde-Horde-Core.spec
index 8355f58..0b493ad 100644
--- a/php-horde-Horde-Core.spec
+++ b/php-horde-Horde-Core.spec
@@ -11,7 +11,7 @@
%global pear_channel pear.horde.org
Name: php-horde-Horde-Core
-Version: 2.13.1
+Version: 2.14.0
Release: 1%{?dist}
Summary: Horde Core Framework libraries
@@ -81,6 +81,8 @@ Requires: php-pear(%{pear_channel}/Horde_Exception) >= 2.0.0
Requires: php-pear(%{pear_channel}/Horde_Exception) < 3.0.0
Requires: php-pear(%{pear_channel}/Horde_Group) >= 2.0.0
Requires: php-pear(%{pear_channel}/Horde_Group) < 3.0.0
+Requires: php-pear(%{pear_channel}/Horde_HashTable) >= 1.2.0
+Requires: php-pear(%{pear_channel}/Horde_HashTable) < 2.0.0
Requires: php-pear(%{pear_channel}/Horde_History) >= 2.0.0
Requires: php-pear(%{pear_channel}/Horde_History) < 3.0.0
Requires: php-pear(%{pear_channel}/Horde_Injector) >= 2.0.0
@@ -223,12 +225,9 @@ rm -rf %{buildroot}
%check
-src=$(pwd)/%{pear_name}-%{version}
cd %{pear_name}-%{version}/test/$(echo %{pear_name} | sed -e s:_:/:g)
-phpunit \
- --include-path=$src/lib \
- -d date.timezone=UTC \
- .
+
+phpunit -d date.timezone=UTC .
%post
@@ -271,6 +270,10 @@ fi
%changelog
+* Tue Sep 09 2014 Remi Collet <remi@fedoraproject.org> - 2.14.0-1
+- Update to 2.14.0
+- add mandatory dependency on Horde_HashTable
+
* Fri Aug 22 2014 Remi Collet <remi@fedoraproject.org> - 2.13.1-1
- Update to 2.13.1