rpms/ruby/F-7 ruby.spec,1.100,1.101

Akira Tagoh (tagoh) fedora-extras-commits at redhat.com
Mon Oct 15 11:56:02 UTC 2007


Author: tagoh

Update of /cvs/pkgs/rpms/ruby/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30767

Modified Files:
	ruby.spec 
Log Message:
* Mon Oct 15 2007 Akira TAGOH <tagoh at redhat.com> - 1.8.6.110-2
- Enable pthread support for ppc too. (#201452)
- Fix unexpected dependencies appears in ruby-libs. (#253325)


Index: ruby.spec
===================================================================
RCS file: /cvs/pkgs/rpms/ruby/F-7/ruby.spec,v
retrieving revision 1.100
retrieving revision 1.101
diff -u -r1.100 -r1.101
--- ruby.spec	4 Oct 2007 14:09:49 -0000	1.100
+++ ruby.spec	15 Oct 2007 11:55:29 -0000	1.101
@@ -11,7 +11,7 @@
 
 Name:		ruby
 Version:	%{rubyver}%{?dotpatchlevel}
-Release:	1%{?dist}
+Release:	2%{?dist}
 License:	Ruby or GPL+
 URL:		http://www.ruby-lang.org/
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -175,11 +175,7 @@
   --with-bundled-rmd160 \
   --enable-shared \
   --enable-ipv6 \
-%ifarch ppc
-  --disable-pthread \
-%else
   --enable-pthread \
-%endif
   --with-lookup-order-hack=INET \
   --disable-rpath \
   --with-ruby-prefix=%{_prefix}/lib
@@ -471,6 +467,10 @@
 %endif
 
 %changelog
+* Mon Oct 15 2007 Akira TAGOH <tagoh at redhat.com> - 1.8.6.110-2
+- Enable pthread support for ppc too. (#201452)
+- Fix unexpected dependencies appears in ruby-libs. (#253325)
+
 * Thu Oct  4 2007 Akira TAGOH <tagoh at redhat.com> - 1.8.6.110-1
 - New upstream release.
   - ruby-r12567.patch: removed.




More information about the fedora-extras-commits mailing list