From ceef0035641b476ea20464d52e0df01ce97ac4bd Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 29 Apr 2019 08:10:21 +0200 Subject: - update to 0.2.3 - open https://github.com/bwoebi/php-uv/issues/66 segfault in test suite --- php-pecl-uv.spec | 25 +++++++++++-------------- 1 file changed, 11 insertions(+), 14 deletions(-) (limited to 'php-pecl-uv.spec') diff --git a/php-pecl-uv.spec b/php-pecl-uv.spec index 6fdac09..a90c5b0 100644 --- a/php-pecl-uv.spec +++ b/php-pecl-uv.spec @@ -1,6 +1,6 @@ # remirepo spec file for php-pecl-uv # -# Copyright (c) 2016-2018 Remi Collet +# Copyright (c) 2016-2019 Remi Collet # License: CC-BY-SA # http://creativecommons.org/licenses/by-sa/4.0/ # @@ -18,19 +18,13 @@ Summary: Libuv wrapper Name: %{?sub_prefix}php-pecl-%{pecl_name} -Version: 0.2.2 -Release: 6%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} +Version: 0.2.3 +Release: 1%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} License: PHP Group: Development/Languages URL: http://pecl.php.net/package/%{pecl_name} Source0: http://pecl.php.net/get/%{pecl_name}-%{version}%{?prever}.tgz -Patch0: https://github.com/bwoebi/php-uv/commit/880d84cd838f334d88adb888f8a3b744194560d3.patch -Patch1: https://github.com/bwoebi/php-uv/commit/2ba4d96379a826050d91b039775e9d1e148d5ef2.patch -Patch2: https://github.com/bwoebi/php-uv/commit/fc685d1cb58746a8865fc4b86a38f90219de90ed.patch -Patch3: https://patch-diff.githubusercontent.com/raw/bwoebi/php-uv/pull/60.patch -Patch4: https://github.com/bwoebi/php-uv/commit/d3433a1875581d66530874c44345fc74e8eebc64.patch - BuildRequires: %{?dtsprefix}gcc BuildRequires: %{?scl_prefix}php-devel > 7 BuildRequires: %{?scl_prefix}php-pear @@ -92,11 +86,6 @@ sed -e 's/role="test"/role="src"/' \ -i package.xml cd NTS -%patch0 -p1 -b .up0 -%patch1 -p1 -b .up1 -%patch2 -p1 -b .up2 -%patch3 -p1 -b .pr60 -%patch4 -p1 -b .up3 # Sanity check, really often broken extver=$(sed -n '/define PHP_UV_VERSION/{s/.* "//;s/".*$//;p}' php_uv.h) @@ -195,6 +184,9 @@ else : only local tests when mock is used export SKIP_ONLINE_TESTS=1 fi +: see https://github.com/bwoebi/php-uv/issues/66 +rm ?TS/tests/320-fs-poll.phpt +rm ?TS/tests/330-poll-pipe.phpt : Minimal load test for NTS extension cd NTS @@ -242,6 +234,11 @@ REPORT_EXIT_STATUS=1 \ %changelog +* Mon Apr 29 2019 Remi Collet - 0.2.3-1 +- update to 0.2.3 +- open https://github.com/bwoebi/php-uv/issues/66 + segfault in test suite + * Wed Aug 22 2018 Remi Collet - 0.2.2-6 - add upstream patch for ZTS -- cgit