[rubygems] 1.8.10

Mamoru Tasaka mtasaka at fedoraproject.org
Sat Aug 27 19:35:04 UTC 2011


commit 753190a6735e13a3c8ce6843d878bb64daaae081
Author: Mamoru Tasaka <tasaka1 at localhost.localdomain>
Date:   Sun Aug 28 04:34:52 2011 +0900

    1.8.10

 rubygems.spec |   32 +++++++++++++++++++++++++++++---
 1 files changed, 29 insertions(+), 3 deletions(-)
---
diff --git a/rubygems.spec b/rubygems.spec
index 0ad03fa..59fcece 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		75309
 
 # 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.5
+Version:	1.8.10
 Release:	1%{?dist}
 Group:		Development/Libraries
 License:	Ruby or MIT
@@ -23,10 +23,15 @@ 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.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
+# 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
@@ -52,6 +57,7 @@ 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
@@ -107,6 +113,26 @@ mv Rakefile.tmp Rakefile
 %{ruby_sitelib}/ubygems.rb
 
 %changelog
+* Sun Aug 28 2011 Mamoru Tasaka <mtasaka at fedoraproject.org> - 1.8.10-1
+- 1.8.10
+
+* 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
 


More information about the scm-commits mailing list