2.13.0
This commit is contained in:
parent
5866684121
commit
8ce69da319
1
.gitignore
vendored
1
.gitignore
vendored
@ -5,3 +5,4 @@
|
||||
/rspec-expectations-2.8.0.gem
|
||||
/rspec-expectations-2.11.3.gem
|
||||
/rspec-expectations-2.12.1.gem
|
||||
/rspec-expectations-2.13.0.gem
|
||||
|
@ -1,16 +1,16 @@
|
||||
%global majorver 2.12.1
|
||||
%global majorver 2.13.0
|
||||
#%%global preminorver .rc6
|
||||
%global rpmminorver .%(echo %preminorver | sed -e 's|^\\.\\.*||')
|
||||
%global fullver %{majorver}%{?preminorver}
|
||||
|
||||
%global fedorarel 3
|
||||
%global fedorarel 1
|
||||
|
||||
%global gem_name rspec-expectations
|
||||
|
||||
|
||||
# %%check section needs rspec-core, however rspec-core depends on rspec-expectations
|
||||
# runtime part of rspec-expectaions does not depend on rspec-core
|
||||
%global need_bootstrap_set 0
|
||||
%global need_bootstrap_set 1
|
||||
|
||||
%{!?need_bootstrap: %global need_bootstrap %{need_bootstrap_set}}
|
||||
|
||||
@ -102,6 +102,9 @@ popd
|
||||
%exclude %{gem_instdir}/spec/
|
||||
|
||||
%changelog
|
||||
* Thu Mar 28 2013 Mamoru TASAKA <mtasaka@fedoraproject.org> - 2.13.0-1
|
||||
- 2.13.0
|
||||
|
||||
* Wed Feb 20 2013 Vít Ondruch <vondruch@redhat.com> - 2.12.1-3
|
||||
- Rebuild for https://fedoraproject.org/wiki/Features/Ruby_2.0.0
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user