[php-horde-Horde-Compress-Fast/f20] add optional dependency on horde_lz4

Remi Collet remi at fedoraproject.org
Mon Dec 8 18:13:35 UTC 2014


commit a41ed11b5a4e3e25fd166ef81679ce7f3904bd1c
Author: Remi Collet <remi at fedoraproject.org>
Date:   Mon Dec 8 19:12:11 2014 +0100

    add optional dependency on horde_lz4
    
    (cherry picked from commit 2d4e6c366f43d3f7ddaf578e77121cb1bfdf3355)

 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 ac417cb..5e91b88 100644
--- a/php-horde-Horde-Compress-Fast.spec
+++ b/php-horde-Horde-Compress-Fast.spec
@@ -13,7 +13,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}
 
@@ -104,6 +104,9 @@ fi
 
 
 %changelog
+* Mon Dec  8 2014 Remi Collet <remi at fedoraproject.org> - 1.0.3-2
+- add optional dependency on horde_lz4
+
 * Wed Jul 09 2014 Remi Collet <remi at fedoraproject.org> - 1.0.3-1
 - Update to 1.0.3
 


More information about the scm-commits mailing list