diff options
author | Remi Collet <remi@remirepo.net> | 2019-01-21 11:06:23 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2019-01-21 11:06:23 +0100 |
commit | c36f3616b5789bf3ddacc9fc21bab96df8f1e8bb (patch) | |
tree | a93108e608be9aa1554d6159538c6400338c8630 | |
parent | 70c6e7f1e60836216937f8bacc9e4f23d9e74464 (diff) |
cleanup for EL-8php5
-rw-r--r-- | php-pecl-dbase.spec | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/php-pecl-dbase.spec b/php-pecl-dbase.spec index d1a4290..014da23 100644 --- a/php-pecl-dbase.spec +++ b/php-pecl-dbase.spec @@ -1,6 +1,6 @@ # remirepo spec file for php-pecl-dbase # -# Copyright (c) 2015-2017 Remi Collet +# Copyright (c) 2015-2019 Remi Collet # License: CC-BY-SA # http://creativecommons.org/licenses/by-sa/4.0/ # @@ -24,12 +24,12 @@ %else %global ini_name 40-%{pecl_name}.ini %endif -%global with_tests 0%{!?_without_tests:1} +%global with_tests 0%{?_with_tests:1} Summary: dBase database file access functions Name: %{?sub_prefix}php-pecl-dbase Version: 5.1.1 -Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 2%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} License: PHP URL: http://pecl.php.net/package/%{pecl_name} Source0: http://pecl.php.net/get/%{pecl_name}-%{version}.tgz @@ -198,7 +198,7 @@ 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 +%{__php} -n run-tests.php --show-diff %endif %if %{with_zts} @@ -214,7 +214,7 @@ 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 +%{__ztsphp} -n run-tests.php --show-diff %endif %endif @@ -234,6 +234,9 @@ REPORT_EXIT_STATUS=1 \ %changelog +* Mon Jan 21 2019 Remi Collet <remi@fedoraproject.org> - 5.1.1-2 +- cleanup for EL-8 + * Thu Oct 27 2016 Remi Collet <remi@fedoraproject.org> - 5.1.1-1 - update to 5.1.1 (stable) |