[rubygem-arel] Update to arel 4.0.0

Josef Stribny jstribny at fedoraproject.org
Wed Jul 24 13:43:35 UTC 2013


commit 3983dd4f4c223199a44430c8dd364a22b645d4ac
Author: Josef Stribny <jstribny at redhat.com>
Date:   Wed Jul 24 15:43:00 2013 +0200

    Update to arel 4.0.0

 .gitignore        |    1 +
 rubygem-arel.spec |   15 +++++----------
 sources           |    2 +-
 3 files changed, 7 insertions(+), 11 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 7cca198..dfd2d21 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 /arel-2.0.7.gem
 /arel-2.0.9.gem
 /arel-3.0.2.gem
+/arel-4.0.0.gem
diff --git a/rubygem-arel.spec b/rubygem-arel.spec
index 6179539..8b166c9 100644
--- a/rubygem-arel.spec
+++ b/rubygem-arel.spec
@@ -2,16 +2,12 @@
 
 Summary: Arel is a Relational Algebra for Ruby
 Name: rubygem-%{gem_name}
-Version: 3.0.2
-Release: 3%{?dist}
+Version: 4.0.0
+Release: 1%{?dist}
 Group: Development/Languages
 License: MIT
 URL: http://github.com/rails/%{gem_name}
-
 Source0: http://rubygems.org/gems/%{gem_name}-%{version}.gem
-# Fix for test failure. This fix is relevant only for 2.0.x release.
-# https://github.com/rails/arel/issues/107
-Patch0: arel-%{version}-add-bigdecimal-dependency.patch
 Requires: ruby(release)
 Requires: ruby(rubygems)
 Requires: rubygem(bigdecimal)
@@ -43,10 +39,6 @@ Documentation for %{name}
 %setup -q -c -T
 %gem_install -n %{SOURCE0}
 
-pushd .%{gem_dir}
-%patch0 -p1
-popd
-
 %build
 
 %install
@@ -79,6 +71,9 @@ popd
 
 
 %changelog
+* Wed Jul 24 2013 Josef Stribny <jstribny at redhat.com> - 4.0.0-1
+- Update to arel 4.0.0.
+
 * Wed Feb 27 2013 Vít Ondruch <vondruch at redhat.com> - 3.0.2-3
 - Rebuild for https://fedoraproject.org/wiki/Features/Ruby_2.0.0
 
diff --git a/sources b/sources
index 83702ba..5b70eac 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-7436bc52ddb27274c939147d563835ce  arel-3.0.2.gem
+e6657014c055f9e4829a2bbd697123b3  arel-4.0.0.gem


More information about the scm-commits mailing list