diff options
| -rw-r--r-- | PHPINFO | 2 | ||||
| -rw-r--r-- | REFLECTION | 4 | ||||
| -rw-r--r-- | php-pecl-dbase.spec | 20 | 
3 files changed, 12 insertions, 14 deletions
@@ -1,4 +1,4 @@  dbase -Version => 7.1.0 +Version => 7.1.1 @@ -1,7 +1,7 @@ -Extension [ <persistent> extension #119 dbase version 7.1.0 ] { +Extension [ <persistent> 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 <remi@remirepo.net> - 7.1.1-1 +- update to 7.1.1 +  * Wed Sep 01 2021 Remi Collet <remi@remirepo.net> - 7.1.0-2  - rebuild for 8.1.0RC1  | 
