Compare commits

..

No commits in common. "acdb0ecf466ab08503fd6b078cc6426572f38315" and "cc4bc34b1ce7c1974eba8918214ddd59960f30d4" have entirely different histories.

5 changed files with 2 additions and 17 deletions

Binary file not shown.

BIN
rspec-core-3.8.2.gem Normal file

Binary file not shown.

View File

@ -1,5 +1,4 @@
%bcond_with bootstrap
%global majorver 3.12.0
%global majorver 3.8.2
%global rpmminorver .%(echo %preminorver | sed -e 's|^\\.\\.*||')
%global fullver %{majorver}%{?preminorver}
%global gem_name rspec-core
@ -8,7 +7,7 @@
Summary: Rspec-2 runner and formatters
Name: rubygem-%{gem_name}
Version: %{majorver}
Release: 2
Release: 1
License: MIT
URL: http://github.com/rspec/rspec-mocks
Source0: http://rubygems.org/gems/%{gem_name}-%{fullver}.gem
@ -43,7 +42,6 @@ gem build %{gem_name}.gemspec
mkdir -p %{buildroot}%{_prefix}
cp -a .%{_prefix}/* %{buildroot}%{_prefix}/
rm -f %{buildroot}%{gem_instdir}/{.document,.yardopts}
%if %{with bootstrap}
%if 0%{?need_bootstrap_set} < 1
%check
@ -96,7 +94,6 @@ ruby -rrubygems -Ilib/ -S exe/rspec || \
ruby -rrubygems -Ilib/ -S exe/rspec --tag ~broken
%endif
mv lib/rspec/core/configuration_options.rb{.warn,}
%endif
%files
%dir %{gem_instdir}
@ -113,17 +110,5 @@ mv lib/rspec/core/configuration_options.rb{.warn,}
%{gem_docdir}
%changelog
* Wed Jan 18 2023 Ge Wang <wangge20@h-partners.com> -3.12.0-2
- Restore need_bootstrap_set flag after upgrade
* Mon Jan 09 2023 Ge Wang <wangge20@h-partners.com> - 3.12.0-1
- Upgrade to version 3.12.0
* Wed Jun 29 2022 liyanan <liyanan32@h-partners.com> - 3.10.2-1
- Upgrade to version 3.10.2
* Mon Sep 7 2020 liyanan <liyanan32@huawei.com> - 3.8.2-2
- fix build fail
* Wed Aug 19 2020 huangyangke <huangyangke@huawei.com> - 3.8.2-1
- package init

Binary file not shown.

BIN
v3.8.2.tar.gz Normal file

Binary file not shown.