diff options
Diffstat (limited to 'php-pecl-rpminfo.spec')
-rw-r--r-- | php-pecl-rpminfo.spec | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/php-pecl-rpminfo.spec b/php-pecl-rpminfo.spec index c9c66fe..8075639 100644 --- a/php-pecl-rpminfo.spec +++ b/php-pecl-rpminfo.spec @@ -22,8 +22,8 @@ Summary: RPM information Name: %{?sub_prefix}php-pecl-%{pecl_name} -Version: 0.5.1 -Release: 7%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} +Version: 0.6.0 +Release: 1%{?dist}%{!?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}-%{version}.tgz @@ -31,7 +31,7 @@ Source0: https://pecl.php.net/get/%{pecl_name}-%{version}.tgz BuildRequires: make BuildRequires: %{?dtsprefix}gcc BuildRequires: pkgconfig(rpm) >= 4.11.3 -BuildRequires: %{?scl_prefix}php-devel > 7 +BuildRequires: %{?scl_prefix}php-devel >= 7.2 BuildRequires: %{?scl_prefix}php-pear Requires: %{?scl_prefix}php(zend-abi) = %{php_zend_api} @@ -173,6 +173,7 @@ fi # mock install sqlite db, rpm expect db6 format rm ?TS/tests/007-rpmdbinfo.phpt rm ?TS/tests/008-rpmdbsearch.phpt +rm ?TS/tests/013-rpmdbsearch-error.phpt %endif cd NTS @@ -219,6 +220,10 @@ REPORT_EXIT_STATUS=1 \ %changelog +* Fri Jun 18 2021 Remi Collet <remi@remirepo.net> - 0.6.0-1 +- update to 0.6.0 +- raise dependency on PHP 7.2 + * Tue Jun 8 2021 Remi Collet <remi@remirepo.net> - 0.5.1-7 - fix test suite |