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

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Mon Oct 15 12:51:28 UTC 2007


Author: tagoh

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

Modified Files:
	ruby.spec 
Log Message:
* 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)


Index: ruby.spec
===================================================================
RCS file: /cvs/dist/rpms/ruby/FC-6/ruby.spec,v
retrieving revision 1.94
retrieving revision 1.95
diff -u -r1.94 -r1.95
--- ruby.spec	4 Oct 2007 14:08:15 -0000	1.94
+++ ruby.spec	15 Oct 2007 12:51:25 -0000	1.95
@@ -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)
@@ -179,11 +179,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
@@ -469,6 +465,10 @@
 %endif
 
 %changelog
+* 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)
+
 * Thu Oct  4 2007 Akira TAGOH <tagoh at redhat.com> - 1.8.5.113-1
 - New upstream release.
 - ruby-1.8.5-CVE-2007-5162.patch: security fix for Net::HTTP that is




More information about the fedora-cvs-commits mailing list