rpms/ruby/devel ruby.spec,1.61,1.62

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Thu Apr 27 08:42:28 UTC 2006


Author: tagoh

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

Modified Files:
	ruby.spec 
Log Message:
build with --enable-pthread


Index: ruby.spec
===================================================================
RCS file: /cvs/dist/rpms/ruby/devel/ruby.spec,v
retrieving revision 1.61
retrieving revision 1.62
diff -u -r1.61 -r1.62
--- ruby.spec	27 Apr 2006 07:09:31 -0000	1.61
+++ ruby.spec	27 Apr 2006 08:42:21 -0000	1.62
@@ -5,7 +5,7 @@
 
 Name:		ruby
 Version:	1.8.4
-Release:	5.fc6
+Release:	6.fc6
 License:	Ruby License/GPL - see COPYING
 URL:		http://www.ruby-lang.org/
 BuildRoot:	%{_tmppath}/%{name}-%{version}-root
@@ -166,6 +166,7 @@
   --with-default-kcode=none \
   --enable-shared \
   --enable-ipv6 \
+  --enable-pthread \
   --with-lookup-order-hack=INET \
   --disable-rpath \
   --with-ruby-prefix=%{_prefix}/lib
@@ -439,7 +440,7 @@
 %dir %{_datadir}/emacs/site-lisp/ruby-mode
 
 %changelog
-* Thu Apr 27 2006 Akira TAGOH <tagoh at redhat.com> - 1.8.4-5
+* Thu Apr 27 2006 Akira TAGOH <tagoh at redhat.com> - 1.8.4-6
 - ruby-deprecated-search-path.patch: added the deprecated installation paths
   to the search path for the backward compatibility.
 - added a Provides: ruby(abi) to ruby-libs.
@@ -447,6 +448,7 @@
   not working on 64bit arch and integer overflow on template "w". (#189350)
 - updated License tag to be more comfortable, and with a pointer to get more
   details, like Python package does. (#179933)
+- build with --enable-pthread to build Tcl/Tk module against thread enabled Tcl/Tk.
 
 * Wed Apr 19 2006 Akira TAGOH <tagoh at redhat.com>
 - ruby-rubyprefix.patch: moved all arch-independent modules under /usr/lib/ruby




More information about the fedora-cvs-commits mailing list