[rubygem-activerecord] Update to activerecord 4.1.4

Josef Stribny jstribny at fedoraproject.org
Fri Jul 4 08:58:43 UTC 2014


commit dddeeec0daa18d87ac2b7f04f052fe6accc33ffb
Author: Josef Stribny <jstribny at redhat.com>
Date:   Fri Jul 4 10:58:47 2014 +0200

    Update to activerecord 4.1.4

 .gitignore                |    2 ++
 rubygem-activerecord.spec |   11 +++++++----
 sources                   |    4 ++--
 3 files changed, 11 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 57576f3..28b9a77 100644
--- a/.gitignore
+++ b/.gitignore
@@ -40,3 +40,5 @@ activerecord-2.3.8.gem
 /activerecord-4.1.0.gem
 /activerecord-4.1.1-tests.tgz
 /activerecord-4.1.1.gem
+/activerecord-4.1.4-tests.tgz
+/activerecord-4.1.4.gem
diff --git a/rubygem-activerecord.spec b/rubygem-activerecord.spec
index 50aae0c..11ab092 100644
--- a/rubygem-activerecord.spec
+++ b/rubygem-activerecord.spec
@@ -4,16 +4,16 @@
 Summary: Implements the ActiveRecord pattern for ORM
 Name: rubygem-%{gem_name}
 Epoch: 1
-Version: 4.1.1
-Release: 2%{?dist}
+Version: 4.1.4
+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 v4.1.1
-# tar czvf activerecord-4.1.1-tests.tgz test/
+# git checkout v4.1.4
+# tar czvf activerecord-4.1.4-tests.tgz test/
 Source1: activerecord-%{version}-tests.tgz
 BuildRequires: rubygems-devel
 BuildRequires: rubygem(bcrypt)
@@ -100,6 +100,9 @@ popd
 %doc %{gem_instdir}/examples
 
 %changelog
+* Fri Jul 04 2014 Josef Stribny <jstribny at redhat.com> - 4.1.4-1
+- Update to activerecord 4.1.4
+
 * Sun Jun 08 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1:4.1.1-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
 
diff --git a/sources b/sources
index e9b612a..0f8e0fa 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-476df3c12448368e3a327f037263d176  activerecord-4.1.1-tests.tgz
-54dc3f10087bf2e67ebc358e2929ff57  activerecord-4.1.1.gem
+4e0830991b3bc74fde85bf39b07fc9f1  activerecord-4.1.4-tests.tgz
+817653f1949abefe07f4e2541a1a3475  activerecord-4.1.4.gem


More information about the scm-commits mailing list