From 683ba07cf1d749beecf4db320de0cf6e2a3e09f1 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 9 Sep 2013 12:06:48 +0200 Subject: php-pecl-redis: 2.2.4 --- php-pecl-redis.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/php-pecl-redis.spec b/php-pecl-redis.spec index 3e8537b..5069ed1 100644 --- a/php-pecl-redis.spec +++ b/php-pecl-redis.spec @@ -10,7 +10,7 @@ %global pecl_name redis -%if 0%{?fedora} >= 17 || 0%{?rhel} >= 6 +%if 0%{?fedora} >= 19 %ifarch ppc64 # redis have ExcludeArch: ppc64 %global with_test 0 @@ -24,8 +24,8 @@ Summary: Extension for communicating with the Redis key-value store Name: php-pecl-redis -Version: 2.2.3 -Release: 1%{?dist} +Version: 2.2.4 +Release: 1%{?dist}.1 License: PHP Group: Development/Languages URL: http://pecl.php.net/package/redis @@ -231,6 +231,9 @@ rm -rf %{buildroot} %changelog +* Mon Sep 09 2013 Remi Collet - 2.2.4-1 +- Update to 2.2.4 + * Tue Apr 30 2013 Remi Collet - 2.2.3-1 - update to 2.2.3 - upstream moved to pecl, rename from php-redis to php-pecl-redis -- cgit