From cd8ca8b5ba9eee2a0d54b5dd7eb0e728ff3b6332 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 18 Jun 2021 16:22:23 +0200 Subject: update to 0.6.0 raise dependency on PHP 7.2 --- php-pecl-rpminfo.spec | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'php-pecl-rpminfo.spec') 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 - 0.6.0-1 +- update to 0.6.0 +- raise dependency on PHP 7.2 + * Tue Jun 8 2021 Remi Collet - 0.5.1-7 - fix test suite -- cgit