From df60eb0ac8d8b52c274ff5cb0ed2651a46393314 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADt=20Ondruch?= Date: Fri, 15 Mar 2013 16:37:46 +0100 Subject: [PATCH] Update to yard 0.8.5.2. --- .gitignore | 1 + rubygem-yard.spec | 19 +++++++++---------- sources | 2 +- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.gitignore b/.gitignore index 976b9e0..7843ff8 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ yard-0.5.3.gem /yard-0.7.4.gem /yard-0.8.1.gem /yard-0.8.2.1.gem +/yard-0.8.5.2.gem diff --git a/rubygem-yard.spec b/rubygem-yard.spec index 48aedae..2c9758e 100644 --- a/rubygem-yard.spec +++ b/rubygem-yard.spec @@ -2,8 +2,8 @@ Name: rubygem-%{gem_name} Summary: Documentation tool for consistent and usable documentation in Ruby -Version: 0.8.2.1 -Release: 3%{?dist} +Version: 0.8.5.2 +Release: 1%{?dist} Group: Development/Languages License: MIT and (GPLv2 or Ruby) URL: http://yardoc.org @@ -12,9 +12,9 @@ Source0: http://rubygems.org/gems/%{gem_name}-%{version}.gem Requires: ruby(rubygems) Requires: ruby(release) BuildRequires: rubygems-devel -BuildRequires: %{_bindir}/rspec +BuildRequires: rubygem(rspec) BuildRequires: rubygem(redcarpet) -BuildRequires: rubygem(gettext) +BuildRequires: rubygem(rack) BuildArch: noarch Provides: rubygem(%{gem_name}) = %{version} @@ -54,11 +54,7 @@ find %{buildroot}%{gem_instdir}/bin -type f | xargs chmod a+x %check pushd .%{gem_instdir} -# Test suite may fail randomly. -# https://github.com/lsegal/yard/issues/473 -# Gem::DocManager test suite fails: -# https://github.com/lsegal/yard/issues/579 -rspec spec | grep "1602 examples, 10 failures, 8 pending" +rspec spec popd %files @@ -81,7 +77,7 @@ popd %doc %{gem_docdir} %doc %{gem_instdir}/README.md %{gem_instdir}/Rakefile -%doc %{gem_instdir}/ChangeLog +%{gem_instdir}/%{gem_name}.gemspec %{gem_instdir}/benchmarks %{gem_instdir}/spec %doc %{gem_instdir}/docs @@ -89,6 +85,9 @@ popd %changelog +* Fri Mar 15 2013 Vít Ondruch - 0.8.5.2-1 +- Update to yard 0.8.5.2. + * Fri Mar 15 2013 Vít Ondruch - 0.8.2.1-3 - Rebuild for https://fedoraproject.org/wiki/Features/Ruby_2.0.0 diff --git a/sources b/sources index 78a2583..6f1b193 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -08a48d23f8729b68945011cae7d121fe yard-0.8.2.1.gem +3dd47e06fb17c7b7de88eb02bfbfb57b yard-0.8.5.2.gem