summaryrefslogtreecommitdiffstats
path: root/php-pecl-memcached.spec
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2015-08-12 18:47:13 +0200
committerRemi Collet <fedora@famillecollet.com>2015-08-12 18:47:13 +0200
commite89b0c47ca6b48885ba30cc417272a76f87d9d72 (patch)
tree1ee9a710df0b0b6da666daddaf59219836b20cfe /php-pecl-memcached.spec
parentcced84008f163b4c5051eab4092b0bef381f8927 (diff)
php-pecl-memcached: fix dep (for scl.org)
Diffstat (limited to 'php-pecl-memcached.spec')
-rw-r--r--php-pecl-memcached.spec7
1 files changed, 6 insertions, 1 deletions
diff --git a/php-pecl-memcached.spec b/php-pecl-memcached.spec
index 0aef96f..bf3fce8 100644
--- a/php-pecl-memcached.spec
+++ b/php-pecl-memcached.spec
@@ -40,7 +40,7 @@
Summary: Extension to work with the Memcached caching daemon
Name: %{?sub_prefix}php-pecl-memcached
Version: 2.2.0
-Release: 6%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
+Release: 7%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
License: PHP
Group: Development/Languages
URL: http://pecl.php.net/package/%{pecl_name}
@@ -76,6 +76,7 @@ BuildRequires: %{?sub_prefix}libevent-devel > 2
Requires: %{?sub_prefix}libevent%{_isa} > 2
BuildRequires: %{?sub_prefix}libmemcached-devel > 1
Requires: %{?sub_prefix}libmemcached-libs%{_isa} > 1
+Requires: fastlz%{_isa}
%else
BuildRequires: libevent-devel >= 2.0.2
%if 0%{?rhel} == 5
@@ -344,6 +345,10 @@ exit $ret
%changelog
+* Wed Aug 12 2015 Remi Collet <rcollet@redhat.com> - 2.2.0-7
+- add explicit dependency on fastlz for SCL on
+ https://www.softwarecollections.org/
+
* Tue Jun 23 2015 Remi Collet <rcollet@redhat.com> - 2.2.0-6
- allow build against rh-php56 (as more-php56)
- don't install/register tests