[rubygem-will_paginate/f18] Disable Sequel test, since Sequel 4.x does not seem to be supported by will_paginate yet.

Vít Ondruch vondruch at fedoraproject.org
Thu Jan 2 13:44:10 UTC 2014


commit bebce415ad24f1099b4b9941f010d02a23bbcf35
Author: Vít Ondruch <vondruch at redhat.com>
Date:   Thu Jan 2 14:17:46 2014 +0100

    Disable Sequel test, since Sequel 4.x does not seem to be supported by will_paginate yet.

 rubygem-will_paginate.spec |   10 ++++++++--
 1 files changed, 8 insertions(+), 2 deletions(-)
---
diff --git a/rubygem-will_paginate.spec b/rubygem-will_paginate.spec
index 63f060b..3ca0a3d 100644
--- a/rubygem-will_paginate.spec
+++ b/rubygem-will_paginate.spec
@@ -4,7 +4,7 @@
 Summary:       Most awesome pagination solution for Rails
 Name:          rubygem-%{gem_name}
 Version:       3.0.2
-Release:       4%{?dist}
+Release:       5%{?dist}
 Group:         Development/Languages
 License:       MIT
 URL:           http://github.com/mislav/will_paginate
@@ -21,7 +21,9 @@ BuildRequires: rubygem(mocha)
 BuildRequires: rubygem(sqlite3)
 # Use rspec-core until rspec are not migrated to RSpec 2.x
 BuildRequires: rubygem(rspec-core)
-BuildRequires: rubygem(sequel)
+# It seems that will_paginate is not compatible with Sequel 4.x.
+# https://github.com/mislav/will_paginate/issues/333
+# BuildRequires: rubygem(sequel)
 BuildArch:     noarch
 Provides:      rubygem(%{gem_name}) = %{version}
 
@@ -62,6 +64,10 @@ popd
 
 
 %changelog
+* Thu Jan 02 2014 Vít Ondruch <vondruch at redhat.com> - 3.0.2-5
+- Disable Sequel test, since Sequel 4.x does not seem to be supported by
+  will_paginate yet.
+
 * Sat Jul 21 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 3.0.2-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 


More information about the scm-commits mailing list