summaryrefslogtreecommitdiffstats
path: root/php-pecl-memcached.spec
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2012-09-22 10:04:13 +0200
committerRemi Collet <fedora@famillecollet.com>2012-09-22 10:04:13 +0200
commit678921f6672637ee4019e0e173c2fdb98a1e654d (patch)
tree465376a5c266faa9e38ed8952b39a66d4c6cf928 /php-pecl-memcached.spec
parent07087335c276ebc9156cbaabe1f63ad0031f62e7 (diff)
php-pecl-memcached: rebuild for new libmemcached
Diffstat (limited to 'php-pecl-memcached.spec')
-rw-r--r--php-pecl-memcached.spec11
1 files changed, 7 insertions, 4 deletions
diff --git a/php-pecl-memcached.spec b/php-pecl-memcached.spec
index b602fa4..f2b7427 100644
--- a/php-pecl-memcached.spec
+++ b/php-pecl-memcached.spec
@@ -5,7 +5,7 @@
Summary: Extension to work with the Memcached caching daemon
Name: php-pecl-memcached
Version: 2.1.0
-Release: 2%{?dist}
+Release: 3%{?dist}
# memcached is PHP, FastLZ is MIT
License: PHP and MIT
Group: Development/Languages
@@ -24,7 +24,7 @@ BuildRequires: php-pear
BuildRequires: php-pecl-igbinary-devel
BuildRequires: libmemcached-devel >= 1.0.0
BuildRequires: zlib-devel
-BuildRequires: cyrus-sasl-devel
+# BuildRequires: cyrus-sasl-devel
Requires(post): %{__pecl}
Requires(postun): %{__pecl}
@@ -93,11 +93,11 @@ cp -r %{pecl_name}-%{version} %{pecl_name}-%{version}-zts
%build
+# no --enable-memcached-sasl, droped from libmemcached
cd %{pecl_name}-%{version}
%{_bindir}/phpize
%configure --enable-memcached-igbinary \
--enable-memcached-json \
- --enable-memcached-sasl \
--with-php-config=%{_bindir}/php-config
make %{?_smp_mflags}
@@ -105,7 +105,6 @@ cd ../%{pecl_name}-%{version}-zts
%{_bindir}/zts-phpize
%configure --enable-memcached-igbinary \
--enable-memcached-json \
- --enable-memcached-sasl \
--with-php-config=%{_bindir}/zts-php-config
make %{?_smp_mflags}
@@ -172,6 +171,10 @@ ln -s %{php_ztsextdir}/igbinary.so modules/
%changelog
+* Sat Sep 22 2012 Remi Collet <remi@fedoraproject.org> - 2.1.0-3
+- rebuild for new libmemcached
+- drop sasl support
+
* Sat Sep 8 2012 Remi Collet <remi@fedoraproject.org> - 2.1.0-2
- sync with rawhide, cleanups
- Obsoletes php53*, php54* on EL