[rubygem-actionview] Run tests

Josef Stribny jstribny at fedoraproject.org
Fri Feb 13 12:25:09 UTC 2015


commit 822d68d58ee1109476a5ecc623743d47eaef5e15
Author: Josef Stribny <jstribny at redhat.com>
Date:   Fri Feb 13 13:24:54 2015 +0100

    Run tests

 rubygem-actionview.spec |   10 +++++++---
 sources                 |    3 +--
 2 files changed, 8 insertions(+), 5 deletions(-)
---
diff --git a/rubygem-actionview.spec b/rubygem-actionview.spec
index 238ffc8..19f2147 100644
--- a/rubygem-actionview.spec
+++ b/rubygem-actionview.spec
@@ -1,9 +1,9 @@
 %global gem_name actionview
-%global bootstrap 1
+%global bootstrap 0
 
 Name: rubygem-%{gem_name}
 Version: 4.2.0
-Release: 1%{?dist}
+Release: 2%{?dist}
 Summary: Rendering framework putting the V in MVC (part of Rails)
 Group: Development/Languages
 License: MIT
@@ -12,7 +12,7 @@ Source0: https://rubygems.org/gems/%{gem_name}-%{version}.gem
 # git clone http://github.com/rails/rails.git
 # cd rails/actionview/
 # git checkout v4.2.0
-# tar czvf activesupport-4.2.0-tests.tgz test/
+# tar czvf actionview-4.2.0-tests.tgz test/
 Source1: %{gem_name}-%{version}-tests.tgz
 BuildRequires: ruby(release)
 BuildRequires: rubygems-devel
@@ -20,6 +20,7 @@ BuildRequires: rubygems-devel
 BuildRequires: rubygem(activesupport) = %{version}
 BuildRequires: rubygem(activerecord) = %{version}
 BuildRequires: rubygem(actionpack) = %{version}
+BuildRequires: rubygem(railties) = %{version}
 BuildRequires: rubygem(sqlite3)
 BuildRequires: rubygem(minitest)
 BuildRequires: rubygem(mocha) >= 0.9.8
@@ -80,6 +81,9 @@ popd
 %doc %{gem_instdir}/CHANGELOG.md
 
 %changelog
+* Fri Feb 13 2015 Josef Stribny <jstribny at redhat.com> - 4.2.0-2
+- Run tests
+
 * Mon Feb 09 2015 Josef Stribny <jstribny at redhat.com> - 4.2.0-1
 - Update to actionview 4.2.0
 
diff --git a/sources b/sources
index 3c00ab4..9acc8b9 100644
--- a/sources
+++ b/sources
@@ -1,2 +1 @@
-1eaf0ed4f01d7bb7a1c7c294a868d4ed  actionview-4.2.0-tests.tgz
-cb978857e9a6e7fd09dd0331bf50def0  actionview-4.2.0.gem
+08423dbd90f7149a8935a47100fbc37d  actionview-4.2.0-tests.tgz


More information about the scm-commits mailing list