summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2020-09-30 12:08:09 +0200
committerRemi Collet <remi@remirepo.net>2020-09-30 12:08:09 +0200
commit22ab7360ad5c0c2c8b00abbbf1c02648718ec14d (patch)
tree0d7c2c41d983549a44b32d20a0e8d74192114778
parent929c81862ff3cd8f67a3626365f6ce7353adbb3e (diff)
rebuild for PHP 8.0.0RC1
-rw-r--r--php-phpiredis.spec11
1 files changed, 7 insertions, 4 deletions
diff --git a/php-phpiredis.spec b/php-phpiredis.spec
index 734dfa0..c1e112f 100644
--- a/php-phpiredis.spec
+++ b/php-phpiredis.spec
@@ -31,9 +31,9 @@
Name: %{?sub_prefix}php-%{pecl_name}
Version: 1.0.1
%if 0%{?gh_date}
-Release: 1%{gh_date}git%{gh_short}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
+Release: 2%{gh_date}git%{gh_short}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
%else
-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;')}}
%endif
Summary: Client extension for Redis
@@ -152,13 +152,13 @@ install -Dpm 644 %{ini_name} %{buildroot}%{php_ztsinidir}/%{ini_name}
: 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}$'
%if %{with_zts}
: Minimal load test for NTS extension
%{__ztsphp} --no-php-ini \
--define extension=%{buildroot}%{php_ztsextdir}/%{pecl_name}.so \
- --modules | grep %{pecl_name}
+ --modules | grep '^%{pecl_name}$'
%endif
%if %{with tests}
@@ -219,6 +219,9 @@ exit $ret
%changelog
+* Wed Sep 30 2020 Remi Collet <remi@remirepo.net> - 1.0.1-2
+- rebuild for PHP 8.0.0RC1
+
* Mon Sep 21 2020 Remi Collet <remi@remirepo.net> - 1.0.1-1
- update to 1.0.1
- drop patch marged upstream