This commit is contained in:
Mamoru Tasaka 2011-05-23 00:11:05 +09:00
parent c9e1533aca
commit 47562d39af
3 changed files with 6 additions and 2 deletions

1
.gitignore vendored
View File

@ -2,3 +2,4 @@
/rspec-core-2.6.0.rc4.gem
/rspec-core-2.6.0.rc6.gem
/rspec-core-2.6.0.gem
/rspec-core-2.6.2.gem

View File

@ -1,5 +1,5 @@
%global gemdir %(ruby -rubygems -e 'puts Gem::dir' 2>/dev/null)
%global majorver 2.6.0
%global majorver 2.6.2
#%%global preminorver .rc6
%global rpmminorver .%(echo %preminorver | sed -e 's|^\\.\\.*||')
%global fullver %{majorver}%{?preminorver}
@ -148,6 +148,9 @@ ruby -rubygems -Ilib/ -S bin/rspec \
%{geminstdir}/spec/
%changelog
* Mon May 23 2011 Mamoru Tasaka <mtasaka@fedoraproject.org> - 2.6.2-1
- 2.6.2
* Mon May 16 2011 Mamoru Tasaka <mtasaka@fedoraproject.org> - 2.6.0-1
- 2.6.0

View File

@ -1 +1 @@
1c2b8d2148bcb341d9c97f03b9ca2aef rspec-core-2.6.0.gem
1e7f264a1d244bddfd4321de82ba54f5 rspec-core-2.6.2.gem