[rubygems/f16] 1.8.9

Mamoru Tasaka mtasaka at fedoraproject.org
Wed Aug 24 16:13:12 UTC 2011


commit 3c0f43717dc2ae095ca2935b3565b248d18acfed
Author: Mamoru Tasaka <tasaka1 at localhost.localdomain>
Date:   Thu Aug 25 01:12:57 2011 +0900

    1.8.9

 .gitignore    |    1 +
 rubygems.spec |   11 +++++------
 sources       |    2 +-
 3 files changed, 7 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index c84b8e1..55e9ab5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -10,3 +10,4 @@ rubygems-1.3.7.tgz
 /rubygems-1.8.6.tgz
 /rubygems-1.8.7.tgz
 /rubygems-1.8.8.tgz
+/rubygems-1.8.9.tgz
diff --git a/rubygems.spec b/rubygems.spec
index db56f96..812fc49 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		75255
+%global	repoid		75296
 
 # Executing testsuite (enabling %%check section) will cause dependency loop.
 # To avoid dependency loop when necessary, please set the following value to 0
@@ -14,7 +14,7 @@
 
 Summary:	The Ruby standard for packaging ruby libraries
 Name:		rubygems
-Version:	1.8.8
+Version:	1.8.9
 Release:	1%{?dist}
 Group:		Development/Libraries
 License:	Ruby or MIT
@@ -29,9 +29,6 @@ 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
-# See:
-# https://github.com/rubygems/rubygems/issues/154
-Patch4:		rubygems-1.8.8-revert-to-git-tree.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
@@ -61,7 +58,6 @@ libraries.
 %patch1 -p1 -b .insync
 %patch3 -p1 -b .rdoc_v
 %patch6 -p1 -b .load_path
-%patch4 -p2 -b .git
 
 # Some of the library files start with #! which rpmlint doesn't like
 # and doesn't make much sense
@@ -117,6 +113,9 @@ mv Rakefile.tmp Rakefile
 %{ruby_sitelib}/ubygems.rb
 
 %changelog
+* Thu Aug 25 2011 Mamoru Tasaka <mtasaka at fedoraproject.org> - 1.8.9-1
+- 1.8.9
+
 * Sun Aug 21 2011 Mamoru Tasaka <mtasaka at fedoraproject.org> - 1.8.8-1
 - 1.8.8
 
diff --git a/sources b/sources
index 40cf631..b81e7da 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-6a9b4bc022f1dfeab48d11f22ed34f39  rubygems-1.8.8.tgz
+fc399445d693c29778779e5828ee5e90  rubygems-1.8.9.tgz


More information about the scm-commits mailing list