|
@@ -1,7 +1,7 @@
|
|
%global major_version 2
|
|
%global major_version 2
|
|
%global minor_version 0
|
|
%global minor_version 0
|
|
%global teeny_version 0
|
|
%global teeny_version 0
|
|
-%global patch_level 353
|
|
|
|
|
|
+%global patch_level 451
|
|
|
|
|
|
%global major_minor_version %{major_version}.%{minor_version}
|
|
%global major_minor_version %{major_version}.%{minor_version}
|
|
|
|
|
|
@@ -55,7 +55,7 @@
|
|
# we cannot reset the release number to 1 even when the main (ruby) version
|
|
# we cannot reset the release number to 1 even when the main (ruby) version
|
|
# is updated - because it may be that the versions of sub-components don't
|
|
# is updated - because it may be that the versions of sub-components don't
|
|
# change.
|
|
# change.
|
|
-%global ruby_rel 2
|
|
|
|
|
|
+%global ruby_rel 3
|
|
|
|
|
|
%bcond_without emacsen
|
|
%bcond_without emacsen
|
|
%define rbmode ruby-mode
|
|
%define rbmode ruby-mode
|
|
@@ -124,9 +124,6 @@ Patch17: ruby-2.1.0-Allow-to-specify-additional-preludes-by-configuratio.patch
|
|
# Fixes issues with DESTDIR.
|
|
# Fixes issues with DESTDIR.
|
|
# https://bugs.ruby-lang.org/issues/8115
|
|
# https://bugs.ruby-lang.org/issues/8115
|
|
Patch18: ruby-2.0.0-p247-Revert-mkmf.rb-prefix-install_dirs-only-with-DESTDIR.patch
|
|
Patch18: ruby-2.0.0-p247-Revert-mkmf.rb-prefix-install_dirs-only-with-DESTDIR.patch
|
|
-# Fixes multilib conlicts of .gemspec files.
|
|
|
|
-# https://bugs.ruby-lang.org/issues/8623
|
|
|
|
-Patch19: ruby-2.0.0-p247-Make-stable-Gem-Specification.files-in-default-.gems.patch
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@@ -468,7 +465,6 @@ Emacs上でRubyスクリプトを書くのに便利なモードです.
|
|
%patch16 -p1
|
|
%patch16 -p1
|
|
%patch17 -p1
|
|
%patch17 -p1
|
|
%patch18 -p1
|
|
%patch18 -p1
|
|
-%patch19 -p1
|
|
|
|
|
|
|
|
cp -a %{SOURCE3} .
|
|
cp -a %{SOURCE3} .
|
|
|
|
|