[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]

rpms/ruby/FC-4 ruby.spec,1.34,1.35



Author: tagoh

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

Modified Files:
	ruby.spec 
Log Message:
* Mon Oct  3 2005 Akira TAGOH <tagoh redhat com> - 1.8.3-2.fc4
- fixed the wrong file list. the external libraries for tcl/tk was included
  in ruby-libs unexpectedly. (#169619)


Index: ruby.spec
===================================================================
RCS file: /cvs/dist/rpms/ruby/FC-4/ruby.spec,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- ruby.spec	26 Sep 2005 11:02:56 -0000	1.34
+++ ruby.spec	3 Oct 2005 06:39:36 -0000	1.35
@@ -4,7 +4,7 @@
 
 Name:		ruby
 Version:	1.8.3
-Release: 1.fc4
+Release: 2.fc4
 License:	Distributable
 URL:		http://www.ruby-lang.org/
 BuildRoot:	%{_tmppath}/%{name}-%{version}-root
@@ -294,11 +294,11 @@
 
 # for ruby-tcltk.rpm
 cp /dev/null ruby-tcltk.files
-for f in `find %{name}-%{version}/ext/tk/lib -type f; find %{name}-%{version}/ext/tk -type f -name '*.so'`
+for f in `find %{name}-%{version}/ext/tk/lib -type f; find %{name}-%{version}/.ext/ -type f -name '*.so'`
 do
   egrep "tcl|tk" ruby-all.files | grep "/`basename $f`$" >> ruby-tcltk.files || :
 done
-for f in `find %{name}-%{version}/ext/tcltklib/lib -type f; find %{name}-%{version}/ext/tcltklib -type f -name '*.so'`
+for f in `find %{name}-%{version}/ext/tcltklib/lib -type f; find %{name}-%{version}/.ext/ -type f -name '*.so'`
 do
   egrep "tcl|tk" ruby-all.files | grep "/`basename $f`$" >> ruby-tcltk.files || :
 done
@@ -414,6 +414,10 @@
 %dir %{_datadir}/emacs/site-lisp/ruby-mode
 
 %changelog
+* Mon Oct  3 2005 Akira TAGOH <tagoh redhat com> - 1.8.3-2.fc4
+- fixed the wrong file list. the external libraries for tcl/tk was included
+  in ruby-libs unexpectedly. (#169619)
+
 * Mon Sep 26 2005 Akira TAGOH <tagoh redhat com> - 1.8.3-1.fc4
 - New upstream release.
 - Build-Requires xorg-x11-devel instead of XFree86-devel.


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]