2.6.4
This commit is contained in:
parent
212a36a4cc
commit
8b8529bf76
1
.gitignore
vendored
1
.gitignore
vendored
@ -4,3 +4,4 @@
|
||||
/rspec-core-2.6.0.gem
|
||||
/rspec-core-2.6.2.gem
|
||||
/rspec-core-2.6.3.gem
|
||||
/rspec-core-2.6.4.gem
|
||||
|
@ -1,5 +1,5 @@
|
||||
%global gemdir %(ruby -rubygems -e 'puts Gem::dir' 2>/dev/null)
|
||||
%global majorver 2.6.3
|
||||
%global majorver 2.6.4
|
||||
#%%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
|
||||
* Tue Jun 7 2011 Mamoru Tasaka <mtasaka@fedoraproject.org> - 2.6.4-1
|
||||
- 2.6.4
|
||||
|
||||
* Wed May 25 2011 Mamoru Tasaka <mtasaka@fedoraproject.org> - 2.6.3-1
|
||||
- 2.6.3
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user