diff options
author | Remi Collet <fedora@famillecollet.com> | 2015-01-09 14:55:31 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2015-01-09 14:55:31 +0100 |
commit | d54b1e7813de84486fea745fd53d51c3af74574f (patch) | |
tree | ecfc64122bc8fd85ce3c2f9154f0e17bfa1dbd68 | |
parent | e1130709eb0804b395b15c95ea90ecb83546677b (diff) |
php-horde-Horde-Service-Weather: 2.1.4
-rw-r--r-- | php-horde-Horde-Service-Weather.spec | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/php-horde-Horde-Service-Weather.spec b/php-horde-Horde-Service-Weather.spec index 79c817f..b5e4fe5 100644 --- a/php-horde-Horde-Service-Weather.spec +++ b/php-horde-Horde-Service-Weather.spec @@ -11,7 +11,7 @@ %global pear_channel pear.horde.org Name: php-horde-Horde-Service-Weather -Version: 2.1.4 +Version: 2.1.5 Release: 1%{?dist} Summary: Horde Weather Provider @@ -49,6 +49,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_Http) >= 2.0.0 Requires: php-pear(%{pear_channel}/Horde_Http) < 3.0.0 +Requires: php-pear(%{pear_channel}/Horde_Translation) >= 2.2.0 +Requires: php-pear(%{pear_channel}/Horde_Translation) < 3.0.0 Requires: php-pear(%{pear_channel}/Horde_Url) >= 2.0.0 Requires: php-pear(%{pear_channel}/Horde_Url) < 3.0.0 # Not documented, detected by phpci @@ -56,6 +58,7 @@ Requires: php-pear(%{pear_channel}/Horde_Serialize) >= 2.0.0 Requires: php-pear(%{pear_channel}/Horde_Serialize) < 3.0.0 Provides: php-pear(%{pear_channel}/%{pear_name}) = %{version} +Provides: php-composer(horde/horde-service-weather) = %{version} %description @@ -111,9 +114,7 @@ done | tee ../%{pear_name}.lang %check cd %{pear_name}-%{version}/test/$(echo %{pear_name} | sed -e s:_:/:g) -phpunit \ - -d date.timezone=UTC \ - . +phpunit . %clean @@ -145,6 +146,11 @@ fi %changelog +* Fri Jan 09 2015 Remi Collet <remi@fedoraproject.org> - 2.1.5-1 +- Update to 2.1.5 +- add dependency on Horde_Translation 2.2.0 +- add provides php-composer(horde/horde-service-weather) + * Sun Oct 12 2014 Remi Collet <remi@fedoraproject.org> - 2.1.4-1 - Update to 2.1.4 |