diff options
author | Remi Collet <fedora@famillecollet.com> | 2014-04-04 08:50:55 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2014-04-04 08:50:55 +0200 |
commit | c2a5246ad4afb4f44e9d82314bd91c09e37a6373 (patch) | |
tree | 01349d5a9f966c25ee4885ac26f93ef0958987b7 | |
parent | 4c99a7fd337d4b8c83bf4b5d889f2e8b7bc04d42 (diff) |
php-horde-Horde-Cache: 2.4.2
-rw-r--r-- | php-horde-Horde-Cache.spec | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/php-horde-Horde-Cache.spec b/php-horde-Horde-Cache.spec index b78d396..a853253 100644 --- a/php-horde-Horde-Cache.spec +++ b/php-horde-Horde-Cache.spec @@ -12,7 +12,7 @@ %global pear_channel pear.horde.org Name: php-horde-Horde-Cache -Version: 2.4.1 +Version: 2.4.2 Release: 1%{?dist} Summary: Horde Caching API @@ -43,15 +43,13 @@ Requires: php-pear(%{pear_channel}/Horde_Util) < 3.0.0 # From package.xml, optional Requires: php-pear(%{pear_channel}/Horde_HashTable) >= 1.0.0 Requires: php-pear(%{pear_channel}/Horde_HashTable) < 2.0.0 -Requires: php-pear(%{pear_channel}/Horde_Log) >= 2.0.0 -Requires: php-pear(%{pear_channel}/Horde_Log) < 3.0.0 Requires: php-pear(%{pear_channel}/Horde_Mongo) >= 1.0.0 Requires: php-pear(%{pear_channel}/Horde_Mongo) < 2.0.0 # From phpcompatinfo report for version 2.4.0 Requires: php-date Requires: php-spl # Optional and omitted to avoid circular dep : Horde_Db -# Optional and implicitly requires Horde_Memcache +# Optional and implicitly requires Horde_Memcache, Horde_Log Provides: php-pear(%{pear_channel}/%{pear_name}) = %{version} @@ -108,6 +106,10 @@ fi %changelog +* Fri Apr 04 2014 Remi Collet <remi@fedoraproject.org> - 2.4.2-1 +- Update to 2.4.2 +- drop optional dependency on Horde_Log (implicit) + * Tue Feb 11 2014 Remi Collet <remi@fedoraproject.org> - 2.4.1-1 - Update to 2.4.1 |