summaryrefslogtreecommitdiffstats
path: root/php-pecl-redis.spec
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2014-12-24 16:15:23 +0100
committerRemi Collet <fedora@famillecollet.com>2014-12-24 16:15:23 +0100
commit6bbdf2bea7e6fd5550734d3293ea7c58c67d86f3 (patch)
tree4a290a65b881cc1d61642380fbe45848115dc36b /php-pecl-redis.spec
parentc0e24453c8cf8dfdfdcf6dda082eb67652cf0f0c (diff)
Fedora 21 SCL mass rebuild (done)
Diffstat (limited to 'php-pecl-redis.spec')
-rw-r--r--php-pecl-redis.spec5
1 files changed, 4 insertions, 1 deletions
diff --git a/php-pecl-redis.spec b/php-pecl-redis.spec
index 124c7ea..63ead1f 100644
--- a/php-pecl-redis.spec
+++ b/php-pecl-redis.spec
@@ -25,7 +25,7 @@
Summary: Extension for communicating with the Redis key-value store
Name: %{?scl_prefix}php-pecl-redis
Version: 2.2.5
-Release: 5%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}
+Release: 5%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}.1
License: PHP
Group: Development/Languages
URL: http://pecl.php.net/package/redis
@@ -271,6 +271,9 @@ rm -rf %{buildroot}
%changelog
+* Wed Dec 24 2014 Remi Collet <remi@fedoraproject.org> - 2.2.5-5.1
+- Fedora 21 SCL mass rebuild
+
* Fri Oct 3 2014 Remi Collet <rcollet@redhat.com> - 2.2.5-5
- fix segfault with igbinary serializer
https://github.com/nicolasff/phpredis/issues/341