From 1df83c8038106e9e833b2f0f31f72bdf407ac0aa Mon Sep 17 00:00:00 2001 From: Josef Stribny Date: Mon, 22 Apr 2013 13:50:51 +0200 Subject: [PATCH] Update to aruba 0.5.2 --- .gitignore | 1 + rubygem-aruba.spec | 22 +++++----------------- sources | 2 +- 3 files changed, 7 insertions(+), 18 deletions(-) diff --git a/.gitignore b/.gitignore index e0cc51b..52ea47f 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /aruba-0.4.11.gem +/aruba-0.5.2.gem diff --git a/rubygem-aruba.spec b/rubygem-aruba.spec index 4b29bd4..4f94e85 100644 --- a/rubygem-aruba.spec +++ b/rubygem-aruba.spec @@ -3,8 +3,8 @@ Summary: CLI Steps for Cucumber, hand-crafted for you in Aruba Name: rubygem-%{gem_name} -Version: 0.4.11 -Release: 6%{?dist} +Version: 0.5.2 +Release: 1%{?dist} Group: Development/Languages # aruba itself is MIT # icons in templates/images are CC-BY @@ -13,9 +13,6 @@ Group: Development/Languages License: MIT and CC-BY and (MIT or GPLv2) and (MIT or BSD or GPLv2) URL: http://github.com/cucumber/aruba Source0: http://rubygems.org/gems/%{gem_name}-%{version}.gem -Patch0: aruba-downgrade-childprocess-dependency.patch -# https://github.com/cucumber/aruba/commit/3f8ed748d73fa9d39fe163f14540a7ef2a53a5c1 -Patch1: aruba-disable-test-that-do-not-actually-test-output.patch Requires: ruby(release) Requires: ruby(rubygems) Requires: rubygem(cucumber) >= 1.1.1 @@ -53,14 +50,6 @@ Documentation for %{name} %setup -q -c -T %gem_install -n %{SOURCE0} -pushd .%{gem_dir} -%patch0 -p0 -popd - -pushd .%{gem_instdir} -%patch1 -p1 -popd - %build %install @@ -71,10 +60,6 @@ cp -a .%{gem_dir}/* \ %check pushd .%{gem_instdir} cucumber -# Wrongly designed test case. Process, which output should be read executes -# so fast, that it finished prior the output could be catched. -# https://github.com/cucumber/aruba/issues/146 -sed -i '22,30 s|^|#|' spec/aruba/process_spec.rb rspec spec popd @@ -101,6 +86,9 @@ popd %{gem_instdir}/templates %changelog +* Mon Apr 22 2013 Josef Stribny - 0.5.2-1 +- Update to aruba 0.5.2 + * Sat Feb 23 2013 Vít Ondruch - 0.4.11-6 - Rebuild for https://fedoraproject.org/wiki/Features/Ruby_2.0.0 diff --git a/sources b/sources index 677c77c..334b95d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -011fbe6cf90c0d66db10f46dfc161cc1 aruba-0.4.11.gem +e048f42c74d41f6587bfdec83bec7a31 aruba-0.5.2.gem