[rubygem-rspec2-expectations] Enable tests

Mamoru TASAKA mtasaka at fedoraproject.org
Mon Nov 10 08:53:14 UTC 2014


commit d1adbbea7c859b502e6f6aa3f746928f295a7376
Author: Mamoru TASAKA <mtasaka at fedoraproject.org>
Date:   Mon Nov 10 17:53:04 2014 +0900

    Enable tests

 rubygem-rspec2-expectations.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/rubygem-rspec2-expectations.spec b/rubygem-rspec2-expectations.spec
index a185b62..70f993d 100644
--- a/rubygem-rspec2-expectations.spec
+++ b/rubygem-rspec2-expectations.spec
@@ -3,7 +3,7 @@
 %global	rpmminorver	.%(echo %preminorver | sed -e 's|^\\.\\.*||')
 %global	fullver	%{majorver}%{?preminorver}
 
-%global	fedorarel	6
+%global	fedorarel	7
 
 %global	gem_name	rspec-expectations
 %global	rpmgem_name	rspec2-expectations
@@ -15,7 +15,7 @@
 
 # %%check section needs rspec-core, however rspec-core depends on rspec-expectations
 # runtime part of rspec-expectaions does not depend on rspec-core
-%global	need_bootstrap_set	1
+%global	need_bootstrap_set	0
 
 %{!?need_bootstrap:	%global	need_bootstrap	%{need_bootstrap_set}}
 
@@ -101,6 +101,9 @@ popd
 %exclude	%{gem_instdir}/spec/
 
 %changelog
+* Mon Nov 10 2014 Mamoru TASAKA <mtasaka at fedoraproject.org> - 2.14.5-7
+- Enable tests
+
 * Wed Sep 17 2014 Mamoru TASAKA <mtasaka at fedoraproject.org> - 2.14.5-6
 - Change summary a bit
 


More information about the scm-commits mailing list