From 21451eca5ba49c82dc1e15ece387cc0ce44c7431 Mon Sep 17 00:00:00 2001 From: Matthew Kent Date: Thu, 6 May 2010 06:03:51 +0000 Subject: [PATCH] - New upstream version. --- .cvsignore | 2 +- rubygem-thor.spec | 17 +++++++++++------ sources | 2 +- 3 files changed, 13 insertions(+), 8 deletions(-) diff --git a/.cvsignore b/.cvsignore index af0df76..91df09d 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -thor-0.12.0.gem +thor-0.13.6.gem diff --git a/rubygem-thor.spec b/rubygem-thor.spec index 9e00739..33bbd12 100644 --- a/rubygem-thor.spec +++ b/rubygem-thor.spec @@ -7,8 +7,8 @@ Summary: Scripting framework that replaces rake, sake and rubigen Name: rubygem-%{gemname} -Version: 0.12.0 -Release: 2%{?dist} +Version: 0.13.6 +Release: 1%{?dist} Group: Development/Languages License: MIT URL: http://github.com/wycats/thor @@ -22,6 +22,8 @@ Requires: rubygem(rake) Requires: rubygem(diff-lcs) BuildRequires: ruby(rubygems) BuildRequires: ruby(abi) = %{rubyabi} +# No rdoc or fakeweb gem packages yet +#BuildRequires(check): rubygem(rake), rubygem(diff-lcs), rubygem(rdoc), rubygem(fakeweb) BuildArch: noarch Provides: rubygem(%{gemname}) = %{version} @@ -64,10 +66,10 @@ find %{buildroot}%{geminstdir}/bin -type f | \ %clean rm -rf %{buildroot} -# TODO: Specs are shipped in the gem but broken in 0.12.0, attempt to run in -# next release. Requires older Rake::RDocTask.new in Thorfile and -# is missing some files. Requested resolution in -# http://github.com/wycats/thor/issues#issue/9 +# Can't yet run %%check missing a couple dependencies +#%check +#pushd .%{geminstdir} +#ruby -Ilib bin/thor :spec %files %defattr(-,root,root,-) @@ -89,6 +91,9 @@ rm -rf %{buildroot} %{gemdir}/doc/%{gemname}-%{version} %changelog +* Wed May 5 2010 Matthew Kent - 0.13.6-1 +- New upstream version. + * Fri Dec 18 2009 Matthew Kent - 0.12.0-2 - Add Requires for rubygem(rake) (#542559). - Upstream replaced Source after the gemcutter migration, update to latest diff --git a/sources b/sources index 01a26cf..bf0e436 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -5fa79d6ca562a39c72c89f5447a3fbd5 thor-0.12.0.gem +8146d3b07a1f3a4e813f4f976376cd9d thor-0.13.6.gem