rpms/rubygem-hoe/EL-5 .cvsignore, 1.5, 1.6 rubygem-hoe.spec, 1.7, 1.8 sources, 1.5, 1.6

Darryl L. Pierce mcpierce at fedoraproject.org
Thu Oct 23 14:52:57 UTC 2008


Author: mcpierce

Update of /cvs/pkgs/rpms/rubygem-hoe/EL-5
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv28917

Modified Files:
	.cvsignore rubygem-hoe.spec sources 
Log Message:
Release 1.8.1 of Hoe.



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/rubygem-hoe/EL-5/.cvsignore,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- .cvsignore	1 Jul 2008 20:01:29 -0000	1.5
+++ .cvsignore	23 Oct 2008 14:52:27 -0000	1.6
@@ -1 +1 @@
-hoe-1.7.0.gem
+hoe-1.8.1.gem


Index: rubygem-hoe.spec
===================================================================
RCS file: /cvs/pkgs/rpms/rubygem-hoe/EL-5/rubygem-hoe.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- rubygem-hoe.spec	1 Jul 2008 20:01:29 -0000	1.7
+++ rubygem-hoe.spec	23 Oct 2008 14:52:27 -0000	1.8
@@ -5,7 +5,7 @@
 
 Summary:    	Hoe is a simple rake/rubygems helper for project Rakefiles
 Name:       	rubygem-%{gemname}
-Version:    	1.7.0
+Version:    	1.8.1
 Release:    	1%{?dist}
 Group:      	Development/Languages
 License:    	MIT
@@ -15,7 +15,7 @@
 Requires:   	ruby(abi) = 1.8
 Requires:   	rubygems
 Requires:   	rubygem(rubyforge) >= 1.0.0
-Requires:   	rubygem(rake) >= 0.8.1
+Requires:   	rubygem(rake) >= 0.8.3
 BuildRequires:  rubygems
 BuildArch:  	noarch
 Provides:   	rubygem(%{gemname}) = %{version}
@@ -37,7 +37,8 @@
 mkdir -p %{buildroot}/%{_bindir}
 mv %{buildroot}%{gemdir}/bin/* %{buildroot}/%{_bindir}
 rmdir %{buildroot}%{gemdir}/bin
-find %{buildroot}%{geminstdir}/bin -type f | xargs chmod a+x
+find %{buildroot}%{geminstdir}/bin -type f | xargs chmod 0755
+chmod 0755 %{buildroot}%{geminstdir}/bin/sow
 
 %clean
 rm -rf %{buildroot}
@@ -55,32 +56,6 @@
 
 
 %changelog
-* Tue Jul 01 2008 Darryl Pierce <dpierce at redhat.com> - 1.7.0-1
-- Release 1.7.0 of the gem.
+* Thu Oct 23 2008 Darryl Pierce <dpierce at redhat.com> - 1.8.1-1
+- Release 1.8.1 of Hoe.
 
-* Wed Jun 18 2008 Darryl Pierce <dpierce at redhat.com> - 1.6.0-1
-- Release 1.6.0 of the gem.
-
-* Mon Jun 09 2008 Darryl Pierce <dpierce at redhat.com> - 1.5.3-2
-- Fixed the dependency for the newer version of rubygem-rubyforge.
-
-* Tue Jun 03 2008 Darryl Pierce <dpierce at redhat.com> - 1.5.3-1
-- New release of Hoe.
-
-* Wed May 14 2008 Darryl Pierce <dpierce at redhat.com> - 1.5.1-6
-- Fixed the build, which failed only on devel.
-
-* Wed May 14 2008 Darryl Pierce <dpierce at redhat.com> - 1.5.1-5
-- First official build.
-
-* Mon May 12 2008 Darryl Pierce <dpierce at redhat.com> - 1.5.1-4
-- Update for Fedora 8 and 9.
-
-* Tue Apr 29 2008 Darryl Pierce <dpierce at redhat.com> - 1.5.1-3
-- Fixed the license to read MIT.
-
-* Mon Apr 28 2008 Darryl Pierce <dpierce at redhat.com> - 1.5.1-2
-- Updated the spec to comply with Ruby packaging guidelines.
-
-* Fri Apr 18 2008 Darryl Pierce <dpierce at redhat.com> - 1.5.1-1
-- Initial package


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/rubygem-hoe/EL-5/sources,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- sources	1 Jul 2008 20:01:29 -0000	1.5
+++ sources	23 Oct 2008 14:52:27 -0000	1.6
@@ -1 +1 @@
-52893edef97db9d5d39fbcaf8e49b571  hoe-1.7.0.gem
+36d994fed140d846f2492b2ae6db64f3  hoe-1.8.1.gem




More information about the scm-commits mailing list