From f0b57109d4b7215a230ce29e6ba1035066317a01 Mon Sep 17 00:00:00 2001 From: Mamoru TASAKA Date: Dec 08 2015 07:21:51 +0000 Subject: 3.4.0 - Once disable tests --- diff --git a/.gitignore b/.gitignore index 2b971da..d3c335b 100644 --- a/.gitignore +++ b/.gitignore @@ -20,3 +20,5 @@ /rubygem-rspec-mocks-3.2.1-full.tar.gz /rspec-mocks-3.3.2.gem /rubygem-rspec-mocks-3.3.2-full.tar.gz +/rspec-mocks-3.4.0.gem +/rubygem-rspec-mocks-3.4.0-full.tar.gz diff --git a/rubygem-rspec-mocks.spec b/rubygem-rspec-mocks.spec index ab0a1d5..7cca55e 100644 --- a/rubygem-rspec-mocks.spec +++ b/rubygem-rspec-mocks.spec @@ -1,13 +1,13 @@ -%global majorver 3.3.2 +%global majorver 3.4.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-mocks -%global need_bootstrap_set 0 +%global need_bootstrap_set 1 Summary: Rspec-2 doubles (mocks and stubs) Name: rubygem-%{gem_name} @@ -22,7 +22,7 @@ Source0: https://rubygems.org/gems/%{gem_name}-%{fullver}.gem Source1: rubygem-%{gem_name}-%{version}-full.tar.gz Source2: rspec-related-create-full-tarball.sh -BuildRequires: ruby(release) +#BuildRequires: ruby(release) BuildRequires: rubygems-devel %if 0%{?need_bootstrap_set} < 1 BuildRequires: rubygem(rspec) @@ -77,8 +77,10 @@ popd %files %dir %{gem_instdir} -%license %{gem_instdir}/License.txt -%doc %{gem_instdir}/*.md +%license %{gem_instdir}/LICENSE.md +%doc %{gem_instdir}/Changelog.md +%doc %{gem_instdir}/README.md + %{gem_instdir}/lib/ %exclude %{gem_cache} @@ -88,6 +90,10 @@ popd %{gem_docdir} %changelog +* Tue Dec 8 2015 Mamoru TASAKA - 3.4.0-1 +- 3.4.0 +- Once disable tests + * Wed Aug 12 2015 Mamoru TASAKA - 3.3.2-3 - Enable thread_order dependent tests diff --git a/sources b/sources index ccfd10b..5b85100 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ -72fdad6832007e8fbd4897c457519c66 rspec-mocks-3.3.2.gem -3e25fe6dd7ac69823a0980147d3605e8 rubygem-rspec-mocks-3.3.2-full.tar.gz +e00d6c2cb5a3c6f28557b1f74cb71b84 rspec-mocks-3.4.0.gem +8d9954a2ec004dd585e797f541b5fd13 rubygem-rspec-mocks-3.4.0-full.tar.gz