rpms/ruby/FC-6 ruby.spec,1.95,1.96

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Mon Oct 29 10:14:43 UTC 2007


Author: tagoh

Update of /cvs/dist/rpms/ruby/FC-6
In directory cvs.devel.redhat.com:/tmp/cvs-serv3159

Modified Files:
	ruby.spec 
Log Message:
* Mon Oct 29 2007 Akira TAGOH <tagoh at redhat.com> - 1.8.5.113-3
- Doh. exactly enable pthread support for ppc again. (#201452)


Index: ruby.spec
===================================================================
RCS file: /cvs/dist/rpms/ruby/FC-6/ruby.spec,v
retrieving revision 1.95
retrieving revision 1.96
diff -u -r1.95 -r1.96
--- ruby.spec	15 Oct 2007 12:51:25 -0000	1.95
+++ ruby.spec	29 Oct 2007 10:14:41 -0000	1.96
@@ -11,7 +11,7 @@
 
 Name:		ruby
 Version:	%{rubyver}%{?dotpatchlevel}
-Release:	2%{?dist}
+Release:	3%{?dist}
 License:	Ruby or GPL+
 URL:		http://www.ruby-lang.org/
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -184,10 +184,6 @@
   --disable-rpath \
   --with-ruby-prefix=%{_prefix}/lib
 
-%ifarch ppc
-cp Makefile Makefile.orig
-sed -e 's/^EXTMK_ARGS[[:space:]].*=\(.*\) --$/EXTMK_ARGS=\1 --disable-tcl-thread --/' Makefile.orig > Makefile
-%endif
 make RUBY_INSTALL_NAME=ruby %{?_smp_mflags}
 %ifarch ia64
 # Miscompilation? Buggy code?
@@ -465,6 +461,9 @@
 %endif
 
 %changelog
+* Mon Oct 29 2007 Akira TAGOH <tagoh at redhat.com> - 1.8.5.113-3
+- Doh. exactly enable pthread support for ppc again. (#201452)
+
 * Mon Oct 15 2007 Akira TAGOH <tagoh at redhat.com> - 1.8.5.113-2
 - Enable pthread support for ppc too. (#201452)
 - Fix unexpected dependencies appears in ruby-libs. (#253325)




More information about the fedora-cvs-commits mailing list