package upgrade

This commit is contained in:
lyn1001 2022-06-29 17:52:28 +08:00
parent 6d1542506b
commit 80d53a1fb9
5 changed files with 5 additions and 2 deletions

BIN
rspec-core-3.10.2.gem Normal file

Binary file not shown.

Binary file not shown.

View File

@ -1,5 +1,5 @@
%bcond_with bootstrap
%global majorver 3.8.2
%global majorver 3.10.2
%global rpmminorver .%(echo %preminorver | sed -e 's|^\\.\\.*||')
%global fullver %{majorver}%{?preminorver}
%global gem_name rspec-core
@ -8,7 +8,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
@ -113,6 +113,9 @@ mv lib/rspec/core/configuration_options.rb{.warn,}
%{gem_docdir}
%changelog
* 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

BIN
v3.10.2.tar.gz Normal file

Binary file not shown.

Binary file not shown.