[rubygem-arel] Update to arel 6.0.0

Josef Stribny jstribny at fedoraproject.org
Mon Feb 9 08:35:45 UTC 2015


commit 4b4e212dfb34e9ba9013711b1192093b46b9e5c6
Author: Josef Stribny <jstribny at redhat.com>
Date:   Mon Feb 9 09:35:28 2015 +0100

    Update to arel 6.0.0

 .gitignore        |    2 ++
 rubygem-arel.spec |   16 +++++++++-------
 sources           |    3 ++-
 3 files changed, 13 insertions(+), 8 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 7088eaf..a307917 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,5 @@
 /arel-3.0.2.gem
 /arel-4.0.0.gem
 /arel-5.0.0.gem
+/arel-6.0.0-tests.tgz
+/arel-6.0.0.gem
diff --git a/rubygem-arel.spec b/rubygem-arel.spec
index bd2616f..9c971c6 100644
--- a/rubygem-arel.spec
+++ b/rubygem-arel.spec
@@ -2,12 +2,15 @@
 
 Summary: Arel is a Relational Algebra for Ruby
 Name: rubygem-%{gem_name}
-Version: 5.0.0
-Release: 2%{?dist}
+Version: 6.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
+# git clone https://github.com/rails/arel.git && cd arel
+# git checkout v6.0.0 && tar czvf arel-6.0.0-tests.tgz ./test/
+Source1: arel-%{version}-tests.tgz
 BuildRequires: ruby(release)
 BuildRequires: rubygems-devel
 BuildRequires: ruby
@@ -44,6 +47,7 @@ cp -a .%{gem_dir}/* \
 
 %check
 pushd .%{gem_instdir}
+tar xf %{SOURCE1}
 ruby -Ilib:test -e 'Dir.glob "./test/test_*.rb", &method(:require)'
 popd
 
@@ -56,17 +60,15 @@ popd
 %{gem_spec}
 
 %files doc
-%{gem_instdir}/test
-%{gem_instdir}/arel.gemspec
-%{gem_instdir}/Gemfile
 %doc %{gem_instdir}/History.txt
-%doc %{gem_instdir}/Manifest.txt
 %doc %{gem_instdir}/README.markdown
-%{gem_instdir}/Rakefile
 %doc %{gem_docdir}
 
 
 %changelog
+* Mon Feb 09 2015 Josef Stribny <jstribny at redhat.com> - 6.0.0-1
+- Update to 6.0.0
+
 * Sun Jun 08 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 5.0.0-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
 
diff --git a/sources b/sources
index e8f61f7..ec5fd39 100644
--- a/sources
+++ b/sources
@@ -1 +1,2 @@
-8ae72789974c6dcab0f6a1cb004a2450  arel-5.0.0.gem
+9038ca2d86c9d3c387f00c6a7e834b6c  arel-6.0.0-tests.tgz
+f8f1b0dc0ba5d49e3a8219528e6edbc1  arel-6.0.0.gem


More information about the scm-commits mailing list