[rubygem-activerecord] Update to ActiveRecord 4.0.3

Josef Stribny jstribny at fedoraproject.org
Wed Feb 26 16:21:06 UTC 2014


commit dcb76e87b39d9a1be507746780553f859fb095ef
Author: Josef Stribny <jstribny at redhat.com>
Date:   Wed Feb 26 17:21:53 2014 +0100

    Update to ActiveRecord 4.0.3

 .gitignore                |    2 ++
 rubygem-activerecord.spec |    9 ++++++---
 sources                   |    4 ++--
 3 files changed, 10 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 264f8d6..9cfb5cc 100644
--- a/.gitignore
+++ b/.gitignore
@@ -34,3 +34,5 @@ activerecord-2.3.8.gem
 /activerecord-4.0.1.gem
 /activerecord-4.0.2-tests.tgz
 /activerecord-4.0.2.gem
+/activerecord-4.0.3-tests.tgz
+/activerecord-4.0.3.gem
diff --git a/rubygem-activerecord.spec b/rubygem-activerecord.spec
index 8075c75..540c941 100644
--- a/rubygem-activerecord.spec
+++ b/rubygem-activerecord.spec
@@ -6,7 +6,7 @@
 Summary: Implements the ActiveRecord pattern for ORM
 Name: rubygem-%{gem_name}
 Epoch: 1
-Version: 4.0.2
+Version: 4.0.3
 Release: 2%{?dist}
 Group: Development/Languages
 License: MIT
@@ -14,8 +14,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 v4.0.2
-# tar czvf activerecord-4.0.2-tests.tgz test/
+# git checkout v%{version}
+# tar czvf activerecord-%{version}-tests.tgz test/
 Source1: activerecord-%{version}-tests.tgz
 # SQLite 3.8.2 changed the error message for unique constraint
 # https://github.com/rails/rails/pull/13291
@@ -119,6 +119,9 @@ popd
 %doc %{gem_instdir}/examples
 
 %changelog
+* Wed Feb 26 2014 Josef Stribny <jstribny at redhat.com> - 1:4.0.3-1
+- Update to ActiveRecord 4.0.3
+
 * Wed Dec 11 2013 Josef Stribny <jstribny at redhat.com> - 1:4.0.2-2
 - Enable tests
 - Patch for new sqlite
diff --git a/sources b/sources
index c02588f..ec9762b 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-1b69a28e4e32f0a19ea180786aba47f7  activerecord-4.0.2-tests.tgz
-b8456717d9d8e8dfebd36c9ba49476a7  activerecord-4.0.2.gem
+8dc4585dd4fb8d63166e620487a66248  activerecord-4.0.3-tests.tgz
+2cc3daa5020b3b1945cc5cdec1e5f609  activerecord-4.0.3.gem


More information about the scm-commits mailing list