Hello community,

here is the log from the commit of package ruby for openSUSE:Factory
checked in at Fri May 20 16:42:51 CEST 2011.



--------
--- ruby/ruby.changes   2011-02-22 17:58:56.000000000 +0100
+++ /mounts/work_src_done/STABLE/ruby/ruby.changes      2011-05-20 
15:27:45.000000000 +0200
@@ -1,0 +2,13 @@
+Fri May 20 13:26:07 UTC 2011 - mrueck...@suse.de
+
+- drop ruby-1.8.7.p299_webrick_error_page_encoding.patch:
+  we will stick to the upstream charset
+
+-------------------------------------------------------------------
+Fri Mar 18 13:46:36 UTC 2011 - mrueck...@suse.de
+
+- added ruby-1.8.x_rubylibdir.patch:
+  allows us to also change the path for the stdlib part of the ruby
+  directory tree
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


Old:
----
  ruby-1.8.7.p299_webrick_error_page_encoding.patch

New:
----
  ruby-1.8.x_rubylibdir.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ ruby.spec ++++++
--- /var/tmp/diff_new_pack.y5aiW5/_old  2011-05-20 16:40:40.000000000 +0200
+++ /var/tmp/diff_new_pack.y5aiW5/_new  2011-05-20 16:40:40.000000000 +0200
@@ -20,7 +20,7 @@
 
 Name:           ruby
 Version:        1.8.7.p334
-Release:        1
+Release:        2
 #
 %define pkg_version 1.8.7
 %define patch_level p334
@@ -70,8 +70,7 @@
 Patch11:        ruby-1.8.x_yaml2byte.patch
 Patch12:        1887f60a8540f64f5c7bb14d57c0be70506941b8.patch
 Patch13:        ruby-1.8.7.p334_remove_zlib_test_params_test.patch
-# need to discuss with sec team which encoding is better
-Patch14:        ruby-1.8.7.p299_webrick_error_page_encoding.patch
+Patch14:        ruby-1.8.x_rubylibdir.patch
 # vendor ruby files taken from:
 # http://svn.macports.org/repository/macports/trunk/dports/lang/ruby/
 Source3:        site-specific.rb
@@ -259,6 +258,7 @@
 %patch11
 %patch12
 %patch13
+%patch14
 %if 0%{?with_bleak_house}
   for patch in valgrind configure gc ; do
     patch -p0 < bleak_house-%{bleak_house_version}/ruby/${patch}.patch
@@ -269,7 +269,7 @@
 old parse.c
 
 %build
-# autoreconf -fi
+autoreconf -fi
 export CFLAGS="%{optflags} -g -fno-strict-aliasing"
 %configure                                         \
     --target=%{_target_platform}                   \

++++++ ruby-1.8.x_rubylibdir.patch ++++++
Index: configure.in
===================================================================
--- configure.in.orig
+++ configure.in
@@ -1757,7 +1757,12 @@ case "$target_os" in
     rubyw_install_name="$RUBYW_INSTALL_NAME"
     ;;
 esac
-RUBY_LIB_PREFIX=`eval echo \\"${libdir}/ruby\\"`
+
+AC_ARG_WITH(rubylibdir,
+           [  --with-rubylibdir=DIR      stdlib libraries in DIR 
[[LIBDIR/ruby]]],
+            [rubylibdir=$withval],
+            [rubylibdir='${libdir}/ruby'])
+RUBY_LIB_PREFIX=`eval echo \\"${rubylibdir}\\"`
 
 AC_ARG_WITH(sitedir,
            [  --with-sitedir=DIR      site libraries in DIR 
[[LIBDIR/ruby/site_ruby]]],

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++



Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to