Hello community, here is the log from the commit of package ruby19 for openSUSE:Factory checked in at 2012-06-12 22:08:09 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ruby19 (Old) and /work/SRC/openSUSE:Factory/.ruby19.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ruby19", Maintainer is "" Changes: -------- --- /work/SRC/openSUSE:Factory/ruby19/ruby19.changes 2012-05-12 08:51:39.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.ruby19.new/ruby19.changes 2012-06-12 22:11:12.000000000 +0200 @@ -1,0 +2,5 @@ +Mon Jun 4 11:03:08 UTC 2012 - [email protected] + +- Add patch to export ruby_init_prelude, ruby bug #5174 + +------------------------------------------------------------------- New: ---- ruby19-export_init_prelude.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ruby19.spec ++++++ --- /var/tmp/diff_new_pack.sAjK8q/_old 2012-06-12 22:11:13.000000000 +0200 +++ /var/tmp/diff_new_pack.sAjK8q/_new 2012-06-12 22:11:13.000000000 +0200 @@ -80,6 +80,7 @@ Source7: gem_install_wrapper.sh Patch: rubygems-1.5.0_buildroot.patch Patch1: ruby-1.9.2p290_tcl_no_stupid_rpaths.patch +Patch2: ruby19-export_init_prelude.patch # Summary: An Interpreted Object-Oriented Scripting Language License: BSD-2-Clause or Ruby @@ -204,6 +205,7 @@ %setup -q -n ruby-%{pkg_version}-%{patch_level} %patch %patch1 +%patch2 -p1 %if 0%{?needs_optimization_zero} touch -r configure configure.timestamp perl -p -i.bak -e 's|-O2|-O0|g' configure ++++++ ruby19-export_init_prelude.patch ++++++ Index: ruby-1.9.3-p194/include/ruby/ruby.h =================================================================== --- ruby-1.9.3-p194.orig/include/ruby/ruby.h +++ ruby-1.9.3-p194/include/ruby/ruby.h @@ -1225,6 +1225,7 @@ void ruby_init_stack(volatile VALUE*); VALUE variable_in_this_stack_frame; \ ruby_init_stack(&variable_in_this_stack_frame); void ruby_init(void); +void ruby_init_prelude(void); void *ruby_options(int, char**); int ruby_run_node(void *); int ruby_exec_node(void *); Index: ruby-1.9.3-p194/ruby.c =================================================================== --- ruby-1.9.3-p194.orig/ruby.c +++ ruby-1.9.3-p194/ruby.c @@ -1091,7 +1091,7 @@ proc_options(long argc, char **argv, str return argc0 - argc; } -static void +void ruby_init_prelude(void) { Init_prelude(); -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
