rpms/ruby/FC-6 ruby-rubyprefix.patch,1.3,1.4 ruby.spec,1.91,1.92

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Thu Mar 29 09:32:42 UTC 2007


Author: tagoh

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

Modified Files:
	ruby-rubyprefix.patch ruby.spec 
Log Message:
* Thu Mar 29 2007 Akira TAGOH <tagoh at redhat.com> - 1.8.5.35-2
- Fix a search path breakage.

ruby-rubyprefix.patch:
 configure.in |   27 ++++++++++++++++++++++-----
 mkconfig.rb  |    6 +++---
 2 files changed, 25 insertions(+), 8 deletions(-)

Index: ruby-rubyprefix.patch
===================================================================
RCS file: /cvs/dist/rpms/ruby/FC-6/ruby-rubyprefix.patch,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ruby-rubyprefix.patch	5 Feb 2007 11:35:20 -0000	1.3
+++ ruby-rubyprefix.patch	29 Mar 2007 09:32:39 -0000	1.4
@@ -32,7 +32,7 @@
 -SITE_DIR=`eval echo \\"${sitedir}\\"`
 +SITE_DIR=`eval echo \\"${sitedir}\\" | sed -e "s/lib64/lib/"`
 +_fc_sitedir="\$(DESTDIR)${sitedir}"
-+SITE_DIR2=`eval echo \\"${sitedir}\\" | sed -e "s/lib64/lib/"`
++SITE_DIR2=`eval echo \\"${_fc_sitedir}\\"`
 +sitedir=`eval echo \\"${sitedir}\\" | sed -e "s/lib64/lib/"`
  case "$target_os" in
    cygwin*|mingw*|*djgpp*|os2-emx*)


Index: ruby.spec
===================================================================
RCS file: /cvs/dist/rpms/ruby/FC-6/ruby.spec,v
retrieving revision 1.91
retrieving revision 1.92
diff -u -r1.91 -r1.92
--- ruby.spec	19 Mar 2007 07:50:55 -0000	1.91
+++ ruby.spec	29 Mar 2007 09:32:40 -0000	1.92
@@ -11,7 +11,7 @@
 
 Name:		ruby
 Version:	%{rubyver}%{?dotpatchlevel}
-Release:	1%{?dist}
+Release:	2%{?dist}
 License:	Ruby License/GPL - see COPYING
 URL:		http://www.ruby-lang.org/
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -467,6 +467,9 @@
 %endif
 
 %changelog
+* Thu Mar 29 2007 Akira TAGOH <tagoh at redhat.com> - 1.8.5.35-2
+- Fix a search path breakage.
+
 * Mon Mar 19 2007 Akira TAGOH <tagoh at redhat.com> - 1.8.5.35-1
 - New upstream release.
 




More information about the fedora-cvs-commits mailing list