This commit is contained in:
Mamoru Tasaka 2011-06-07 23:14:41 +09:00
parent 212a36a4cc
commit 8b8529bf76
3 changed files with 6 additions and 2 deletions

1
.gitignore vendored
View File

@ -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

View File

@ -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

View File

@ -1 +1 @@
da2ef945828d95442eee546c09e67669 rspec-core-2.6.3.gem
89f85770f34f6b764383ad987d230905 rspec-core-2.6.4.gem