[rubygem-will_paginate] Update to will_paginate 3.0.7.

Vít Ondruch vondruch at fedoraproject.org
Mon Jul 7 12:37:52 UTC 2014


commit 3896961bd0bdbbd36775f94ea996670985e1a5f6
Author: Vít Ondruch <vondruch at redhat.com>
Date:   Mon Jul 7 14:37:55 2014 +0200

    Update to will_paginate 3.0.7.

 .gitignore                 |    1 +
 rubygem-will_paginate.spec |   15 +++++++++------
 sources                    |    2 +-
 3 files changed, 11 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 017904d..75e9008 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@ will_paginate-2.3.12.gem
 /will_paginate-3.0.2.gem
 /will_paginate-3.0.4.gem
 /will_paginate-3.0.5.gem
+/will_paginate-3.0.7.gem
diff --git a/rubygem-will_paginate.spec b/rubygem-will_paginate.spec
index 8138519..adad7b3 100644
--- a/rubygem-will_paginate.spec
+++ b/rubygem-will_paginate.spec
@@ -3,20 +3,21 @@
 
 Summary:       Most awesome pagination solution for Rails
 Name:          rubygem-%{gem_name}
-Version:       3.0.5
-Release:       2%{?dist}
+Version:       3.0.7
+Release:       1%{?dist}
 Group:         Development/Languages
 License:       MIT
 URL:           http://github.com/mislav/will_paginate
 Source0:       http://rubygems.org/gems/%{gem_name}-%{version}.gem
-Requires:      ruby(release)
-Requires:      ruby(rubygems)
-Requires:      rubygem(activerecord)
 BuildRequires: ruby(release)
 BuildRequires: rubygems-devel
 BuildRequires: rubygem(activesupport)
 BuildRequires: rubygem(actionpack)
 BuildRequires: rubygem(activerecord)
+# apply_finder_options was deprecated in RoR, this might be possible to remove
+# in the future.
+# https://github.com/mislav/will_paginate/issues/322
+BuildRequires: rubygem(activerecord-deprecated_finders)
 BuildRequires: rubygem(mocha)
 BuildRequires: rubygem(sqlite3)
 BuildRequires: rubygem(rspec)
@@ -24,7 +25,6 @@ BuildRequires: rubygem(rspec)
 # https://github.com/mislav/will_paginate/issues/333
 # BuildRequires: rubygem(sequel)
 BuildArch:     noarch
-Provides:      rubygem(%{gem_name}) = %{version}
 
 %description
 The will_paginate library provides a simple, yet powerful and extensible API
@@ -59,6 +59,9 @@ popd
 
 
 %changelog
+* Mon Jul 07 2014 Vít Ondruch <vondruch at redhat.com> - 3.0.7-1
+- Update to will_paginate 3.0.7.
+
 * Sun Jun 08 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 3.0.5-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
 
diff --git a/sources b/sources
index 292c5bb..19d50c5 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-076325a70bb1ecd6194d1500e1e21e5c  will_paginate-3.0.5.gem
+55ea859b0a174674a64dc1d5d3aa70cb  will_paginate-3.0.7.gem


More information about the scm-commits mailing list