rpms/rubygem-hoe/F-12 hoe-2.6.0-test-failure-glob-order.patch, NONE, 1.1 .cvsignore, 1.22, 1.23 rubygem-hoe.spec, 1.29, 1.30 sources, 1.22, 1.23 hoe-2.6.0-rubyforge-without-account.patch, 1.2, NONE

Mamoru Tasaka mtasaka at fedoraproject.org
Fri Jun 4 18:46:49 UTC 2010


Author: mtasaka

Update of /cvs/extras/rpms/rubygem-hoe/F-12
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv15362/F-12

Modified Files:
	.cvsignore rubygem-hoe.spec sources 
Added Files:
	hoe-2.6.0-test-failure-glob-order.patch 
Removed Files:
	hoe-2.6.0-rubyforge-without-account.patch 
Log Message:
* Sat Jun  5 2010 Mamoru Tasaka <mtasaka at ioa.s.u-tokyo.ac.jp> - 2.6.1-1
- 2.6.1


hoe-2.6.0-test-failure-glob-order.patch:
 test_hoe_gemcutter.rb |    6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

--- NEW FILE hoe-2.6.0-test-failure-glob-order.patch ---
--- hoe-2.6.0/test/test_hoe_gemcutter.rb.glob	2010-06-03 02:37:28.000000000 +0900
+++ hoe-2.6.0/test/test_hoe_gemcutter.rb	2010-06-03 02:47:22.000000000 +0900
@@ -1,4 +1,8 @@
-require "hoe/gemcutter" unless defined? Hoe::Gemcutter
+require 'minitest/unit'
+unless defined? Hoe::Gemcutter
+  require "hoe"
+  require "hoe/gemcutter"
+end
 
 class TestHoeGemcutter < MiniTest::Unit::TestCase
   include Hoe::Gemcutter


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/rubygem-hoe/F-12/.cvsignore,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -p -r1.22 -r1.23
--- .cvsignore	3 May 2010 16:57:03 -0000	1.22
+++ .cvsignore	4 Jun 2010 18:46:49 -0000	1.23
@@ -1 +1 @@
-hoe-2.6.0.gem
+hoe-2.6.1.gem


Index: rubygem-hoe.spec
===================================================================
RCS file: /cvs/extras/rpms/rubygem-hoe/F-12/rubygem-hoe.spec,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -p -r1.29 -r1.30
--- rubygem-hoe.spec	2 Jun 2010 17:03:22 -0000	1.29
+++ rubygem-hoe.spec	4 Jun 2010 18:46:49 -0000	1.30
@@ -4,14 +4,14 @@
 
 Summary:    	Hoe is a simple rake/rubygems helper for project Rakefiles
 Name:       	rubygem-%{gemname}
-Version:    	2.6.0
-Release:    	2%{?dist}
+Version:    	2.6.1
+Release:    	1%{?dist}
 Group:      	Development/Languages
 License:    	MIT
 URL:        	http://rubyforge.org/projects/seattlerb/
 Source0:    	http://gems.rubyforge.org/gems/%{gemname}-%{version}.gem
-# From upstream git
-Patch0:         hoe-2.6.0-rubyforge-without-account.patch
+# sent to the upstream, now discussing
+Patch1:         hoe-2.6.0-test-failure-glob-order.patch
 BuildRoot:  	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Requires:   	ruby(abi) = 1.8
 Requires:   	rubygems >= 1.3.6
@@ -55,7 +55,7 @@ gem install \
 	%{SOURCE0}
 
 pushd .%{geminstdir}
-%patch0 -p1 -b .account
+%patch1 -p1 -b .glob
 popd
 
 %build
@@ -101,8 +101,13 @@ popd
 %doc %{gemdir}/doc/%{gemname}-%{version}
 
 %changelog
-* Thu Jun  3 2010 Mamoru Tasaka <mtasaka at ioa.s.u-tokyo.ac.jp> - 2.6.0-2
+* Sat Jun  5 2010 Mamoru Tasaka <mtasaka at ioa.s.u-tokyo.ac.jp> - 2.6.1-1
+- 2.6.1
+
+* Thu Jun  3 2010 Mamoru Tasaka <mtasaka at ioa.s.u-tokyo.ac.jp> - 2.6.0-3
 - Use upstreamed patch for rubyforge-without-account.patch
+- Fix test failure related to glob
+  (build failed with Matt's mass build, also failed on koji)
 
 * Wed Apr 28 2010 Mamoru Tasaka <mtasaka at ioa.s.u-tokyo.ac.jp> - 2.6.0-1
 - 2.6.0


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/rubygem-hoe/F-12/sources,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -p -r1.22 -r1.23
--- sources	3 May 2010 16:57:04 -0000	1.22
+++ sources	4 Jun 2010 18:46:49 -0000	1.23
@@ -1 +1 @@
-488e14b85ec6b527b2b4ab443c90d038  hoe-2.6.0.gem
+658cea3f4151ab493fb6a2063cdf470d  hoe-2.6.1.gem


--- hoe-2.6.0-rubyforge-without-account.patch DELETED ---



More information about the scm-commits mailing list