rpms/rubygem-rcov/F-13 rubygem-rcov.spec,1.1,1.2 sources,1.2,1.3

Matthew Kent mkent at fedoraproject.org
Thu May 6 07:00:30 UTC 2010


Author: mkent

Update of /cvs/pkgs/rpms/rubygem-rcov/F-13
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv24693

Modified Files:
	rubygem-rcov.spec sources 
Log Message:
* Tue May 04 2010 Matthew Kent <mkent at magoazul.com> - 0.9.8-1
- New upstream version - fix for occasional SEGV.
- Enable tests.



Index: rubygem-rcov.spec
===================================================================
RCS file: /cvs/pkgs/rpms/rubygem-rcov/F-13/rubygem-rcov.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- rubygem-rcov.spec	7 Dec 2009 05:40:24 -0000	1.1
+++ rubygem-rcov.spec	6 May 2010 07:00:30 -0000	1.2
@@ -8,8 +8,8 @@
 
 Summary: Code coverage analysis tool for Ruby
 Name: rubygem-%{gemname}
-Version: 0.9.6
-Release: 2%{?dist}
+Version: 0.9.8
+Release: 1%{?dist}
 Group: Development/Languages
 License: GPLv2 or Ruby
 URL: http://github.com/relevance/rcov
@@ -20,6 +20,7 @@ Requires: ruby(abi) = %{rubyabi}
 BuildRequires: ruby(rubygems)
 BuildRequires: ruby(abi) = %{rubyabi}
 BuildRequires: ruby-devel
+BuildRequires(check): ruby-devel, rubygem-rake
 Provides: rubygem(%{gemname}) = %{version}
 
 %description
@@ -79,11 +80,9 @@ find %{buildroot}%{geminstdir}/bin -type
 %clean
 rm -rf %{buildroot}
 
-# TODO: Tests are shipped in the gem but broken in 0.9.6, attempt to run in
-#       next release. Issue is missing files in test/, specifically
-#       test_helper.rb, assets/sample_06.rb and expected_coverage/*
-#       Requested resolution in 
-#       http://github.com/relevance/rcov/issues/#issue/36 
+%check
+pushd .%{geminstdir}
+rake test
 
 %files
 %defattr(-,root,root,-)
@@ -107,6 +106,10 @@ rm -rf %{buildroot}
 %{gemdir}/doc/%{gemname}-%{version}
 
 %changelog
+* Tue May 04 2010 Matthew Kent <mkent at magoazul.com> - 0.9.8-1
+- New upstream version - fix for occasional SEGV.
+- Enable tests.
+
 * Thu Dec 03 2009 Matthew Kent <mkent at magoazul.com> - 0.9.6-2
 - Remove Requires for rubygem(rake) (#543337).
 - Move ext to -doc (#543337).


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/rubygem-rcov/F-13/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- sources	7 Dec 2009 05:40:24 -0000	1.2
+++ sources	6 May 2010 07:00:30 -0000	1.3
@@ -1 +1 @@
-dbb6711acf626c032d8a93951ce105be  rcov-0.9.6.gem
+3f8fac3aa752a2ed6286812babc595d0  rcov-0.9.8.gem



More information about the scm-commits mailing list