diff options
| -rw-r--r-- | php-pecl-uv.spec | 16 | 
1 files changed, 11 insertions, 5 deletions
diff --git a/php-pecl-uv.spec b/php-pecl-uv.spec index 394fc83..3abf94c 100644 --- a/php-pecl-uv.spec +++ b/php-pecl-uv.spec @@ -1,7 +1,7 @@  # remirepo spec file for php-pecl-uv  # -# Copyright (c) 2016-2019 Remi Collet -# License: CC-BY-SA +# Copyright (c) 2016-2023 Remi Collet +# License: CC-BY-SA-4.0  # http://creativecommons.org/licenses/by-sa/4.0/  #  # Please, preserve the changelog entries @@ -11,6 +11,8 @@  %scl_package        php-pecl-uv  %endif +%bcond_without    tests +  %global pecl_name uv  %global with_zts  0%{!?_without_zts:%{?__ztsphp:1}}  %global ini_name  40-%{pecl_name}.ini @@ -19,8 +21,8 @@  Summary:        Libuv wrapper  Name:           %{?sub_prefix}php-pecl-%{pecl_name}  Version:        0.2.4 -Release:        3%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} -License:        PHP +Release:        4%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} +License:        PHP-3.01  Group:          Development/Languages  URL:            http://pecl.php.net/package/%{pecl_name}  Source0:        http://pecl.php.net/get/%{pecl_name}-%{version}%{?prever}.tgz @@ -45,7 +47,7 @@ Provides:       %{?scl_prefix}php-pecl-%{pecl_name}          = %{version}-%{rele  Provides:       %{?scl_prefix}php-pecl-%{pecl_name}%{?_isa}  = %{version}-%{release}  %endif -%if "%{?vendor}" == "Remi Collet" && 0%{!?scl:1} && 0%{?rhel} +%if "%{?vendor}" == "Remi Collet" && 0%{!?scl:1} && 0%{?rhel} == 7  # Other third party repo stuff  Obsoletes:     php70u-pecl-%{pecl_name} <= %{version}  Obsoletes:     php70w-pecl-%{pecl_name} <= %{version} @@ -191,6 +193,7 @@ fi  : see https://github.com/bwoebi/php-uv/issues/66  #rm ?TS/tests/320-fs-poll.phpt  #rm ?TS/tests/330-poll-pipe.phpt +rm  ?TS/tests/005-uv_listen_cb-not-destroyed.phpt  : Minimal load test for NTS extension  cd NTS @@ -238,6 +241,9 @@ REPORT_EXIT_STATUS=1 \  %changelog +* Thu Aug 24 2023 Remi Collet <remi@remirepo.net> - 0.2.4-4 +- F39 build +  * Tue Sep 03 2019 Remi Collet <remi@remirepo.net> - 0.2.4-3  - rebuild for 7.4.0RC1  | 
