diff options
author | Remi Collet <fedora@famillecollet.com> | 2014-09-16 10:02:23 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2014-09-16 10:02:23 +0200 |
commit | a0219cb515ccaa122f59b38226662bd42678b130 (patch) | |
tree | 0a17bf70b2bc65198902937a37b4106d37c541e7 | |
parent | ada8eab589ca1d1d6e9a05d630001793814baecf (diff) |
php-horde-Horde-Compress-Fast: add optional dependency on horde_lz4
-rw-r--r-- | php-horde-Horde-Compress-Fast.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/php-horde-Horde-Compress-Fast.spec b/php-horde-Horde-Compress-Fast.spec index 2a2f1fe..b7cd843 100644 --- a/php-horde-Horde-Compress-Fast.spec +++ b/php-horde-Horde-Compress-Fast.spec @@ -12,7 +12,7 @@ Name: php-horde-Horde-Compress-Fast Version: 1.0.3 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Fast Compression Library Group: Development/Libraries @@ -37,7 +37,7 @@ Requires: php-pear(%{pear_channel}/Horde_Exception) < 3.0.0 Requires: php-channel(%{pear_channel}) # Optional Requires: php-pecl(LZF) -# TODO horde_lz4 +Requires: php-pecl(%{pear_channel}/horde_lz4) Provides: php-pear(%{pear_channel}/%{pear_name}) = %{version} @@ -105,6 +105,9 @@ fi %changelog +* Tue Sep 16 2014 Remi Collet <remi@fedoraproject.org> - 1.0.3-2 +- add optional dependency on horde_lz4 + * Wed Jul 09 2014 Remi Collet <remi@fedoraproject.org> - 1.0.3-1 - Update to 1.0.3 |