[ruby/ruby-2.0] RDoc now depends on JSON.

Vít Ondruch vondruch at fedoraproject.org
Mon Dec 10 15:23:10 UTC 2012


commit 2bb26f50946623446fb99f0ecd826b4c06a04877
Author: Vít Ondruch <vondruch at redhat.com>
Date:   Fri Dec 7 16:45:39 2012 +0100

    RDoc now depends on JSON.

 ruby.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/ruby.spec b/ruby.spec
index 520c55a..fe10e15 100644
--- a/ruby.spec
+++ b/ruby.spec
@@ -218,6 +218,7 @@ License:    GPLv2 and Ruby and MIT
 Requires:   ruby(abi) = %{ruby_abi}
 Requires:   ruby(rubygems) >= %{rubygems_version}
 Requires:   ruby(irb) = %{irb_version}
+Requires:   rubygem(json) >= %{json_version}
 Provides:   rdoc = %{version}-%{release}
 Provides:   ri = %{version}-%{release}
 Provides:   rubygem(rdoc) = %{version}-%{release}
@@ -784,10 +785,14 @@ make check TESTS="-v $DISABLE_TESTS"
 %{ruby_libdir}/tkextlib
 
 %changelog
+* Fri Dec 07 2012 Vít Ondruch <vondruch at redhat.com> - 2.0.0.0-0.1.r38260
+- Upgrade to Ruby 2.0.0 (r38260).
+- RDoc now depends on JSON.
+
 * Tue Nov 20 2012 Vít Ondruch <vondruch at redhat.com> - 2.0.0.0-0.1.r37773
 - Upgrade to Ruby 2.0.0 (r37773).
 
-* Fri Nov 09 2012 Vít Ondruch <vondruch at redhat.com> - 2.0.0.0-0.2.r37589
+* Fri Nov 09 2012 Vít Ondruch <vondruch at redhat.com> - 2.0.0.0-0.1.r37589
 - Upgrade to Ruby 2.0.0 (r37589).
 
 * Mon Nov 05 2012 Vít Ondruch <vondruch at redhat.com> - 2.0.0.0-0.1.r37421


More information about the scm-commits mailing list