summaryrefslogtreecommitdiffstats
path: root/php-pecl-dbase.spec
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 /php-pecl-dbase.spec
parent3447697883e0989c203d0ba6a46c16464f928387 (diff)
update to 7.1.1
Diffstat (limited to 'php-pecl-dbase.spec')
-rw-r--r--php-pecl-dbase.spec20
1 files changed, 9 insertions, 11 deletions
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