summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2013-03-06 13:21:13 +0100
committerRemi Collet <fedora@famillecollet.com>2013-03-06 13:21:13 +0100
commit6168054505bf82123fd5226dcdc244e18208f5f3 (patch)
tree451691413fa264b2bd063f8deee73d2e031dc433
parent0fc77313d4e6b5586ab6d5efc4582539f39cfe89 (diff)
php-horde-Horde-Cache: 2.0.3
-rw-r--r--php-horde-Horde-Cache.spec9
1 files changed, 7 insertions, 2 deletions
diff --git a/php-horde-Horde-Cache.spec b/php-horde-Horde-Cache.spec
index 7689212..0d4110a 100644
--- a/php-horde-Horde-Cache.spec
+++ b/php-horde-Horde-Cache.spec
@@ -4,7 +4,7 @@
%global pear_channel pear.horde.org
Name: php-horde-Horde-Cache
-Version: 2.0.1
+Version: 2.0.3
Release: 1%{?dist}
Summary: Horde Caching API
@@ -31,7 +31,8 @@ Conflicts: php-pear(%{pear_channel}/Horde_Exception) >= 3.0.0
Requires: php-pear(%{pear_channel}/Horde_Util) >= 2.0.0
Conflicts: php-pear(%{pear_channel}/Horde_Util) >= 3.0.0
# Optional dependencies
-Requires: php-pecl(LZF)
+Requires: php-pear(%{pear_channel}/Horde_Compress_Fast) >= 1.0.0
+Conflicts: php-pear(%{pear_channel}/Horde_Compress_Fast) >= 2.0.0
Requires: php-pear(%{pear_channel}/Horde_Db) >= 2.0.0
Conflicts: php-pear(%{pear_channel}/Horde_Db) >= 3.0.0
Requires: php-pear(%{pear_channel}/Horde_Log) >= 2.0.0
@@ -97,6 +98,10 @@ fi
%changelog
+* Wed Mar 06 2013 Remi Collet <remi@fedoraproject.org> - 2.0.3-1
+- Update to 2.0.3
+- requires Horde_Compress_Fast instead of LZF
+
* Mon Nov 19 2012 Remi Collet <RPMS@FamilleCollet.com> - 2.0.1-1
- Update to 2.0.1 for remi repo