Hello community, here is the log from the commit of package rubygem-rails-2_1 checked in at Sat Nov 29 12:48:04 CET 2008. -------- --- rubygem-rails-2_1/rubygem-rails-2_1.changes 2008-09-12 17:59:30.000000000 +0200 +++ /mounts/work_src_done/STABLE/rubygem-rails-2_1/rubygem-rails-2_1.changes 2008-11-29 12:37:34.237127000 +0100 @@ -1,0 +2,5 @@ +Sat Nov 29 12:37:22 CET 2008 - ro@suse.de + +- patch occurrences of /usr/local/bin/ruby + +------------------------------------------------------------------- calling whatdependson for head-i586 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ rubygem-rails-2_1.spec ++++++ --- /var/tmp/diff_new_pack.n12579/_old 2008-11-29 12:47:52.000000000 +0100 +++ /var/tmp/diff_new_pack.n12579/_new 2008-11-29 12:47:52.000000000 +0100 @@ -20,7 +20,7 @@ Name: rubygem-rails-2_1 Version: 2.1.1 -Release: 2 +Release: 3 # %define mod_name rails %define mod_branch 2_1 @@ -77,6 +77,8 @@ ruby -p -i.bak -e '$_.gsub!(/>= 0/, "= %{version}")' %{buildroot}%{_bindir}/rails-%{mod_branch} diff -urN %{buildroot}%{_bindir}/rails-%{mod_branch}{.bak,} || : rm %{buildroot}%{_bindir}/rails-%{mod_branch}.bak +grep -r "/usr/local/bin/ruby" %{buildroot}%{_libdir}/ruby || true +grep -rl "/usr/local/bin/ruby" %{buildroot}%{_libdir}/ruby | xargs -r sed -i -e "s@/usr/local/bin/ruby@/usr/bin/ruby@" %clean %{__rm} -rf %{buildroot} @@ -100,6 +102,8 @@ #doc %{_libdir}/ruby/gems/%{rb_ver}/doc/%{mod_name}-%{version}/ %changelog +* Sat Nov 29 2008 ro@suse.de +- patch occurrences of /usr/local/bin/ruby * Fri Sep 12 2008 mrueckert@suse.de - update to rails 2.1.1 * Fix script/about in production mode. @@ -123,7 +127,7 @@ * UTC-based migrations * Better caching - branched of package from the 2.0 package -* Thu Feb 21 2008 mrueckert@suse.de +* Wed Feb 20 2008 mrueckert@suse.de - do not obsolete the old name as it leads to trouble on upgrade. this will handled by the wrapper package. * Mon Jan 21 2008 mrueckert@suse.de ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@Hilbert.suse.de