From 39417a257692c10d14efc9f037fdce69d77a69bd Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 19 Mar 2014 17:25:23 +0100 Subject: php-pecl-redis: 2.2.5 --- php-pecl-redis.spec | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/php-pecl-redis.spec b/php-pecl-redis.spec index 4c120aa..c412123 100644 --- a/php-pecl-redis.spec +++ b/php-pecl-redis.spec @@ -17,8 +17,8 @@ Summary: Extension for communicating with the Redis key-value store Name: %{?scl_prefix}php-pecl-redis -Version: 2.2.4 -Release: 3%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} +Version: 2.2.5 +Release: 1%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} License: PHP Group: Development/Languages URL: http://pecl.php.net/package/redis @@ -240,6 +240,9 @@ rm -rf %{buildroot} %changelog +* Wed Mar 19 2014 Remi Collet - 2.2.5-1 +- Update to 2.2.5 + * Wed Mar 19 2014 Remi Collet - 2.2.4-3 - allow SCL build @@ -273,5 +276,4 @@ rm -rf %{buildroot} - enable ZTS build * Tue Aug 28 2012 Remi Collet - 2.2.1-1 -- initial package - +- initial package \ No newline at end of file -- cgit