diff options
author | Remi Collet <fedora@famillecollet.com> | 2014-03-15 07:58:23 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2014-03-15 07:58:23 +0100 |
commit | bdbb6080149ec273b4ae02dd3e69af235adda27d (patch) | |
tree | 05e12a30c6e3003cd3ae6f4050c2adfd409629df | |
parent | 8862d6d4e93458e3adb06ab76072a23fba4a5a85 (diff) |
php-pecl-xslcache: cleanups
-rw-r--r-- | eio-svn.patch | 11 | ||||
-rw-r--r-- | php-pecl-eio.spec | 10 |
2 files changed, 6 insertions, 15 deletions
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= |