[rubygem-yard] Update to yard 0.8.1.

Vít Ondruch vondruch at fedoraproject.org
Thu May 3 13:28:45 UTC 2012


commit e8ace5eba96b4c42ce4dd8465960b191ba82785f
Author: Vít Ondruch <vondruch at redhat.com>
Date:   Thu May 3 15:28:10 2012 +0200

    Update to yard 0.8.1.

 .gitignore        |    1 +
 rubygem-yard.spec |   18 +++++++++++-------
 sources           |    2 +-
 3 files changed, 13 insertions(+), 8 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 8ec2a60..2f51022 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 yard-0.5.3.gem
 /yard-0.7.2.gem
 /yard-0.7.4.gem
+/yard-0.8.1.gem
diff --git a/rubygem-yard.spec b/rubygem-yard.spec
index 039187e..c53a455 100644
--- a/rubygem-yard.spec
+++ b/rubygem-yard.spec
@@ -4,8 +4,8 @@
 
 Name: rubygem-%{gem_name}
 Summary: Documentation tool for consistent and usable documentation in Ruby
-Version: 0.7.4
-Release: 3%{?dist}
+Version: 0.8.1
+Release: 1%{?dist}
 Group: Development/Languages
 License: MIT and (GPLv2 or Ruby)
 URL: http://yardoc.org
@@ -14,8 +14,9 @@ Source0: http://rubygems.org/gems/%{gem_name}-%{version}.gem
 Requires: ruby(rubygems)
 Requires: ruby(abi) = %{rubyabi}
 BuildRequires: rubygems-devel
-# Use rspec-core until rspec are not migrated to RSpec 2.x
-BuildRequires: rubygem(rspec-core)
+BuildRequires: rubygem(rspec)
+# Currently under review (rhbz#816699).
+# BuildRequires: rubygem(redcarpet)
 BuildArch: noarch
 Provides: rubygem(%{gem_name}) = %{version}
 
@@ -48,9 +49,9 @@ find %{buildroot}%{gem_instdir}/bin -type f | xargs chmod a+x
 
 %check
 pushd .%{gem_instdir}
-# Test suite fails with default LANG.
-# https://github.com/lsegal/yard/issues/472
-LANG=en_US.utf8 rspec spec
+# Test suite may fail randomly.
+# https://github.com/lsegal/yard/issues/473
+rspec spec
 popd
 
 %files
@@ -78,6 +79,9 @@ popd
 
 
 %changelog
+* Thu May 03 2012 Vít Ondruch <vondruch at redhat.com> - 0.8.1-1
+- Update to yard 0.8.1.
+
 * Wed Jan 25 2012 Vít Ondruch <vondruch at redhat.com> - 0.7.4-3
 - Rebuilt for Ruby 1.9.3.
 
diff --git a/sources b/sources
index 7510824..effc435 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-c8951a2b92979a87ff39f1cfb3d67cf6  yard-0.7.4.gem
+c3b9e2a28c73018c3ef4baf035568ef6  yard-0.8.1.gem


More information about the scm-commits mailing list