From 8ec4a1c4f3be0e9aed32fbc634174a7f3d5edbdf Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 30 Sep 2020 11:24:04 +0200 Subject: rebuild for PHP 8.0.0RC1 --- php-pecl-ssdeep.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/php-pecl-ssdeep.spec b/php-pecl-ssdeep.spec index 36d3c78..8f583b7 100644 --- a/php-pecl-ssdeep.spec +++ b/php-pecl-ssdeep.spec @@ -31,7 +31,7 @@ Summary: Wrapper for libfuzzy library Name: %{?sub_prefix}php-pecl-%{pecl_name} Version: 1.1.0 -Release: 6%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 7%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} License: BSD URL: https://pecl.php.net/package/%{pecl_name} Source0: https://pecl.php.net/get/%{pecl_name}-%{version}.tgz @@ -200,7 +200,7 @@ cd NTS : 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}$' : Upstream test suite for NTS extension TEST_PHP_EXECUTABLE=%{__php} \ @@ -214,7 +214,7 @@ cd ../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}$' : Upstream test suite for ZTS extension TEST_PHP_EXECUTABLE=%{_bindir}/zts-php \ @@ -239,6 +239,9 @@ REPORT_EXIT_STATUS=1 \ %changelog +* Wed Sep 30 2020 Remi Collet - 1.1.0-7 +- rebuild for PHP 8.0.0RC1 + * Fri Sep 4 2020 Remi Collet - 1.1.0-6 - add patch for PHP 8 from https://github.com/php/pecl-text-ssdeep/pull/2 -- cgit