[rubygem-activerecord] Update to ActiveRecord 3.2.11.

Vít Ondruch vondruch at fedoraproject.org
Wed Jan 9 15:18:27 UTC 2013


commit 9afa9e4183aa81e34c4d3c93ec039ca27a7cce35
Author: Vít Ondruch <vondruch at redhat.com>
Date:   Wed Jan 9 16:18:02 2013 +0100

    Update to ActiveRecord 3.2.11.

 .gitignore                |    2 ++
 rubygem-activerecord.spec |   11 +++++++----
 sources                   |    4 ++--
 3 files changed, 11 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index b55b6f4..423c94f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -22,3 +22,5 @@ activerecord-2.3.8.gem
 /activerecord-3.2.8.gem
 /activerecord-3.2.10-tests.tgz
 /activerecord-3.2.10.gem
+/activerecord-3.2.11-tests.tgz
+/activerecord-3.2.11.gem
diff --git a/rubygem-activerecord.spec b/rubygem-activerecord.spec
index ff9710c..186843f 100644
--- a/rubygem-activerecord.spec
+++ b/rubygem-activerecord.spec
@@ -5,7 +5,7 @@
 Summary: Implements the ActiveRecord pattern for ORM
 Name: rubygem-%{gem_name}
 Epoch: 1
-Version: 3.2.10
+Version: 3.2.11
 Release: 1%{?dist}
 Group: Development/Languages
 License: MIT
@@ -13,8 +13,8 @@ URL: http://www.rubyonrails.org
 Source0: http://rubygems.org/downloads/activerecord-%{version}.gem
 # git clone http://github.com/rails/rails.git
 # cd rails/activerecord/
-# git checkout v3.2.10
-# tar czvf activerecord-3.2.10-tests.tgz test/
+# git checkout v3.2.11
+# tar czvf activerecord-3.2.11-tests.tgz test/
 Source1: activerecord-%{version}-tests.tgz
 Requires: ruby(abi) = %{rubyabi}
 Requires: ruby(rubygems)
@@ -73,7 +73,7 @@ sed -i '1,2d' test/cases/helper.rb
 # The test suite fails running against sqlite 3.7.15.
 # https://github.com/rails/rails/issues/8724
 # https://bugzilla.redhat.com/show_bug.cgi?id=891865
-ruby -I.:test:lib << EOF | grep "3327 tests, 10457 assertions, 2 failures, 0 errors, 7 skips"
+ruby -I.:test:lib << EOF | grep "3330 tests, 10460 assertions, 2 failures, 0 errors, 7 skips"
   test_files = Dir.glob( "test/cases/**/*_test.rb" )
   test_files.reject! { |x| x =~ %r|/adapters/| }
 
@@ -103,6 +103,9 @@ popd
 
 
 %changelog
+* Wed Jan 09 2013 Vít Ondruch <vondruch at redhat.com> - 1:3.2.11-1
+- Update to ActiveRecord 3.2.11.
+
 * Thu Jan 03 2013 Vít Ondruch <vondruch at redhat.com> - 1:3.2.10-1
 - Update to ActiveRecord 3.2.10.
 
diff --git a/sources b/sources
index 5f7e8dc..175f66a 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-3bddb4f5b974a13c7727cdcb1dcc87b7  activerecord-3.2.10-tests.tgz
-1cce909a68d671b1f20ab4c1f13ef586  activerecord-3.2.10.gem
+deef6128890f8e081699ea245a8e763f  activerecord-3.2.11-tests.tgz
+0a015404f80bdd7b03b03c667d976e9f  activerecord-3.2.11.gem


More information about the scm-commits mailing list