]> git.pld-linux.org Git - packages/ruby.git/commitdiff
load rubygems for Gem class auto/th/ruby-2.4.4-12
authorElan Ruusamäe <glen@pld-linux.org>
Sat, 3 Nov 2018 20:59:43 +0000 (22:59 +0200)
committerElan Ruusamäe <glen@pld-linux.org>
Sat, 3 Nov 2018 21:00:29 +0000 (23:00 +0200)
ruby.spec
rubygems.patch [new file with mode: 0644]

index 3f9af3355824871998880516b4bb13d2dd518ebf..afe22b1a2f2f780ec8504c9c71f814f00597b5ed 100644 (file)
--- a/ruby.spec
+++ b/ruby.spec
@@ -10,7 +10,7 @@
 %bcond_with    bootstrap       # build bootstrap version
 %bcond_with    tests           # build without tests
 
-%define                rel             11
+%define                rel             12
 %define                ruby_version    2.4
 %define                patchlevel      4
 %define                pkg_version     %{ruby_version}.%{patchlevel}
@@ -52,7 +52,7 @@ Source54:     http://www.unicode.org/Public/9.0.0/ucd/UnicodeData.txt
 Source4:       rdoc.1
 Source5:       testrb.1
 Source6:       operating_system.rb
-#Patch1:               %{oname}-ffs.patch
+Patch1:                rubygems.patch
 Patch2:                fix-bison-invocation.patch
 Patch3:                mkmf-verbose.patch
 Patch4:                strip-ccache.patch
@@ -644,7 +644,7 @@ wywołującego je. Aby to osiągnąć wystarczy bardzo mało kodu.
 
 %prep
 %setup -q -n %{oname}-%{pkg_version} -a2 -a3
-#%patch1 -p1
+%patch1 -p1
 %patch2 -p1
 %patch3 -p1
 %patch4 -p1
diff --git a/rubygems.patch b/rubygems.patch
new file mode 100644 (file)
index 0000000..7d6ab9b
--- /dev/null
@@ -0,0 +1,11 @@
+--- ruby-2.4.4/lib/rubygems/exceptions.rb~     2018-11-03 22:58:19.872127348 +0200
++++ ruby-2.4.4/lib/rubygems/exceptions.rb      2018-11-03 21:39:23.000000000 +0200
+@@ -4,6 +4,8 @@
+ # Each exception needs a brief description and the scenarios where it is
+ # likely to be raised
++require 'rubygems'
++
+ ##
+ # Base exception class for RubyGems.  All exception raised by RubyGems are a
+ # subclass of this one.
This page took 0.114764 seconds and 4 git commands to generate.