Update to Ruby 2.2.2
This commit is contained in:
parent
b9da2e689a
commit
05eb8b6a78
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,4 @@
|
|||||||
/ruby-2.*.tar.bz2
|
/ruby-2.*.tar.bz2
|
||||||
/ruby-2.2.0.tar.xz
|
/ruby-2.2.0.tar.xz
|
||||||
/ruby-2.2.1.tar.xz
|
/ruby-2.2.1.tar.xz
|
||||||
|
/ruby-2.2.2.tar.xz
|
||||||
|
@ -1,31 +1,14 @@
|
|||||||
From acae106c7c8feab92a52982976b147f1100207a5 Mon Sep 17 00:00:00 2001
|
|
||||||
From: nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>
|
|
||||||
Date: Tue, 24 Mar 2015 08:30:15 +0000
|
|
||||||
Subject: [PATCH] fs.c: use statfs/statvfs
|
|
||||||
|
|
||||||
* ext/-test-/file/fs.c (get_fsname): return filesystem name by
|
|
||||||
statfs/statvfs. [ruby-core:68624] [Bug #10998]
|
|
||||||
|
|
||||||
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50071 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
|
|
||||||
---
|
|
||||||
ChangeLog | 5 +++
|
|
||||||
ext/-test-/file/extconf.rb | 14 ++++++++
|
|
||||||
ext/-test-/file/fs.c | 85 +++++++++++++++++++++++++---------------------
|
|
||||||
3 files changed, 66 insertions(+), 38 deletions(-)
|
|
||||||
|
|
||||||
diff --git a/ChangeLog b/ChangeLog
|
diff --git a/ChangeLog b/ChangeLog
|
||||||
index a2f2f97..d7e11af 100644
|
index 909c092..9f09144 100644
|
||||||
--- a/ChangeLog
|
--- a/ChangeLog
|
||||||
+++ b/ChangeLog
|
+++ b/ChangeLog
|
||||||
@@ -1,3 +1,8 @@
|
@@ -70,1 +70,6 @@
|
||||||
+Tue Mar 24 17:30:12 2015 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
+Tue Mar 24 17:30:12 2015 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||||
+
|
+
|
||||||
+ * ext/-test-/file/fs.c (get_fsname): return filesystem name by
|
+ * ext/-test-/file/fs.c (get_fsname): return filesystem name by
|
||||||
+ statfs/statvfs. [ruby-core:68624] [Bug #10998]
|
+ statfs/statvfs. [ruby-core:68624] [Bug #10998]
|
||||||
+
|
+
|
||||||
Thu Feb 26 15:48:41 2015 NAKAMURA Usaku <usa@ruby-lang.org>
|
Thu Feb 26 15:48:41 2015 NAKAMURA Usaku <usa@ruby-lang.org>
|
||||||
|
|
||||||
* ext/win32/Win32API.rb (initialize): accept both a string and an array
|
|
||||||
diff --git a/ext/-test-/file/extconf.rb b/ext/-test-/file/extconf.rb
|
diff --git a/ext/-test-/file/extconf.rb b/ext/-test-/file/extconf.rb
|
||||||
index 4e134dd..be4a2fb 100644
|
index 4e134dd..be4a2fb 100644
|
||||||
--- a/ext/-test-/file/extconf.rb
|
--- a/ext/-test-/file/extconf.rb
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
%global major_version 2
|
%global major_version 2
|
||||||
%global minor_version 2
|
%global minor_version 2
|
||||||
%global teeny_version 1
|
%global teeny_version 2
|
||||||
%global major_minor_version %{major_version}.%{minor_version}
|
%global major_minor_version %{major_version}.%{minor_version}
|
||||||
|
|
||||||
%global ruby_version %{major_minor_version}.%{teeny_version}
|
%global ruby_version %{major_minor_version}.%{teeny_version}
|
||||||
@ -21,7 +21,7 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
|
||||||
%global release 10
|
%global release 1
|
||||||
%{!?release_string:%global release_string %{?development_release:0.}%{release}%{?development_release:.%{development_release}}%{?dist}}
|
%{!?release_string:%global release_string %{?development_release:0.}%{release}%{?development_release:.%{development_release}}%{?dist}}
|
||||||
|
|
||||||
%global rubygems_version 2.4.5
|
%global rubygems_version 2.4.5
|
||||||
@ -895,6 +895,9 @@ make check TESTS="-v $DISABLE_TESTS"
|
|||||||
%{ruby_libdir}/tkextlib
|
%{ruby_libdir}/tkextlib
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Apr 14 2015 Josef Stribny <jstribny@redhat.com> - 2.2.2-1
|
||||||
|
- Update to Ruby 2.2.2
|
||||||
|
|
||||||
* Fri Mar 20 2015 Vít Ondruch <vondruch@redhat.com> - 2.2.1-10
|
* Fri Mar 20 2015 Vít Ondruch <vondruch@redhat.com> - 2.2.1-10
|
||||||
- Fix libruby.so versions in SystemTap scripts (rhbz#1202232).
|
- Fix libruby.so versions in SystemTap scripts (rhbz#1202232).
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user