!2 Update to version 0.19.1
From: @wang--ge Reviewed-by: @shinwell_hu Signed-off-by: @shinwell_hu
This commit is contained in:
commit
6200ddf789
@ -2,7 +2,7 @@
|
|||||||
%global rubyabi 1.9.1
|
%global rubyabi 1.9.1
|
||||||
Summary: Code coverage analysis tool for Ruby 1.9
|
Summary: Code coverage analysis tool for Ruby 1.9
|
||||||
Name: rubygem-%{gem_name}
|
Name: rubygem-%{gem_name}
|
||||||
Version: 0.13.0
|
Version: 0.19.1
|
||||||
Release: 1
|
Release: 1
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: http://github.com/colszowka/simplecov
|
URL: http://github.com/colszowka/simplecov
|
||||||
@ -45,7 +45,6 @@ rm -rf %{buildroot}%{gem_instdir}/.yardopts
|
|||||||
rm -rf %{buildroot}%{gem_instdir}/.yardoc
|
rm -rf %{buildroot}%{gem_instdir}/.yardoc
|
||||||
rm -f %{buildroot}%{gem_instdir}/Gemfile
|
rm -f %{buildroot}%{gem_instdir}/Gemfile
|
||||||
rm -f %{buildroot}%{gem_instdir}/simplecov.gemspec
|
rm -f %{buildroot}%{gem_instdir}/simplecov.gemspec
|
||||||
chmod 0755 %{buildroot}%{gem_instdir}/Rakefile
|
|
||||||
mv %{buildroot}%{gem_instdir}/doc %{buildroot}/%{gem_docdir}/
|
mv %{buildroot}%{gem_instdir}/doc %{buildroot}/%{gem_docdir}/
|
||||||
|
|
||||||
%check
|
%check
|
||||||
@ -57,21 +56,25 @@ popd
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%dir %{gem_instdir}
|
%dir %{gem_instdir}
|
||||||
%doc %{gem_instdir}/MIT-LICENSE
|
%doc %{gem_instdir}/LICENSE
|
||||||
%{gem_instdir}/cucumber.yml
|
|
||||||
%{gem_instdir}/features
|
|
||||||
%{gem_libdir}
|
%{gem_libdir}
|
||||||
%exclude %{gem_cache}
|
%exclude %{gem_cache}
|
||||||
%{gem_spec}
|
%{gem_spec}
|
||||||
|
|
||||||
%files doc
|
%files doc
|
||||||
%doc %{gem_docdir}
|
%doc %{gem_docdir}
|
||||||
%{gem_instdir}/spec
|
|
||||||
%{gem_instdir}/Rakefile
|
|
||||||
%{gem_instdir}/CHANGELOG.md
|
%{gem_instdir}/CHANGELOG.md
|
||||||
%{gem_instdir}/README.md
|
%{gem_instdir}/README.md
|
||||||
%{gem_instdir}/CONTRIBUTING.md
|
%{gem_instdir}/CONTRIBUTING.md
|
||||||
|
%{gem_instdir}/CODE_OF_CONDUCT.md
|
||||||
|
%{gem_instdir}/ISSUE_TEMPLATE.md
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Nov 13 2023 Ge Wang <wang__ge@126.com> - 0.19.1-1
|
||||||
|
- update to version 0.19.1
|
||||||
|
- No more warnings triggered by enable_for_subprocesses.
|
||||||
|
- Avoid trying to patch Process.fork when it isn't available.
|
||||||
|
- Dropped support for Ruby 2.4, it reached EOL
|
||||||
|
|
||||||
* Wed Aug 19 2020 maminjie <maminjie1@huawei.com> - 0.13.0-1
|
* Wed Aug 19 2020 maminjie <maminjie1@huawei.com> - 0.13.0-1
|
||||||
- package init
|
- package init
|
||||||
|
|||||||
Binary file not shown.
BIN
simplecov-0.19.1.gem
Normal file
BIN
simplecov-0.19.1.gem
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user