From a09b5bcc22ea4c0490c303b3907673f75109aa4b Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sat, 30 Oct 2021 08:54:51 +0200 Subject: update to 7.1.1 --- PHPINFO | 2 +- REFLECTION | 4 ++-- php-pecl-dbase.spec | 20 +++++++++----------- 3 files changed, 12 insertions(+), 14 deletions(-) diff --git a/PHPINFO b/PHPINFO index 1ecd307..dfc8218 100644 --- a/PHPINFO +++ b/PHPINFO @@ -1,4 +1,4 @@ dbase -Version => 7.1.0 +Version => 7.1.1 diff --git a/REFLECTION b/REFLECTION index 778d399..544e98d 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,7 +1,7 @@ -Extension [ extension #119 dbase version 7.1.0 ] { +Extension [ extension #128 dbase version 7.1.1 ] { - Constants [5] { - Constant [ string DBASE_VERSION ] { 7.1.0 } + Constant [ string DBASE_VERSION ] { 7.1.1 } Constant [ int DBASE_TYPE_DBASE ] { 3 } Constant [ int DBASE_TYPE_FOXPRO ] { 48 } Constant [ int DBASE_RDONLY ] { 0 } diff --git a/php-pecl-dbase.spec b/php-pecl-dbase.spec index bdfc9f6..840dc54 100644 --- a/php-pecl-dbase.spec +++ b/php-pecl-dbase.spec @@ -21,13 +21,13 @@ %global pecl_name dbase %global ini_name 40-%{pecl_name}.ini -%global upstream_version 7.1.0 +%global upstream_version 7.1.1 #global upstream_prever RC2 Summary: dBase database file access functions Name: %{?sub_prefix}php-pecl-dbase Version: %{upstream_version}%{?upstream_prever:~%{upstream_prever}} -Release: 2%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} License: PHP URL: https://pecl.php.net/package/%{pecl_name} Source0: https://pecl.php.net/get/%{pecl_name}-%{upstream_version}%{?upstream_prever}.tgz @@ -185,32 +185,27 @@ fi : Minimal load test for NTS extension %{__php} --no-php-ini \ --define extension=%{buildroot}%{php_extdir}/%{pecl_name}.so \ - --modules | grep %{pecl_name} + --modules | grep '^%{pecl_name}$' %if %{with_tests} cd NTS : Upstream test suite for NTS extension -TEST_PHP_EXECUTABLE=%{__php} \ TEST_PHP_ARGS="-n -d extension_dir=$PWD/modules -d extension=%{pecl_name}.so" \ -NO_INTERACTION=1 \ -REPORT_EXIT_STATUS=1 \ -%{__php} -n run-tests.php --show-diff +%{__php} -n run-tests.php -q -P --show-diff %endif %if %{with_zts} : Minimal load test for ZTS extension %{__ztsphp} --no-php-ini \ --define extension=%{buildroot}%{php_ztsextdir}/%{pecl_name}.so \ - --modules | grep %{pecl_name} + --modules | grep '^%{pecl_name}$' %if %{with_tests} cd ../ZTS : Upstream test suite for ZTS extension -TEST_PHP_EXECUTABLE=%{__ztsphp} \ TEST_PHP_ARGS="-n -d extension_dir=$PWD/modules -d extension=%{pecl_name}.so" \ -NO_INTERACTION=1 \ REPORT_EXIT_STATUS=1 \ -%{__ztsphp} -n run-tests.php --show-diff +%{__ztsphp} -n run-tests.php -q -P --show-diff %endif %endif @@ -230,6 +225,9 @@ REPORT_EXIT_STATUS=1 \ %changelog +* Sat Oct 30 2021 Remi Collet - 7.1.1-1 +- update to 7.1.1 + * Wed Sep 01 2021 Remi Collet - 7.1.0-2 - rebuild for 8.1.0RC1 -- cgit