summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--php-horde-Horde-HashTable.spec13
1 files changed, 7 insertions, 6 deletions
diff --git a/php-horde-Horde-HashTable.spec b/php-horde-Horde-HashTable.spec
index 925fe86..ffb372d 100644
--- a/php-horde-Horde-HashTable.spec
+++ b/php-horde-Horde-HashTable.spec
@@ -11,7 +11,7 @@
%global pear_channel pear.horde.org
Name: php-horde-Horde-HashTable
-Version: 1.2.0
+Version: 1.2.1
Release: 1%{?dist}
Summary: Horde Hash Table Interface
@@ -47,6 +47,7 @@ Requires: php-pear(pear.nrk.io/Predis) >= 0.8.3
# optional and ignore because of build order: Horde_Vfs
Provides: php-pear(%{pear_channel}/%{pear_name}) = %{version}
+Provides: php-composer(horde/horde-hashtable) = %{version}
%description
@@ -78,12 +79,8 @@ install -pm 644 %{name}.xml %{buildroot}%{pear_xmldir}
%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 .
%clean
@@ -110,6 +107,10 @@ fi
%changelog
+* Thu Jan 08 2015 Remi Collet <remi@fedoraproject.org> - 1.2.1-1
+- Update to 1.2.1
+- add provides php-composer(horde/horde-hashtable)
+
* Mon Aug 04 2014 Remi Collet <remi@fedoraproject.org> - 1.2.0-1
- Update to 1.2.0