[rubygems] 1.8.6

Mamoru Tasaka mtasaka at fedoraproject.org
Tue Jul 26 16:43:42 UTC 2011


commit d508aacca6b2d8911ec003a54eba76223332744b
Author: Mamoru Tasaka <tasaka1 at localhost.localdomain>
Date:   Wed Jul 27 01:43:29 2011 +0900

    1.8.6

 .gitignore                                         |    1 +
 ...-fix-Gem.latest_load_paths-partial-revert.patch |   11 ---
 rubygems-1.8.5-fix-Gem.latest_load_paths.patch     |   78 --------------------
 ....8.6-show-extension-build-process-in-sync.patch |   10 +-
 rubygems.spec                                      |   19 ++---
 sources                                            |    2 +-
 6 files changed, 14 insertions(+), 107 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 0c287a4..daa941f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,3 +7,4 @@ rubygems-1.3.7.tgz
 /rubygems-1.6.2.tgz
 /rubygems-1.7.2.tgz
 /rubygems-1.8.5.tgz
+/rubygems-1.8.6.tgz
diff --git a/rubygems-1.8.5-show-extension-build-process-in-sync.patch b/rubygems-1.8.6-show-extension-build-process-in-sync.patch
similarity index 87%
rename from rubygems-1.8.5-show-extension-build-process-in-sync.patch
rename to rubygems-1.8.6-show-extension-build-process-in-sync.patch
index c715cd7..202ffca 100644
--- a/rubygems-1.8.5-show-extension-build-process-in-sync.patch
+++ b/rubygems-1.8.6-show-extension-build-process-in-sync.patch
@@ -1,5 +1,5 @@
---- rubygems-1.8.5/lib/rubygems/ext/builder.rb.insync	2011-05-19 07:23:53.000000000 +0900
-+++ rubygems-1.8.5/lib/rubygems/ext/builder.rb	2011-06-02 00:09:15.000000000 +0900
+--- rubygems-1.8.6/lib/rubygems/ext/builder.rb.insync	2011-07-27 01:14:52.000000000 +0900
++++ rubygems-1.8.6/lib/rubygems/ext/builder.rb	2011-07-27 01:15:01.000000000 +0900
 @@ -11,6 +11,56 @@
      $1.downcase
    end
@@ -56,7 +56,7 @@
 +
    def self.make(dest_path, results)
      unless File.exist? 'Makefile' then
-       raise Gem::InstallError, "Makefile not found:\n\n#{results.join "\n"}" 
+       raise Gem::InstallError, "Makefile not found:\n\n#{results.join "\n"}"
 @@ -31,11 +81,10 @@
  
      ['', ' install'].each do |target|
@@ -84,8 +84,8 @@
        raise Gem::InstallError, "#{class_name} failed:\n\n#{results.join "\n"}"
      end
    end
---- rubygems-1.8.5/lib/rubygems/installer.rb.insync	2011-06-01 06:55:13.000000000 +0900
-+++ rubygems-1.8.5/lib/rubygems/installer.rb	2011-06-02 00:09:15.000000000 +0900
+--- rubygems-1.8.6/lib/rubygems/installer.rb.insync	2011-07-27 01:14:52.000000000 +0900
++++ rubygems-1.8.6/lib/rubygems/installer.rb	2011-07-27 01:15:01.000000000 +0900
 @@ -530,7 +530,7 @@
          Dir.chdir extension_dir do
            results = builder.build(extension, gem_dir, dest_path, results)
diff --git a/rubygems.spec b/rubygems.spec
index 7779e28..8a2d910 100644
--- a/rubygems.spec
+++ b/rubygems.spec
@@ -6,7 +6,7 @@
 %global	gem_home	%{gem_dir}/%{rb_ver}
 %global	ruby_sitelib	%(ruby -rrbconfig -e 'puts Config::CONFIG["sitelibdir"]')
 
-%global	repoid		74954
+%global	repoid		75173
 
 # Executing testsuite (enabling %%check section) will cause dependency loop.
 # To avoid dependency loop when necessary, please set the following value to 0
@@ -14,8 +14,8 @@
 
 Summary:	The Ruby standard for packaging ruby libraries
 Name:		rubygems
-Version:	1.8.5
-Release:	2%{?dist}
+Version:	1.8.6
+Release:	1%{?dist}
 Group:		Development/Libraries
 License:	Ruby or MIT
 
@@ -25,16 +25,10 @@ Patch0:		rubygems-1.8.5-noarch-gemdir.patch
 # Will discuss upstream
 # https://github.com/rubygems/rubygems/issues/120
 # rubygems-Patches-28631
-Patch1:		rubygems-1.8.5-show-extension-build-process-in-sync.patch
+Patch1:		rubygems-1.8.6-show-extension-build-process-in-sync.patch
 # rubygems-Patches-29049
 # https://github.com/rubygems/rubygems/issues/118
 Patch3:		rubygems-1.8.5-show-rdoc-process-verbosely.patch
-# rubygems bug 29232
-# undefined method `specifications' for "...path":String
-# commit 30d6b6807894acf81e46
-Patch4:		rubygems-1.8.5-fix-Gem.latest_load_paths.patch
-# For now Patch4 needs below
-Patch5:		rubygems-1.8.5-fix-Gem.latest_load_paths-partial-revert.patch
 # Fix Gem.all_load_paths (although it is deprecated and will be removed
 # on 2011-10-01)
 Patch6:		rubygems-1.8.5-all-load-paths.patch
@@ -63,8 +57,6 @@ libraries.
 %patch0 -p1 -b .noarch
 %patch1 -p1 -b .insync
 %patch3 -p1 -b .rdoc_v
-%patch4 -p1 -b .spec_abort
-%patch5 -p1 -b .patch4
 %patch6 -p1 -b .load_path
 
 # Some of the library files start with #! which rpmlint doesn't like
@@ -121,6 +113,9 @@ mv Rakefile.tmp Rakefile
 %{ruby_sitelib}/ubygems.rb
 
 %changelog
+* Wed Jul 27 2011 Mamoru Tasaka <mtasaka at fedoraproject.org> - 1.8.6-1
+- 1.8.6
+
 * Sat Jun 25 2011 Mamoru Tasaka <mtasaka at fedoraproject.org> - 1.8.5-2
 - Fix Gem.latest_load_paths (for rubygem-gettext FTBFS)
 - Fix Gem.all_load_paths (for rubygem-gettext FTBFS, although it is already
diff --git a/sources b/sources
index 68ff7f0..15b1008 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-93568f8737e470f663e330812f3bf7cd  rubygems-1.8.5.tgz
+8e95d0c5b377a003f3d54a49461e81d9  rubygems-1.8.6.tgz


More information about the scm-commits mailing list