summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2020-09-30 11:24:04 +0200
committerRemi Collet <remi@remirepo.net>2020-09-30 11:24:04 +0200
commit8ec4a1c4f3be0e9aed32fbc634174a7f3d5edbdf (patch)
treeb604d1297a4deb9b29e1ab0352df12c8fffb8d7a
parent01dbb935c95153d3f84764b71ebc355a8bd7fa57 (diff)
rebuild for PHP 8.0.0RC1
-rw-r--r--php-pecl-ssdeep.spec9
1 files 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 <remi@remirepo.net> - 1.1.0-7
+- rebuild for PHP 8.0.0RC1
+
* Fri Sep 4 2020 Remi Collet <remi@remirepo.net> - 1.1.0-6
- add patch for PHP 8 from
https://github.com/php/pecl-text-ssdeep/pull/2