rpms/rubygem-hoe/F-8 rubygem-hoe.spec,1.6,1.7

Darryl L. Pierce mcpierce at fedoraproject.org
Mon Oct 13 14:46:42 UTC 2008


Author: mcpierce

Update of /cvs/pkgs/rpms/rubygem-hoe/F-8
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv32002

Modified Files:
	rubygem-hoe.spec 
Log Message:
Release 2 of the 1.8.0 build.



Index: rubygem-hoe.spec
===================================================================
RCS file: /cvs/pkgs/rpms/rubygem-hoe/F-8/rubygem-hoe.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- rubygem-hoe.spec	13 Oct 2008 14:32:48 -0000	1.6
+++ rubygem-hoe.spec	13 Oct 2008 14:46:12 -0000	1.7
@@ -6,7 +6,7 @@
 Summary:    Hoe is a simple rake/rubygems helper for project Rakefiles
 Name:       rubygem-%{gemname}
 Version:    1.8.0
-Release:    1%{?dist}
+Release:    2%{?dist}
 Group:      Development/Languages
 License:    MIT
 URL:        http://rubyforge.org/projects/seattlerb/
@@ -37,7 +37,7 @@
 mkdir -p %{buildroot}/%{_bindir}
 mv %{buildroot}%{gemdir}/bin/* %{buildroot}/%{_bindir}
 rmdir %{buildroot}%{gemdir}/bin
-find %{buildroot}%{geminstdir}/bin -type f | xargs chmod x
+find %{buildroot}%{geminstdir}/bin -type f | xargs chmod +x
 
 %clean
 rm -rf %{buildroot}
@@ -55,6 +55,9 @@
 
 
 %changelog
+* Mon Oct 13 2008 Darryl Pierce <dpierce at redhat.com> - 1.8.0-2
+- Fixed a typo not found till after the tag.
+
 * Mon Oct 13 2008 Darryl Pierce <dpierce at redhat.com> - 1.8.0-1
 - Release 1.8.0 of Hoe.
 




More information about the fedora-extras-commits mailing list