summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2020-09-30 11:14:21 +0200
committerRemi Collet <remi@remirepo.net>2020-09-30 11:14:21 +0200
commiteec33fe39161d8dc489e9c9b2901242bec5fbb44 (patch)
treeb65358218fcb8fef032dd0273c679bc4c7c2923b
parent31df1d7dc32821ee15a80e1392dc0939dc3b7b67 (diff)
rebuild for PHP 8.0.0RC1
-rw-r--r--php-pecl-redis5.spec5
1 files changed, 4 insertions, 1 deletions
diff --git a/php-pecl-redis5.spec b/php-pecl-redis5.spec
index 848080d..0e2850f 100644
--- a/php-pecl-redis5.spec
+++ b/php-pecl-redis5.spec
@@ -31,7 +31,7 @@
Summary: Extension for communicating with the Redis key-value store
Name: %{?sub_prefix}php-pecl-redis5
Version: %{upstream_version}%{?upstream_prever:~%{upstream_prever}}
-Release: 3%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
+Release: 4%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
License: PHP
URL: https://pecl.php.net/package/redis
Source0: https://pecl.php.net/get/%{pecl_name}-%{upstream_version}%{?upstream_prever}.tgz
@@ -359,6 +359,9 @@ fi
%changelog
+* Wed Sep 30 2020 Remi Collet <remi@remirepo.net> - 5.3.1-4
+- rebuild for PHP 8.0.0RC1
+
* Wed Sep 23 2020 Remi Collet <remi@remirepo.net> - 5.3.1-3
- enable msgpack serializer with PHP 8