[rubygem-redis] Update to 3.0.7

Achilleas Pipinellis axilleas at fedoraproject.org
Mon Feb 24 08:03:15 UTC 2014


commit 114029605f1a50b3fef2c8ade021f46d39ce4d8c
Author: Achilleas Pipinellis <axilleas at archlinux.gr>
Date:   Mon Feb 24 01:58:24 2014 +0000

    Update to 3.0.7

 .gitignore         |    6 ++++++
 rubygem-redis.spec |   10 ++++++----
 sources            |    2 +-
 3 files changed, 13 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index a135d66..481b380 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,7 @@
 /redis-3.0.4.gem
+/redis-3.0.7.gem
+*log
+*rpm
+noarch/
+redis*
+results*
diff --git a/rubygem-redis.spec b/rubygem-redis.spec
index 3c772f3..597e89a 100644
--- a/rubygem-redis.spec
+++ b/rubygem-redis.spec
@@ -2,8 +2,8 @@
 %global gem_name redis
 
 Name: rubygem-%{gem_name}
-Version: 3.0.4
-Release: 3%{?dist}
+Version: 3.0.7
+Release: 1%{?dist}
 Summary: A Ruby client library for Redis
 Group: Development/Languages
 License: MIT
@@ -25,7 +25,6 @@ A Ruby client that tries to match Redis' API one-to-one, while still
 providing an idiomatic interface. It features thread-safety,
 client-side sharding, pipelining, and an obsession for performance.
 
-
 %package doc
 Summary: Documentation for %{name}
 Group: Documentation
@@ -97,8 +96,11 @@ cp -pa .%{gem_dir}/* \
 %exclude %{gem_instdir}/test/db/.gitignore
 
 %changelog
+* Mon Feb 24 2014 Achilleas Pipinellis <axilleas at fedoraproject.org> - 3.0.7-1
+- Update to 3.0.7
+
 * Tue Sep 03 2013 Axilleas Pipinellis <axilleaspi at ymail.com> - 3.0.4-3
-- Move %exclude .gitignore to -doc
+- Move %%exclude .gitignore to -doc
 - Reference to redis related bug
 
 * Thu Jun 27 2013 Axilleas Pipinellis <axilleaspi at ymail.com> - 3.0.4-2
diff --git a/sources b/sources
index b4a9c25..b0ca401 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-8ddb0078f605e915cf4738ca3ad19221  redis-3.0.4.gem
+42142fd4ab1af0003725b02e4a424d68  redis-3.0.7.gem


More information about the scm-commits mailing list