[packages/php-pecl-memcached] disable redirect tests; enable igbinary

glen glen at pld-linux.org
Tue Nov 22 20:36:19 CET 2016


commit 01be7f546099e60d8bff3bcb46a0273e83a47d8b
Author: Elan Ruusamäe <glen at delfi.ee>
Date:   Tue Nov 22 21:35:54 2016 +0200

    disable redirect tests; enable igbinary

 php-pecl-memcached.spec | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)
---
diff --git a/php-pecl-memcached.spec b/php-pecl-memcached.spec
index a559887..616cf02 100644
--- a/php-pecl-memcached.spec
+++ b/php-pecl-memcached.spec
@@ -1,6 +1,6 @@
 #
 # Conditional build:
-%bcond_with	igbinary	# memcached igbinary serializer support
+%bcond_without	igbinary	# memcached igbinary serializer support
 %bcond_without	json		# memcached json serializer support
 %bcond_with	msgpack		# memcached msgpack serializer support
 %bcond_without	sasl		# memcached sasl support
@@ -56,6 +56,10 @@ mv php-memcached-*/{.??*,*} .
 
 rm fastlz/fastlz.c
 
+# redirect tests fail (the actual tests they redirect work)
+rm tests/experimental/serializer_igbinary.phpt
+rm tests/experimental/serializer_json.phpt
+
 %build
 phpize
 %configure \
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/php-pecl-memcached.git/commitdiff/01be7f546099e60d8bff3bcb46a0273e83a47d8b



More information about the pld-cvs-commit mailing list