From 097125babea39f5c75c3586943ce87eb9bfd6e6b Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 22 Aug 2018 09:03:27 +0200 Subject: add upstream patch for ZTS --- php-pecl-uv.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'php-pecl-uv.spec') diff --git a/php-pecl-uv.spec b/php-pecl-uv.spec index ad0ca31..6fdac09 100644 --- a/php-pecl-uv.spec +++ b/php-pecl-uv.spec @@ -19,7 +19,7 @@ Summary: Libuv wrapper Name: %{?sub_prefix}php-pecl-%{pecl_name} Version: 0.2.2 -Release: 5%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} +Release: 6%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} License: PHP Group: Development/Languages URL: http://pecl.php.net/package/%{pecl_name} @@ -29,6 +29,7 @@ Patch0: https://github.com/bwoebi/php-uv/commit/880d84cd838f334d88adb888 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 @@ -95,6 +96,7 @@ cd NTS %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) @@ -240,6 +242,9 @@ REPORT_EXIT_STATUS=1 \ %changelog +* Wed Aug 22 2018 Remi Collet - 0.2.2-6 +- add upstream patch for ZTS + * Thu Aug 16 2018 Remi Collet - 0.2.2-5 - rebuild for 7.3.0beta2 new ABI -- cgit