From bdbb6080149ec273b4ae02dd3e69af235adda27d Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sat, 15 Mar 2014 07:58:23 +0100 Subject: php-pecl-xslcache: cleanups --- eio-svn.patch | 11 ----------- php-pecl-eio.spec | 10 ++++++---- 2 files changed, 6 insertions(+), 15 deletions(-) delete mode 100644 eio-svn.patch diff --git a/eio-svn.patch b/eio-svn.patch deleted file mode 100644 index 71ce059..0000000 --- a/eio-svn.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- pecl/eio/trunk/php_eio.c 2013/10/08 08:00:31 331726 -+++ pecl/eio/trunk/php_eio.c 2013/10/08 11:06:53 331727 -@@ -1952,7 +1952,7 @@ - { - char *path; - int path_len; -- int flags; -+ long flags; - PHP_EIO_INIT; - - if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "sllf|z!", diff --git a/php-pecl-eio.spec b/php-pecl-eio.spec index 4c633fc..1dd9fc9 100644 --- a/php-pecl-eio.spec +++ b/php-pecl-eio.spec @@ -164,11 +164,13 @@ fi %check # Need investigation (output order) -rm -f ?TS/tests/eio_custom_basic.phpt +rm ?TS/tests/eio_custom_basic.phpt +%if 0%{?rhel} <= 7 +rm ?TS/tests/eio_fallocate_basic.phpt +%endif %if 0%{?rhel} <= 6 -rm -f ?TS/tests/eio_fallocate_basic.phpt \ - ?TS/tests/eio_write_variation.phpt \ - ?TS/tests/fork.phpt +rm ?TS/tests/eio_write_variation.phpt +rm ?TS/tests/fork.phpt %endif DEPMOD= -- cgit