diff options
author | Remi Collet <fedora@famillecollet.com> | 2015-01-08 17:22:36 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2015-01-08 17:22:36 +0100 |
commit | c3827394bd48ba36210c1379f1a14b69c381222a (patch) | |
tree | ac5e2ddbcb67ac0a2d1efa20962e87af6d1f3d6c | |
parent | cc786c4f258324e52a59b5ca16f9daef9ad9e759 (diff) |
php-horde-Horde-HashTable: 1.2.1
-rw-r--r-- | php-horde-Horde-HashTable.spec | 13 |
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 |