diff --git a/.gitignore b/.gitignore index a1dbbad..79f21a3 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ /rspec-expectations-2.11.3.gem /rspec-expectations-2.12.1.gem /rspec-expectations-2.13.0.gem +/rspec-expectations-2.14.2.gem diff --git a/rubygem-rspec-expectations.spec b/rubygem-rspec-expectations.spec index 64584a2..d2fa32c 100644 --- a/rubygem-rspec-expectations.spec +++ b/rubygem-rspec-expectations.spec @@ -1,16 +1,16 @@ -%global majorver 2.13.0 +%global majorver 2.14.2 #%%global preminorver .rc6 %global rpmminorver .%(echo %preminorver | sed -e 's|^\\.\\.*||') %global fullver %{majorver}%{?preminorver} -%global fedorarel 2 +%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}} @@ -78,6 +78,7 @@ rm -f %{buildroot}%{gem_instdir}/{.document,.gitignore,.travis.yml,.yardopts} %if 0%{?need_bootstrap} < 1 %check +LANG=en_US.UTF-8 pushd .%{gem_instdir} ruby -rubygems -Ilib/ -S rspec spec/ popd @@ -102,6 +103,9 @@ popd %exclude %{gem_instdir}/spec/ %changelog +* Fri Aug 16 2013 Mamoru TASAKA - 2.14.2-1 +- 2.14.2 + * Sun Aug 04 2013 Fedora Release Engineering - 2.13.0-2.1 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild diff --git a/sources b/sources index 07c69a5..84b71c9 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -2873d31ef1f8f65d3a04ac40e27825a1 rspec-expectations-2.13.0.gem +8ce4e52f400bb7e2aa9029b4e2a300c0 rspec-expectations-2.14.2.gem