[rubygem-dalli] Update to 2.7.4

Josef Stribny jstribny at fedoraproject.org
Wed Mar 18 09:15:55 UTC 2015


commit 9b3cfe81a712f85d73829f75b83ecdaf69b5dd9b
Author: Josef Stribny <jstribny at redhat.com>
Date:   Wed Mar 18 10:15:46 2015 +0100

    Update to 2.7.4

 .gitignore         |  1 +
 rubygem-dalli.spec | 14 ++++++++------
 sources            |  2 +-
 3 files changed, 10 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index db7c4db..447f902 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /dalli-2.6.4.gem
 /dalli-2.7.2.gem
+/dalli-2.7.4.gem
diff --git a/rubygem-dalli.spec b/rubygem-dalli.spec
index 3ba2f41..a8ff08c 100644
--- a/rubygem-dalli.spec
+++ b/rubygem-dalli.spec
@@ -4,8 +4,8 @@
 %global enable_test 1
 
 Name: rubygem-%{gem_name}
-Version: 2.7.2
-Release: 2%{?dist}
+Version: 2.7.4
+Release: 1%{?dist}
 Summary: High performance memcached client for Ruby
 Group: Development/Languages
 License: MIT
@@ -57,10 +57,9 @@ cp -pa .%{gem_dir}/* \
 pushd .%{gem_instdir}
 # connection_pool is not yet in Fedora
 sed -i -e '3d' test/test_active_support.rb
-# There are 2 failures and 1 error regarding SALS
-#   https://github.com/mperham/dalli/issues/439
-ruby -Ilib:test -e "Dir.glob('./test/test_*.rb').sort.each{ |x| require x }" \
-  | grep '.*121 runs, 15461 assertions, 2 failures, 1 errors, 0 skips.*'
+sed -i -e '491,506d' test/test_active_support.rb
+
+ruby -Ilib:test -e "Dir.glob('./test/test_*.rb').sort.each{ |x| require x }"
 popd
 %endif
 
@@ -83,6 +82,9 @@ popd
 
 
 %changelog
+* Wed Mar 18 2015 Josef Stribny <jstribny at redhat.com> - 2.7.4-1
+- Update to 2.7.4
+
 * Mon Jun 16 2014 Josef Stribny <jstribny at redhat.com> - 2.7.2-2
 - Fix the test the right way
 
diff --git a/sources b/sources
index 11b0931..6fa0e58 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-186cd0c48c4c8453a8ae23f230032830  dalli-2.7.2.gem
+5f2634df3a868fc68d99f34788c78945  dalli-2.7.4.gem


More information about the scm-commits mailing list