|
|
|
@ -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@redhat.com> - 2.7.4-1
|
|
|
|
|
- Update to 2.7.4
|
|
|
|
|
|
|
|
|
|
* Mon Jun 16 2014 Josef Stribny <jstribny@redhat.com> - 2.7.2-2
|
|
|
|
|
- Fix the test the right way
|
|
|
|
|
|
|
|
|
|