summaryrefslogtreecommitdiffstats
path: root/php-pecl-memcached.spec
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2012-12-18 18:42:39 +0100
committerRemi Collet <fedora@famillecollet.com>2012-12-18 18:42:39 +0100
commit3fe767877f36e875f24c0028bdb4950f3ac48ee9 (patch)
treea9a576ba156f0ad3bf23dc2601d075778caf75ef /php-pecl-memcached.spec
parentdc7c0dd6a05cff2b934726ae40272d8b207c3a7c (diff)
PHP 5.5: new snapshot (~alpha2) + rebuild of extensions for new ABI
Diffstat (limited to 'php-pecl-memcached.spec')
-rw-r--r--php-pecl-memcached.spec5
1 files changed, 4 insertions, 1 deletions
diff --git a/php-pecl-memcached.spec b/php-pecl-memcached.spec
index e26e7fc..e7f34f4 100644
--- a/php-pecl-memcached.spec
+++ b/php-pecl-memcached.spec
@@ -6,7 +6,7 @@
Summary: Extension to work with the Memcached caching daemon
Name: php-pecl-memcached
Version: 2.1.0
-Release: 6%{?dist}.3
+Release: 6%{?dist}.4
# memcached is PHP, FastLZ is MIT
License: PHP and MIT
Group: Development/Languages
@@ -48,6 +48,9 @@ Obsoletes: php53u-pecl-memcached
%if "%{php_version}" > "5.4"
Obsoletes: php54-pecl-memcached
%endif
+%if "%{php_version}" > "5.5"
+Obsoletes: php55-pecl-memcached
+%endif
# Filter private shared
%{?filter_provides_in: %filter_provides_in %{_libdir}/.*\.so$}