3.11.0
This commit is contained in:
parent
c0be2aa6ea
commit
35c7273f1a
@ -1,9 +1,9 @@
|
||||
%global majorver 3.10.2
|
||||
%global majorver 3.11.0
|
||||
#%%global preminorver .rc6
|
||||
%global rpmminorver .%(echo %preminorver | sed -e 's|^\\.\\.*||')
|
||||
%global fullver %{majorver}%{?preminorver}
|
||||
|
||||
%global fedorarel 2
|
||||
%global fedorarel 1
|
||||
|
||||
%global gem_name rspec-core
|
||||
|
||||
@ -11,7 +11,7 @@
|
||||
# runtime part of rspec-mocks does not depend on rspec-core
|
||||
# Disable test for now due to cucumber v.s. gherkin dependency issue
|
||||
# pulled by aruba
|
||||
%global need_bootstrap_set 0
|
||||
%bcond_without bootstrap
|
||||
|
||||
%undefine __brp_mangle_shebangs
|
||||
|
||||
@ -32,7 +32,7 @@ Patch0: rubygem-rspec-core-3.10.1-Filter-content-of-usr-share-ruby.patch
|
||||
|
||||
#BuildRequires: ruby(release)
|
||||
BuildRequires: rubygems-devel
|
||||
%if 0%{?need_bootstrap_set} < 1
|
||||
%if %{without bootstrap}
|
||||
BuildRequires: rubygem(minitest)
|
||||
BuildRequires: rubygem(rake)
|
||||
BuildRequires: rubygem(rspec)
|
||||
@ -94,8 +94,8 @@ cp -a .%{_prefix}/* %{buildroot}%{_prefix}/
|
||||
# cleanups
|
||||
rm -f %{buildroot}%{gem_instdir}/{.document,.yardopts}
|
||||
|
||||
%if 0%{?need_bootstrap_set} < 1
|
||||
%check
|
||||
%if %{without bootstrap}
|
||||
LANG=C.UTF-8
|
||||
# Adjust the backtrace filters to our directory layout.
|
||||
sed -i '/backtrace_exclusion_patterns/ s/rspec-core/rspec-core-%{version}/' \
|
||||
@ -174,6 +174,9 @@ done
|
||||
%{gem_docdir}
|
||||
|
||||
%changelog
|
||||
* Thu Feb 10 2022 Mamoru TASAKA <mtasaka@fedoraproject.org> - 3.11.0-1
|
||||
- 3.11.0
|
||||
|
||||
* Fri Jan 28 2022 Mamoru TASAKA <mtasaka@fedoraproject.org> - 3.10.2-2
|
||||
- Disable test failing on ruby31 for now
|
||||
|
||||
|
4
sources
4
sources
@ -1,2 +1,2 @@
|
||||
SHA512 (rspec-core-3.10.2.gem) = ce35b247be7b5cc656febda685021f18b5e752b865d8815ac4ac1fd1de05b3d7f8bca97c8183afa5395f0acf59a0725037ecd887e319f566a0b1d55140d2119c
|
||||
SHA512 (rubygem-rspec-core-3.10.2-full.tar.gz) = 6329fc1de12f7044201d4cc5170e50d6342b3ec9c4ccbbb5dba01edbf556f20467b2a41a2578e28b71b375dde512bc9a7b5088785abe0a5f2f297007e68624f9
|
||||
SHA512 (rspec-core-3.11.0.gem) = 2cec4af0ac69776a4846ef93e98f5459e346b22b9f118aa3fb65c71b8fcecd3d6d156ffba0a6509fb11c9d9e3d88badcece23055e4f3ea0f4ef6e867372fc9b9
|
||||
SHA512 (rubygem-rspec-core-3.11.0-full.tar.gz) = b21894403df5bdb7a0456b490cf69c42ecdda54a3dcfd64f91d2ca7d63a339e1b08f595bfa8612ce49f718db526f63acda44bff11ae13a58ba8edfe0cacdcfdc
|
||||
|
Loading…
Reference in New Issue
Block a user