[rubygem-hoe] 2.12.0

Mamoru Tasaka mtasaka at fedoraproject.org
Wed Aug 17 16:11:11 UTC 2011


commit 9d1bccffae4e76c26ee42aa90c6de4b4e9a5cbdb
Author: Mamoru Tasaka <tasaka1 at localhost.localdomain>
Date:   Thu Aug 18 01:10:58 2011 +0900

    2.12.0

 .gitignore       |    1 +
 rubygem-hoe.spec |    9 ++++++---
 sources          |    2 +-
 3 files changed, 8 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index b64c38f..9e50ec2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,3 +7,4 @@ hoe-2.6.1.gem
 /hoe-2.9.4.gem
 /hoe-2.9.6.gem
 /hoe-2.10.0.gem
+/hoe-2.12.0.gem
diff --git a/rubygem-hoe.spec b/rubygem-hoe.spec
old mode 100644
new mode 100755
index f62f81e..e8357ab
--- a/rubygem-hoe.spec
+++ b/rubygem-hoe.spec
@@ -4,7 +4,7 @@
 
 Summary:    	Hoe is a simple rake/rubygems helper for project Rakefiles
 Name:       	rubygem-%{gemname}
-Version:    	2.10.0
+Version:    	2.12.0
 Release:    	1%{?dist}
 Group:      	Development/Languages
 License:    	MIT
@@ -13,7 +13,7 @@ Source0:    	http://rubygems.org/gems/%{gemname}-%{version}.gem
 # Rescue Hoe.spec task when Manifest.txt
 Patch0:		hoe-2.6.2-rescue-missing-Manifest.patch
 # Fix test order due to glob order issue
-Patch1:		rubygem-hoe-2.9.4-test-glob-order.patch
+#Patch1:		rubygem-hoe-2.9.4-test-glob-order.patch
 Requires:   	ruby(abi) = 1.8
 Requires:   	rubygems >= 1.3.6
 Requires:   	rubygem(rubyforge) >= 2.0.4
@@ -67,7 +67,7 @@ gem install \
 
 pushd .%{geminstdir}
 %patch0 -p1
-%patch1 -p1
+#%%patch1 -p1
 
 %build
 # Allow rake 0.9
@@ -128,6 +128,9 @@ popd
 %{gemdir}/doc/%{gemname}-%{version}
 
 %changelog
+* Thu Aug 18 2011 Mamoru Tasaka <mtasaka at fedoraproject.org> - 2.12.0-1
+- 2.12.0
+
 * Sun Jul  3 2011 Mamoru Tasaka <mtasaka at fedoraproject.org> - 2.10.0-1
 - 2.10.0
 
diff --git a/sources b/sources
index 4ee60fe..d9b8cf9 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-dfc354f4fa99fbd72cbbeecc5470388d  hoe-2.10.0.gem
+fe84790ca78160a1e7b137a24f99a4d7  hoe-2.12.0.gem


More information about the scm-commits mailing list