File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -217,7 +217,7 @@ extern zend_module_entry redis_module_entry;
217
217
218
218
#define phpext_redis_ptr redis_module_ptr
219
219
220
- #define PHP_REDIS_VERSION "2.1 .3 "
220
+ #define PHP_REDIS_VERSION "2.2 .1 "
221
221
222
222
#endif
223
223
Original file line number Diff line number Diff line change 3
3
%global php_version %(php-config --version 2> /dev/null || echo 0)
4
4
5
5
Name: php-redis
6
- Version: 2.1.3
6
+ Version: 2.2.1
7
7
Release: 1%{?dist }
8
8
Summary: The phpredis extension provides an API for communicating with the Redis key-value store.
9
9
10
10
Group: Development/Languages
11
11
License: PHP
12
12
URL: https://github.com/nicolasff/phpredis
13
- Source0: https://download. github.com/nicolasff- phpredis-2.1.3-0-g43bc590.tar.gz
13
+ Source0: https://github.com/nicolasff/ phpredis/tarball/master
14
14
Source1: redis.ini
15
15
BuildRoot: %{_tmppath }/%{name }-%{version }-%{release }-root-%(%{__id_u} -n)
16
16
You can’t perform that action at this time.
0 commit comments