[rubygems/f16] Try 1.8.5

Mamoru Tasaka mtasaka at fedoraproject.org
Sat Aug 27 19:30:32 UTC 2011


commit 8b3690f4f29353fd8f0999db8037a3dd72123c40
Author: Mamoru Tasaka <tasaka1 at localhost.localdomain>
Date:   Sun Aug 28 04:30:19 2011 +0900

    Try 1.8.5

 .gitignore    |    1 +
 rubygems.spec |   29 +++--------------------------
 sources       |    2 +-
 3 files changed, 5 insertions(+), 27 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 55e9ab5..6b71dbf 100644
--- a/.gitignore
+++ b/.gitignore
@@ -11,3 +11,4 @@ rubygems-1.3.7.tgz
 /rubygems-1.8.7.tgz
 /rubygems-1.8.8.tgz
 /rubygems-1.8.9.tgz
+/rubygems-1.8.10.tgz
diff --git a/rubygems.spec b/rubygems.spec
index 812fc49..0ad03fa 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		75296
+%global	repoid		74954
 
 # 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.9
+Version:	1.8.5
 Release:	1%{?dist}
 Group:		Development/Libraries
 License:	Ruby or MIT
@@ -23,15 +23,10 @@ URL:		http://rubyforge.org/projects/rubygems/
 Source0:	http://rubyforge.org/frs/download.php/%{repoid}/rubygems-%{version}.tgz
 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.6-show-extension-build-process-in-sync.patch
+Patch1:		rubygems-1.8.5-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
-# 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
 
 Requires:	ruby(abi) = 1.8
 Requires:	ruby >= 1.8.7
@@ -57,7 +52,6 @@ libraries.
 %patch0 -p1 -b .noarch
 %patch1 -p1 -b .insync
 %patch3 -p1 -b .rdoc_v
-%patch6 -p1 -b .load_path
 
 # Some of the library files start with #! which rpmlint doesn't like
 # and doesn't make much sense
@@ -113,23 +107,6 @@ 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
-
-* Sat Aug  6 2011 Mamoru Tasaka <mtasaka at fedoraproject.org> - 1.8.7-1
-- 1.8.7
-
-* 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
-  deprecated from 1.7.0)
-
 * Wed Jun  1 2011 Mamoru Tasaka <mtasaka at fedoraproject.org> - 1.8.5-1
 - Try 1.8.5
 
diff --git a/sources b/sources
index b81e7da..151e58a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-fc399445d693c29778779e5828ee5e90  rubygems-1.8.9.tgz
+5b08ee31740c9b0bd36f6c04d537e7d4  rubygems-1.8.10.tgz


More information about the scm-commits mailing list