From 6de845f4d1d0fc91d92f18107db9772da25ad908 Mon Sep 17 00:00:00 2001 From: Vít Ondruch Date: Mon, 30 Jul 2012 14:23:30 +0200 Subject: Update to ActiveRecord 3.2.7. --- .gitignore | 2 ++ rubygem-activerecord.spec | 15 +++++++-------- sources | 4 ++-- 3 files changed, 11 insertions(+), 10 deletions(-) diff --git a/.gitignore b/.gitignore index 6a35a38..50cda40 100644 --- a/.gitignore +++ b/.gitignore @@ -16,3 +16,5 @@ activerecord-2.3.8.gem /activerecord-3.0.15.gem /activerecord-3.2.6-tests.tgz /activerecord-3.2.6.gem +/activerecord-3.2.7-tests.tgz +/activerecord-3.2.7.gem diff --git a/rubygem-activerecord.spec b/rubygem-activerecord.spec index dc49abe..b188083 100644 --- a/rubygem-activerecord.spec +++ b/rubygem-activerecord.spec @@ -5,16 +5,16 @@ Summary: Implements the ActiveRecord pattern for ORM Name: rubygem-%{gem_name} Epoch: 1 -Version: 3.2.6 -Release: 2%{?dist} +Version: 3.2.7 +Release: 1%{?dist} Group: Development/Languages License: MIT 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.6 -# tar czvf activerecord-3.2.6-tests.tgz test/ +# git checkout v3.2.7 +# tar czvf activerecord-3.2.7-tests.tgz test/ Source1: activerecord-%{version}-tests.tgz Requires: ruby(abi) = %{rubyabi} Requires: ruby(rubygems) @@ -80,10 +80,6 @@ ruby -I.:test:lib << EOF # To prevent a circular dependency w/ actionpack. test_files.delete('test/cases/session_store/session_test.rb') - # Test dependes on mysql adapter - # https://github.com/rails/rails/issues/7103 - test_files.delete('test/cases/connection_specification/resolver_test.rb') - test_files.each { |f| require f } EOF @@ -104,6 +100,9 @@ popd %changelog +* Mon Jul 30 2012 Vít Ondruch - 1:3.2.7-1 +- Update to ActiveRecord 3.2.7. + * Tue Jul 24 2012 Vít Ondruch - 1:3.2.6-2 - Fixed missing epoch in -doc subpackage. diff --git a/sources b/sources index bc2b6f2..8b6eef4 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ -d9c840441f9ece344e81f1229b5fc976 activerecord-3.2.6-tests.tgz -00c29000e63fc7790198488c8550b742 activerecord-3.2.6.gem +424307d88fd5ce80ff5f06c80f871390 activerecord-3.2.7-tests.tgz +f2bfd6796e115a9406dc31f1bd08f71c activerecord-3.2.7.gem -- cgit