[rubygem-activerecord/f21] Update to activerecord 4.1.5

Josef Stribny jstribny at fedoraproject.org
Mon Aug 25 16:19:22 UTC 2014


commit afca0ef03cf2d79970cb06d24529cda2ff4b1248
Author: Josef Stribny <jstribny at redhat.com>
Date:   Mon Aug 25 18:19:19 2014 +0200

    Update to activerecord 4.1.5

 .gitignore                |    2 ++
 rubygem-activerecord.spec |   11 +++++++----
 sources                   |    4 ++--
 3 files changed, 11 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 28b9a77..231916f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -42,3 +42,5 @@ activerecord-2.3.8.gem
 /activerecord-4.1.1.gem
 /activerecord-4.1.4-tests.tgz
 /activerecord-4.1.4.gem
+/activerecord-4.1.5-tests.tgz
+/activerecord-4.1.5.gem
diff --git a/rubygem-activerecord.spec b/rubygem-activerecord.spec
index 11ab092..ec83a5d 100644
--- a/rubygem-activerecord.spec
+++ b/rubygem-activerecord.spec
@@ -4,7 +4,7 @@
 Summary: Implements the ActiveRecord pattern for ORM
 Name: rubygem-%{gem_name}
 Epoch: 1
-Version: 4.1.4
+Version: 4.1.5
 Release: 1%{?dist}
 Group: Development/Languages
 License: MIT
@@ -12,8 +12,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.1.4
-# tar czvf activerecord-4.1.4-tests.tgz test/
+# git checkout v4.1.5
+# tar czvf activerecord-4.1.5-tests.tgz test/
 Source1: activerecord-%{version}-tests.tgz
 BuildRequires: rubygems-devel
 BuildRequires: rubygem(bcrypt)
@@ -100,7 +100,10 @@ popd
 %doc %{gem_instdir}/examples
 
 %changelog
-* Fri Jul 04 2014 Josef Stribny <jstribny at redhat.com> - 4.1.4-1
+* Mon Aug 25 2014 Josef Stribny <jstribny at redhat.com> - 1:4.1.5-1
+- Update to activerecord 4.1.5
+
+* Fri Jul 04 2014 Josef Stribny <jstribny at redhat.com> - 1: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
diff --git a/sources b/sources
index 0f8e0fa..268ba8c 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-4e0830991b3bc74fde85bf39b07fc9f1  activerecord-4.1.4-tests.tgz
-817653f1949abefe07f4e2541a1a3475  activerecord-4.1.4.gem
+c0be6a16b1a54b8dd5f748bc511952a1  activerecord-4.1.5-tests.tgz
+4a2c25fa882c739563ba1dc2379b2e34  activerecord-4.1.5.gem


More information about the scm-commits mailing list