From cda1ebe0b2a5705e1da9913bd6051e830d25d271 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 30 Aug 2023 08:34:45 +0200 Subject: rebuild for PHP 8.3.0RC1 --- PHPINFO | 2 +- REFLECTION | 2 +- php-pecl-dio.spec | 23 +++++++++++++---------- 3 files changed, 15 insertions(+), 12 deletions(-) diff --git a/PHPINFO b/PHPINFO index 25f53b7..5d3e77f 100644 --- a/PHPINFO +++ b/PHPINFO @@ -2,4 +2,4 @@ dio dio support => enabled -version => 0.2.0 +version => 0.2.1 diff --git a/REFLECTION b/REFLECTION index 192fe76..7a91032 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #120 dio version 0.2.0 ] { +Extension [ extension #120 dio version 0.2.1 ] { - Constants [36] { Constant [ int O_RDONLY ] { 0 } diff --git a/php-pecl-dio.spec b/php-pecl-dio.spec index d643a4c..db426c7 100644 --- a/php-pecl-dio.spec +++ b/php-pecl-dio.spec @@ -1,7 +1,7 @@ # remirepo spec file for php-pecl-dio # -# Copyright (c) 2013-2021 Remi Collet -# License: CC-BY-SA +# Copyright (c) 2013-2023 Remi Collet +# License: CC-BY-SA-4.0 # http://creativecommons.org/licenses/by-sa/4.0/ # # Please, preserve the changelog entries @@ -19,9 +19,9 @@ Summary: Direct I/O functions Name: %{?scl_prefix}php-pecl-%{pecl_name} -Version: 0.2.0 -Release: 5%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} -License: PHP +Version: 0.2.1 +Release: 2%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} +License: PHP-3.01 URL: https://pecl.php.net/package/%{pecl_name} Source0: https://pecl.php.net/get/%{pecl_name}-%{version}%{?prever}.tgz @@ -32,7 +32,6 @@ BuildRequires: %{?scl_prefix}php-pear Requires: %{?scl_prefix}php(zend-abi) = %{php_zend_api} Requires: %{?scl_prefix}php(api) = %{php_core_api} -%{?_sclreq:Requires: %{?scl_prefix}runtime%{?_sclreq}%{?_isa}} Provides: %{?scl_prefix}php-%{pecl_name} = %{version} Provides: %{?scl_prefix}php-%{pecl_name}%{?_isa} = %{version} @@ -182,9 +181,8 @@ cd NTS : Upstream test suite for NTS extension TEST_PHP_EXECUTABLE=%{__php} \ TEST_PHP_ARGS="-n -d extension=$PWD/modules/%{pecl_name}.so" \ -NO_INTERACTION=1 \ REPORT_EXIT_STATUS=1 \ -%{__php} -n run-tests.php --show-diff +%{__php} -n run-tests.php -q --show-diff %if %{with_zts} @@ -197,9 +195,8 @@ cd ../ZTS : Upstream test suite for ZTS extension TEST_PHP_EXECUTABLE=%{__ztsphp} \ TEST_PHP_ARGS="-n -d extension=$PWD/modules/%{pecl_name}.so" \ -NO_INTERACTION=1 \ REPORT_EXIT_STATUS=1 \ -%{__ztsphp} -n run-tests.php --show-diff +%{__ztsphp} -n run-tests.php -q --show-diff %endif @@ -218,6 +215,12 @@ REPORT_EXIT_STATUS=1 \ %changelog +* Wed Aug 30 2023 Remi Collet - 0.2.1-2 +- rebuild for PHP 8.3.0RC1 + +* Tue Jan 25 2022 Remi Collet - 0.2.1-1 +- update to 0.2.1 + * Wed Sep 01 2021 Remi Collet - 0.2.0-5 - rebuild for 8.1.0RC1 -- cgit