[rubygems] Update to 2.0.6

Mamoru Tasaka mtasaka at fedoraproject.org
Thu Aug 15 08:02:57 UTC 2013


commit ac45779491c7b395f1c33823af258fdc89b8ff69
Author: Mamoru TASAKA <mtasaka at fedoraproject.org>
Date:   Thu Aug 15 17:02:45 2013 +0900

    Update to 2.0.6

 .gitignore                                |    1 +
 rubygems-2.0.5-extension-result-nil.patch |   15 ---------------
 rubygems.spec                             |   11 +++++------
 sources                                   |    2 +-
 4 files changed, 7 insertions(+), 22 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 3da1813..beba7a1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -21,3 +21,4 @@ rubygems-1.3.7.tgz
 /rubygems-2.0.0.tgz
 /rubygems-2.0.3.tgz
 /rubygems-2.0.5.tgz
+/rubygems-2.0.6.tgz
diff --git a/rubygems.spec b/rubygems.spec
index 642b319..0742a2f 100644
--- a/rubygems.spec
+++ b/rubygems.spec
@@ -24,8 +24,8 @@
 
 Summary:	The Ruby standard for packaging ruby libraries
 Name:		rubygems
-Version:	2.0.5
-Release:	101%{?dist}
+Version:	2.0.6
+Release:	102%{?dist}
 Group:		Development/Libraries
 License:	Ruby or MIT
 
@@ -61,9 +61,6 @@ Patch113: rubygems-2.0.5-Do-not-modify-global-Specification.dirs-during-insta.pa
 # This prevents issues, when ruby configuration specifies --with-ruby-version=''.
 # https://github.com/rubygems/rubygems/pull/455
 Patch114: rubygems-2.0.5-Fixes-for-empty-ruby-version.patch
-# It seems that with rubygem 2.0.5, when building C extension
-# results can be nil
-Patch115: rubygems-2.0.5-extension-result-nil.patch
 
 
 Requires:	ruby(release)
@@ -122,7 +119,6 @@ Documentation for %{name}
 %patch109 -p1 -b .109
 %patch113 -p1 -b .113
 %patch114 -p1 -b .114
-%patch115 -p1 -b .result_nil
 
 # Some of the library files start with #! which rpmlint doesn't like
 # and doesn't make much sense
@@ -269,6 +265,9 @@ testrb test || testrb test -x test_gem_installer.rb
 
 
 %changelog
+* Thu Aug 15 2013 Mamoru TASAKA <mtasaka at fedoraproject.org> - 2.0.6-102
+- Update to 2.0.6
+
 * Sun Aug 04 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.0.5-101
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 
diff --git a/sources b/sources
index 729df2a..53418df 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-641d82672937d40d664dbc18f49cdcec  rubygems-2.0.5.tgz
+0633f50db16112bf6c3cf9bfb9ceb9bd  rubygems-2.0.6.tgz


More information about the scm-commits mailing list