summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2018-07-17 17:26:17 +0200
committerRemi Collet <remi@remirepo.net>2018-07-17 17:26:17 +0200
commit1e26d58349605bac1c4890ff3a5ec838ec7cb818 (patch)
tree7296038b90382b1c3eecbb31644fec5934c75ad2
parent79332d5f7206ec7d70c91a0e54156b31bdb4a809 (diff)
rebuld for 7.3.0alpha4 new ABI
-rw-r--r--php-pecl-redis4.spec5
1 files changed, 4 insertions, 1 deletions
diff --git a/php-pecl-redis4.spec b/php-pecl-redis4.spec
index b3d9145..37537c7 100644
--- a/php-pecl-redis4.spec
+++ b/php-pecl-redis4.spec
@@ -34,7 +34,7 @@
Summary: Extension for communicating with the Redis key-value store
Name: %{?sub_prefix}php-pecl-redis4
Version: %{upstream_version}%{?upstream_prever:~%{upstream_prever}}
-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;')}}
Source0: http://pecl.php.net/get/%{pecl_name}-%{upstream_version}%{?upstream_prever}.tgz
License: PHP
URL: http://pecl.php.net/package/redis
@@ -330,6 +330,9 @@ fi
%changelog
+* Tue Jul 17 2018 Remi Collet <remi@remirepo.net> - 4.1.0-2
+- rebuld for 7.3.0alpha4 new ABI
+
* Tue Jul 10 2018 Remi Collet <remi@remirepo.net> - 4.1.0-1
- update to 4.1.0 (stable)