Upgrade to Ruby 2.3.0 (r52392).

This commit is contained in:
Vít Ondruch 2015-10-30 14:38:33 +01:00
commit 5aaf677f62
8 changed files with 15 additions and 15 deletions

View file

@ -11,7 +11,7 @@ diff --git a/lib/mkmf.rb b/lib/mkmf.rb
index 682eb46..e6b1445 100644
--- a/lib/mkmf.rb
+++ b/lib/mkmf.rb
@@ -1893,7 +1893,7 @@ SRC
@@ -1892,7 +1892,7 @@ SRC
SHELL = /bin/sh
# V=0 quiet, V=1 verbose. other values don't work.

View file

@ -39,7 +39,7 @@ diff --git a/configure.in b/configure.in
index 0e371e2..d4f1dcb 100644
--- a/configure.in
+++ b/configure.in
@@ -4269,6 +4269,13 @@ AC_SUBST(rubyarchhdrdir)dnl
@@ -4260,6 +4260,13 @@ AC_SUBST(rubyarchhdrdir)dnl
AC_SUBST(sitearchhdrdir)dnl
AC_SUBST(vendorarchhdrdir)dnl

View file

@ -11,7 +11,7 @@ diff --git a/configure.in b/configure.in
index 37d9a62..553d4d0 100644
--- a/configure.in
+++ b/configure.in
@@ -3506,6 +3506,11 @@ if test ${multiarch+set}; then
@@ -3504,6 +3504,11 @@ if test ${multiarch+set}; then
fi
archlibdir='${libdir}/${arch}'

View file

@ -14,7 +14,7 @@ diff --git a/configure.in b/configure.in
index db37cd6..ce8d149 100644
--- a/configure.in
+++ b/configure.in
@@ -4123,7 +4123,8 @@ AS_CASE(["$ruby_version_dir_name"],
@@ -4114,7 +4114,8 @@ AS_CASE(["$ruby_version_dir_name"],
ruby_version_dir=/'${ruby_version_dir_name}'
if test -z "${ruby_version_dir_name}"; then

View file

@ -11,7 +11,7 @@ diff --git a/configure.in b/configure.in
index 553d4d0..03a4152 100644
--- a/configure.in
+++ b/configure.in
@@ -4187,6 +4187,8 @@ AC_SUBST(vendorarchdir)dnl
@@ -4178,6 +4178,8 @@ AC_SUBST(vendorarchdir)dnl
AC_SUBST(CONFIGURE, "`echo $0 | sed 's|.*/||'`")dnl
AC_SUBST(configure_args, "`echo "${ac_configure_args}" | sed 's/\\$/$$/g'`")dnl

View file

@ -15,7 +15,7 @@ diff --git a/configure.in b/configure.in
index 03a4152..0e371e2 100644
--- a/configure.in
+++ b/configure.in
@@ -4159,6 +4159,10 @@ AC_ARG_WITH(vendorarchdir,
@@ -4150,6 +4150,10 @@ AC_ARG_WITH(vendorarchdir,
[vendorarchdir=$withval],
[vendorarchdir=${multiarch+'${rubysitearchprefix}/vendor_ruby'${ruby_version_dir}}${multiarch-'${vendorlibdir}/${sitearch}'}])
@ -26,7 +26,7 @@ index 03a4152..0e371e2 100644
if test "${LOAD_RELATIVE+set}"; then
AC_DEFINE_UNQUOTED(LOAD_RELATIVE, $LOAD_RELATIVE)
RUBY_EXEC_PREFIX=''
@@ -4183,6 +4187,7 @@ AC_SUBST(sitearchdir)dnl
@@ -4174,6 +4178,7 @@ AC_SUBST(sitearchdir)dnl
AC_SUBST(vendordir)dnl
AC_SUBST(vendorlibdir)dnl
AC_SUBST(vendorarchdir)dnl

View file

@ -20,7 +20,7 @@ diff --git a/configure.in b/configure.in
index db37cd6..6e73fae 100644
--- a/configure.in
+++ b/configure.in
@@ -4072,9 +4072,6 @@ AS_CASE(["$target_os"],
@@ -4063,9 +4063,6 @@ AS_CASE(["$target_os"],
rubyw_install_name='$(RUBYW_INSTALL_NAME)'
])
@ -30,7 +30,7 @@ index db37cd6..6e73fae 100644
rubyarchprefix=${multiarch+'${archlibdir}/${RUBY_BASE_NAME}'}${multiarch-'${rubylibprefix}/${arch}'}
AC_ARG_WITH(rubyarchprefix,
AS_HELP_STRING([--with-rubyarchprefix=DIR],
@@ -4097,58 +4094,64 @@ AC_ARG_WITH(ridir,
@@ -4088,58 +4085,64 @@ AC_ARG_WITH(ridir,
AC_SUBST(ridir)
AC_SUBST(RI_BASE_NAME)
@ -124,7 +124,7 @@ index db37cd6..6e73fae 100644
if test "${LOAD_RELATIVE+set}"; then
AC_DEFINE_UNQUOTED(LOAD_RELATIVE, $LOAD_RELATIVE)
@@ -4165,6 +4168,7 @@ AC_SUBST(sitearchincludedir)dnl
@@ -4156,6 +4159,7 @@ AC_SUBST(sitearchincludedir)dnl
AC_SUBST(arch)dnl
AC_SUBST(sitearch)dnl
AC_SUBST(ruby_version)dnl

View file

@ -10,7 +10,7 @@
#%%global milestone rc1
# Keep the revision enabled for pre-releases from SVN.
%global revision 52191
%global revision 52392
%global ruby_archive %{name}-%{ruby_version}
@ -40,13 +40,13 @@
%global did_you_mean_version 1.0.0.beta2
%global io_console_version 0.4.3
%global json_version 1.8.2
%global minitest_version 5.8.1
%global minitest_version 5.8.2
%global power_assert_version 0.2.4
%global psych_version 2.0.14
%global rake_version 10.4.2
%global rdoc_version 4.2.0
%global net_telnet_version 0.1.1
%global test_unit_version 3.1.3
%global test_unit_version 3.1.5
# Might not be needed in the future, if we are lucky enough.
# https://bugzilla.redhat.com/show_bug.cgi?id=888262
@ -928,8 +928,8 @@ make check TESTS="-v $DISABLE_TESTS"
%{ruby_libdir}/tkextlib
%changelog
* Tue May 05 2015 Vít Ondruch <vondruch@rehdat.com> - 2.3.0-0.5.r52191
- Upgrade to Ruby 2.3.0 (r52191).
* Fri Oct 30 2015 Vít Ondruch <vondruch@rehdat.com> - 2.3.0-0.5.r52392
- Upgrade to Ruby 2.3.0 (r52392).
- Initialize all load paths in operating_system.rb.
- Fix directory ownership.
- Fix the git BR following the git package split.