[rubygems] Update to 1.5.2 Show rdoc process verbosely in verbose mode

Mamoru Tasaka mtasaka at fedoraproject.org
Sat Feb 19 19:32:04 UTC 2011


commit c172ec791079a2531d93695c0eec9a55e806450d
Author: Mamoru Tasaka <tasaka1 at localhost.localdomain>
Date:   Sun Feb 20 04:32:07 2011 +0900

    Update to 1.5.2
    Show rdoc process verbosely in verbose mode

 .gitignore                                       |    1 +
 rubygems-1.5.2-show-rdoc-process-verbosely.patch |   22 ++++++++++++++++++++++
 rubygems.spec                                    |   11 +++++++++--
 sources                                          |    2 +-
 4 files changed, 33 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index c04aaa0..94fc0ce 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 rubygems-1.3.7.tgz
 /rubygems-1.5.0.tgz
+/rubygems-1.5.2.tgz
diff --git a/rubygems-1.5.2-show-rdoc-process-verbosely.patch b/rubygems-1.5.2-show-rdoc-process-verbosely.patch
new file mode 100644
index 0000000..8a14785
--- /dev/null
+++ b/rubygems-1.5.2-show-rdoc-process-verbosely.patch
@@ -0,0 +1,22 @@
+--- rubygems-1.5.2/lib/rubygems/commands/setup_command.rb.debug	2011-02-10 10:34:53.000000000 +0900
++++ rubygems-1.5.2/lib/rubygems/commands/setup_command.rb	2011-02-20 04:03:59.000000000 +0900
+@@ -329,7 +329,7 @@
+ 
+     require 'rdoc/rdoc'
+ 
+-    args << '--quiet'
++    args << '--quiet' unless Gem.configuration.really_verbose
+     args << '--main' << 'README.rdoc'
+     args << '.'
+     args << 'README.rdoc' << 'UPGRADING.rdoc'
+--- rubygems-1.5.2/lib/rubygems/doc_manager.rb.debug	2011-02-05 05:29:22.000000000 +0900
++++ rubygems-1.5.2/lib/rubygems/doc_manager.rb	2011-02-20 04:02:22.000000000 +0900
+@@ -162,7 +162,7 @@
+   def run_rdoc(*args)
+     args << @spec.rdoc_options
+     args << self.class.configured_args
+-    args << '--quiet'
++    args << '--quiet' unless Gem.configuration.really_verbose
+     args << @spec.require_paths.clone
+     args << @spec.extra_rdoc_files
+     args << '--title' << "#{@spec.full_name} Documentation"
diff --git a/rubygems.spec b/rubygems.spec
index 2f322d0..20ee29b 100644
--- a/rubygems.spec
+++ b/rubygems.spec
@@ -3,7 +3,7 @@
 %global	gem_home	%{gem_dir}/%{rb_ver}
 %global	ruby_sitelib	%(ruby -rrbconfig -e 'puts Config::CONFIG["sitelibdir"]')
 
-%global	repoid		74140
+%global	repoid		74234
 
 # Executing testsuite (enabling %%check section) will cause dependency loop.
 # To avoid dependency loop when necessary, please set the following value to 0
@@ -11,7 +11,7 @@
 
 Summary:	The Ruby standard for packaging ruby libraries
 Name:		rubygems
-Version:	1.5.0
+Version:	1.5.2
 Release:	2%{?dist}
 Group:		Development/Libraries
 # No GPL version is specified.
@@ -23,8 +23,10 @@ Patch0:		rubygems-1.3.7-noarch-gemdir.patch
 # Will discuss upstream
 Patch1:		rubygems-1.5.0-show-extension-build-process-in-sync.patch
 Patch2:		rubygems-1.5.0-test-under-umask.patch
+Patch3:		rubygems-1.5.2-show-rdoc-process-verbosely.patch
 
 Requires:	ruby(abi) = 1.8
+Requires:	ruby >= 1.8.7
 Requires:	ruby-rdoc
 BuildRequires:	ruby
 BuildRequires:	ruby-rdoc
@@ -47,6 +49,7 @@ libraries.
 %patch0 -p1 -b .noarch
 %patch1 -p1 -b .insync
 %patch2 -p1 -b .umask
+%patch3 -p1 -b .rdoc_v
 
 # Some of the library files start with #! which rpmlint doesn't like
 # and doesn't make much sense
@@ -98,6 +101,10 @@ rake test
 %{ruby_sitelib}/ubygems.rb
 
 %changelog
+* Sun Feb 20 2011 Mamoru Tasaka <mtasaka at fedorapeople.org> - 1.5.2-1
+- Update to 1.5.2
+- Show rdoc process verbosely in verbose mode
+
 * Fri Feb 11 2011 Mamoru Tasaka <mtasaka at ioa.s.u-tokyo.ac.jp> - 1.5.0-2
 - Modify in-sync patch to keep the original behavior (for testsuite)
 - Patch to make testsuite succeed, enabling testsuite
diff --git a/sources b/sources
index 9388954..d6577c4 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-49bef7186bf3c0ca6ee7adf4b585bccc  rubygems-1.5.0.tgz
+3951f94c09c16c774c8bcebc94fa5374  rubygems-1.5.2.tgz


More information about the scm-commits mailing list