summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2013-09-09 12:06:48 +0200
committerRemi Collet <fedora@famillecollet.com>2013-09-09 12:06:48 +0200
commit683ba07cf1d749beecf4db320de0cf6e2a3e09f1 (patch)
tree69b29a3ebc67f81d7db7a1f706fc4d259503eb37
parent775c0ac1b50286bb4888ede224578848a2814b7f (diff)
php-pecl-redis: 2.2.4
-rw-r--r--php-pecl-redis.spec9
1 files 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 <remi@fedoraproject.org> - 2.2.4-1
+- Update to 2.2.4
+
* Tue Apr 30 2013 Remi Collet <remi@fedoraproject.org> - 2.2.3-1
- update to 2.2.3
- upstream moved to pecl, rename from php-redis to php-pecl-redis