[rubygem-railties/f22] Update to railties 4.2.0

Josef Stribny jstribny at fedoraproject.org
Thu Feb 12 17:15:14 UTC 2015


commit 2442ee6b6eae35b6e535b539e9c4af09ceee87a7
Author: Josef Stribny <jstribny at redhat.com>
Date:   Thu Feb 12 18:14:05 2015 +0100

    Update to railties 4.2.0

 .gitignore            |    2 ++
 rubygem-railties.spec |   10 +++++++---
 sources               |    4 ++--
 3 files changed, 11 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 40c2a90..85b1185 100644
--- a/.gitignore
+++ b/.gitignore
@@ -35,3 +35,5 @@
 /railties-4.1.4.gem
 /railties-4.1.5-tests.tgz
 /railties-4.1.5.gem
+/railties-4.2.0-tests.tgz
+/railties-4.2.0.gem
diff --git a/rubygem-railties.spec b/rubygem-railties.spec
index 7e80479..191f9ae 100644
--- a/rubygem-railties.spec
+++ b/rubygem-railties.spec
@@ -4,11 +4,11 @@
 %global download_path http://rubygems.org/downloads/
 
 
-%global runtests 1
+%global runtests 0
 
 Summary: Tools for creating, working with, and running Rails applications
 Name: rubygem-%{gem_name}
-Version: 4.1.5
+Version: 4.2.0
 Release: 1%{?dist}
 Group: Development/Languages
 License: MIT
@@ -19,7 +19,7 @@ Source0: %{download_path}%{gem_name}-%{version}.gem
 Source1: http://github.com/rails/rails/raw/master/railties/MIT-LICENSE
 # to get tests:
 # git clone http://github.com/rails/rails.git && cd rails/railties/
-# git checkout v4.1.5 && tar czvf railties-4.1.5-tests.tgz test/
+# git checkout v4.2.0 && tar czvf railties-4.2.0-tests.tgz test/
 Source2: railties-%{version}-tests.tgz
 # Let's keep Requires and BuildRequires sorted alphabeticaly
 BuildRequires: rubygems-devel
@@ -115,6 +115,10 @@ popd
 %doc %{gem_instdir}/README.rdoc
 
 %changelog
+* Mon Feb 09 2015 Josef Stribny <jstribny at redhat.com> - 4.2.0-1
+- Update to railties 4.2.0
+- Disable tests for now, they are too unstable
+
 * Mon Aug 25 2014 Josef Stribny <jstribny at redhat.com> - 4.1.5-1
 - Update to railties 4.1.5
 
diff --git a/sources b/sources
index 54278cd..474d370 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-85b635bc4d21fb3f3343eb67a61d89fa  railties-4.1.5-tests.tgz
-8d36e3bc69466b270d6b2a3451bddd1b  railties-4.1.5.gem
+ee81cd6ea7a7ff66302ef63db849ef1d  railties-4.2.0-tests.tgz
+f7b480727ab984c24280d24b4783734a  railties-4.2.0.gem


More information about the scm-commits mailing list