summaryrefslogtreecommitdiffstats
path: root/php-phpiredis.spec
diff options
context:
space:
mode:
Diffstat (limited to 'php-phpiredis.spec')
-rw-r--r--php-phpiredis.spec5
1 files changed, 4 insertions, 1 deletions
diff --git a/php-phpiredis.spec b/php-phpiredis.spec
index 836b26e..dac5da2 100644
--- a/php-phpiredis.spec
+++ b/php-phpiredis.spec
@@ -37,7 +37,7 @@ Version: 1.0.0
%if 0%{?gh_date}
Release: 0.7.%{gh_date}git%{gh_short}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
%else
-Release: 18%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
+Release: 19%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
%endif
Summary: Client extension for Redis
@@ -237,6 +237,9 @@ exit $ret
%changelog
+* Wed Sep 2 2020 Remi Collet <remi@remirepo.net> - 1.0.0-19
+- rebuild for PHP 8.0.0beta3
+
* Mon Aug 24 2020 Remi Collet <remi@remirepo.net> - 1.0.0-18
- add patch for PHP 8 from
https://github.com/nrk/phpiredis/pull/66