[rubygem-thor] update thor to 0.14.6

Mohammed Morsi mmorsi at fedoraproject.org
Sun Jan 23 16:49:26 UTC 2011


commit 0b185ce5f160b6b810021154e3c73eb42fb3c17b
Author: Mohammed Morsi <mmorsi at redhat.com>
Date:   Sun Jan 23 11:48:47 2011 -0500

    update thor to 0.14.6

 .gitignore        |    1 +
 rubygem-thor.spec |   17 ++++++++++++++---
 sources           |    2 +-
 3 files changed, 16 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 91df09d..3d0efe5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 thor-0.13.6.gem
+/thor-0.14.6.gem
diff --git a/rubygem-thor.spec b/rubygem-thor.spec
index 33bbd12..dcf62c6 100644
--- a/rubygem-thor.spec
+++ b/rubygem-thor.spec
@@ -7,12 +7,12 @@
 
 Summary: Scripting framework that replaces rake, sake and rubigen
 Name: rubygem-%{gemname}
-Version: 0.13.6
+Version: 0.14.6
 Release: 1%{?dist}
 Group: Development/Languages
 License: MIT
 URL: http://github.com/wycats/thor
-Source0: http://gems.rubyforge.org/gems/%{gemname}-%{version}.gem
+Source0: http://rubygems.org/download/%{gemname}-%{version}.gem
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Requires: ruby(rubygems)
 Requires: ruby(abi) = %{rubyabi}
@@ -22,6 +22,7 @@ Requires: rubygem(rake)
 Requires: rubygem(diff-lcs)
 BuildRequires: ruby(rubygems)
 BuildRequires: ruby(abi) = %{rubyabi}
+#BuildRequires(check): rubygem(rspec)
 # No rdoc or fakeweb gem packages yet
 #BuildRequires(check): rubygem(rake), rubygem(diff-lcs), rubygem(rdoc), rubygem(fakeweb)
 BuildArch: noarch
@@ -66,6 +67,13 @@ find %{buildroot}%{geminstdir}/bin -type f | \
 %clean
 rm -rf %{buildroot}
 
+# Commented out until we have rspec ~> 2.1 in Fedora.
+# We'll also have to add a patch removing the simplecov
+# dependency until ruby 1.9 is in Fedora
+#%check
+#pushd %{buildroot}%{geminstdir}
+#rspec spec
+
 # Can't yet run %%check missing a couple dependencies
 #%check
 #pushd .%{geminstdir}
@@ -77,7 +85,7 @@ rm -rf %{buildroot}
 %{_bindir}/rake2thor
 %doc %{geminstdir}/CHANGELOG.rdoc
 %doc %{geminstdir}/LICENSE
-%doc %{geminstdir}/README.rdoc
+%doc %{geminstdir}/README.md
 %dir %{geminstdir}
 %{geminstdir}/bin
 %{geminstdir}/lib
@@ -91,6 +99,9 @@ rm -rf %{buildroot}
 %{gemdir}/doc/%{gemname}-%{version}
 
 %changelog
+* Mon Jan 17 2011 Mohammed Morsi <mmorsi at redhat.com> - 0.14.6-1
+- Updated to latest upstream version
+
 * Wed May 5 2010 Matthew Kent <mkent at magoazul.com> - 0.13.6-1
 - New upstream version.
 
diff --git a/sources b/sources
index bf0e436..3886d0d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-8146d3b07a1f3a4e813f4f976376cd9d  thor-0.13.6.gem
+d52dcc3cc08a2e6443bba665c2123a59  thor-0.14.6.gem


More information about the scm-commits mailing list