[rubygem-actionpack] Update to actionpack 4.2.0

Josef Stribny jstribny at fedoraproject.org
Thu Feb 12 14:32:53 UTC 2015


commit 68fd6b9db718f739e7b03cda2a16647462650528
Author: Josef Stribny <jstribny at redhat.com>
Date:   Thu Feb 12 15:32:33 2015 +0100

    Update to actionpack 4.2.0

 .gitignore              |    2 ++
 rubygem-actionpack.spec |   13 +++++++++++--
 sources                 |    4 ++--
 3 files changed, 15 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 15c2443..dd0dc08 100644
--- a/.gitignore
+++ b/.gitignore
@@ -43,3 +43,5 @@ actionpack-2.3.8.gem
 /actionpack-4.1.4.gem
 /actionpack-4.1.5-tests.tgz
 /actionpack-4.1.5.gem
+/actionpack-4.2.0-tests.tgz
+/actionpack-4.2.0.gem
diff --git a/rubygem-actionpack.spec b/rubygem-actionpack.spec
index 630fce9..33f6c17 100644
--- a/rubygem-actionpack.spec
+++ b/rubygem-actionpack.spec
@@ -1,10 +1,12 @@
 # Generated from actionpack-1.13.5.gem by gem2rpm -*- rpm-spec -*-
 %global gem_name actionpack
 
+%global bootstrap 1
+
 Summary: Web-flow and rendering framework putting the VC in MVC
 Name: rubygem-%{gem_name}
 Epoch: 1
-Version: 4.1.5
+Version: 4.2.0
 Release: 1%{?dist}
 Group: Development/Languages
 License: MIT
@@ -16,11 +18,12 @@ Source0: http://rubygems.org/downloads/actionpack-%{version}.gem
 # git clone http://github.com/rails/rails.git
 # cd rails/actionpack/
 # git checkout v4.1.0
-# tar czvf actionpack-4.1.5-tests.tgz test/
+# tar czvf actionpack-4.2.0-tests.tgz test/
 Source2: actionpack-%{version}-tests.tgz
 
 # Let's keep Requires and BuildRequires sorted alphabeticaly
 BuildRequires: rubygems-devel
+%if 0%{bootstrap} < 1
 BuildRequires: rubygem(activemodel) = %{version}
 BuildRequires: rubygem(activerecord) = %{version}
 BuildRequires: rubygem(activesupport) = %{version}
@@ -39,6 +42,7 @@ BuildRequires: rubygem(sqlite3)
 BuildRequires: rubygem(therubyracer)
 BuildRequires: rubygem(tzinfo)
 BuildRequires: rubygem(uglifier)
+%endif
 BuildArch: noarch
 
 %description
@@ -89,6 +93,7 @@ cp -a .%{gem_dir}/* %{buildroot}%{gem_dir}
 %clean
 rm -rf %{buildroot}
 
+%if 0%{bootstrap} < 1
 %check
 pushd .%{gem_instdir}
 
@@ -113,6 +118,7 @@ ruby -w -I.:lib:test -rtimeout -e 'Dir.glob("test/{abstract,controller,dispatch,
 # due to test classes that have same names in activerecord and other tests
 ruby -w -I.:lib:test -e 'Dir.glob("test/activerecord/**/*_test.rb").each {|t| require t}'
 popd
+%endif
 
 %files
 %dir %{gem_instdir}
@@ -128,6 +134,9 @@ popd
 %{gem_instdir}/test/
 
 %changelog
+* Mon Feb 09 2015 Josef Stribny <jstribny at redhat.com> - 1:4.2.0-1
+- Update to actionpack 4.2.0
+
 * Mon Aug 25 2014 Josef Stribny <jstribny at redhat.com> - 4.1.5-1
 - Update to actionpack 4.1.5
 
diff --git a/sources b/sources
index 7d82b13..92b49dd 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-54fe0bfa204c36516983136bc69bb2d8  actionpack-4.1.5-tests.tgz
-3ca1163c9863685f418798ad8d6219fe  actionpack-4.1.5.gem
+69a5e432da2dbef05f0ab507e74ab6cc  actionpack-4.2.0-tests.tgz
+7cf97350719b6762117d1e2ba118a83e  actionpack-4.2.0.gem


More information about the scm-commits mailing list