[前][次][番号順一覧][スレッド一覧]

ruby-changes:37988

From: usa <ko1@a...>
Date: Tue, 24 Mar 2015 16:41:34 +0900 (JST)
Subject: [ruby-changes:37988] usa:r50069 (ruby_2_0_0): merge revision(s) 49689, 49752, 49753: [Backport #10953]

usa	2015-03-24 16:41:14 +0900 (Tue, 24 Mar 2015)

  New Revision: 50069

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=50069

  Log:
    merge revision(s) 49689,49752,49753: [Backport #10953]
    
    * common.mk: use ruby organization for rubyspec.
    
    * spec/default.mspec: remove specific version number.
      https://github.com/ruby/rubyspec/commit/7a909e925c1baa9c700bd44af9241aef6e596714
    
    * spec/default.mspec: use default configuration file name.
      https://github.com/ruby/rubyspec/commit/cc69f337b06362e5607ffa3e3ad40ef7494960cf

  Modified directories:
    branches/ruby_2_0_0/
  Modified files:
    branches/ruby_2_0_0/ChangeLog
    branches/ruby_2_0_0/common.mk
    branches/ruby_2_0_0/spec/default.mspec
    branches/ruby_2_0_0/version.h
Index: ruby_2_0_0/ChangeLog
===================================================================
--- ruby_2_0_0/ChangeLog	(revision 50068)
+++ ruby_2_0_0/ChangeLog	(revision 50069)
@@ -1,3 +1,17 @@ https://github.com/ruby/ruby/blob/trunk/ruby_2_0_0/ChangeLog#L1
+Tue Mar 24 16:38:14 2015  SHIBATA Hiroshi  <shibata.hiroshi@g...>
+
+	* spec/default.mspec: use default configuration file name.
+	  https://github.com/ruby/rubyspec/commit/cc69f337b06362e5607ffa3e3ad40ef7494960cf
+
+Tue Mar 24 16:38:14 2015  SHIBATA Hiroshi  <shibata.hiroshi@g...>
+
+	* spec/default.mspec: remove specific version number.
+	  https://github.com/ruby/rubyspec/commit/7a909e925c1baa9c700bd44af9241aef6e596714
+
+Tue Mar 24 16:38:14 2015  SHIBATA Hiroshi  <shibata.hiroshi@g...>
+
+	* common.mk: use ruby organization for rubyspec.
+
 Wed Feb 25 17:30:10 2015  NAKAMURA Usaku  <usa@r...>
 
 	* class.c (clone_method): fixed missing assignment introduced by
Index: ruby_2_0_0/spec/default.mspec
===================================================================
--- ruby_2_0_0/spec/default.mspec	(revision 50068)
+++ ruby_2_0_0/spec/default.mspec	(revision 50069)
@@ -1,4 +1,4 @@ https://github.com/ruby/ruby/blob/trunk/ruby_2_0_0/spec/default.mspec#L1
-load File.dirname(__FILE__) + '/rubyspec/ruby.1.9.mspec'
+load File.dirname(__FILE__) + '/rubyspec/default.mspec'
 class MSpecScript
   builddir = Dir.pwd
   srcdir = ENV['SRCDIR']
Index: ruby_2_0_0/common.mk
===================================================================
--- ruby_2_0_0/common.mk	(revision 50068)
+++ ruby_2_0_0/common.mk	(revision 50069)
@@ -14,7 +14,7 @@ RUBYLIB       = $(PATH_SEPARATOR) https://github.com/ruby/ruby/blob/trunk/ruby_2_0_0/common.mk#L14
 RUBYOPT       = -
 RUN_OPTS      = --disable-gems
 
-SPEC_GIT_BASE = git://github.com/rubyspec
+SPEC_GIT_BASE = git://github.com/ruby
 MSPEC_GIT_URL = $(SPEC_GIT_BASE)/mspec.git
 RUBYSPEC_GIT_URL = $(SPEC_GIT_BASE)/rubyspec.git
 
Index: ruby_2_0_0/version.h
===================================================================
--- ruby_2_0_0/version.h	(revision 50068)
+++ ruby_2_0_0/version.h	(revision 50069)
@@ -1,10 +1,10 @@ https://github.com/ruby/ruby/blob/trunk/ruby_2_0_0/version.h#L1
 #define RUBY_VERSION "2.0.0"
-#define RUBY_RELEASE_DATE "2015-02-25"
-#define RUBY_PATCHLEVEL 643
+#define RUBY_RELEASE_DATE "2015-03-24"
+#define RUBY_PATCHLEVEL 644
 
 #define RUBY_RELEASE_YEAR 2015
-#define RUBY_RELEASE_MONTH 2
-#define RUBY_RELEASE_DAY 25
+#define RUBY_RELEASE_MONTH 3
+#define RUBY_RELEASE_DAY 24
 
 #include "ruby/version.h"
 

Property changes on: ruby_2_0_0
___________________________________________________________________
Modified: svn:mergeinfo
   Merged /trunk:r49689,49752


--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]