File project.diff of Package ruby20
--- ruby20.changes.orig
+++ ruby20.changes
@@ -1,4 +1,10 @@
-------------------------------------------------------------------
+Mon Dec 9 15:42:43 UTC 2013 - adrian@suse.de
+
+- drop invalid content size check in xmlrpc (fails with compressed data)
+ http://bugs.ruby-lang.org/issues/8182
+
+-------------------------------------------------------------------
Sat Nov 23 09:30:05 UTC 2013 - coolo@suse.com
- update to p353 to fix CVE-2013-4164 and many other fixes,
--- ruby20.spec.orig
+++ ruby20.spec
@@ -69,6 +69,7 @@ Source: ftp://ftp.ruby-lang.org/
Source6: ruby20.macros
Patch0: rubygems-1.5.0_buildroot.patch
Patch1: ruby-1.9.2p290_tcl_no_stupid_rpaths.patch
+Patch2: drop_content_size_check_in_xmlrpc.patch
#
Summary: An Interpreted Object-Oriented Scripting Language
License: BSD-2-Clause or Ruby
@@ -205,6 +206,7 @@ BeOS, and more)
%setup -q -n ruby-%{pkg_version}-%{patch_level}
%patch0
%patch1
+%patch2
find sample -type f -print0 | xargs -r0 chmod a-x
grep -Erl '^#! */' benchmark bootstraptest ext lib sample test \
| xargs -r perl -p -i -e 's|^#!\s*\S+(\s+.*)?$|#!/usr/bin/ruby2.0$1|'