summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2021-10-30 08:54:51 +0200
committerRemi Collet <remi@php.net>2021-10-30 08:54:51 +0200
commita09b5bcc22ea4c0490c303b3907673f75109aa4b (patch)
tree103e4a4ce011122d1a9a4f0f31ac4895175008ed
parent3447697883e0989c203d0ba6a46c16464f928387 (diff)
update to 7.1.1
-rw-r--r--PHPINFO2
-rw-r--r--REFLECTION4
-rw-r--r--php-pecl-dbase.spec20
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 [ <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