From 0737548057d2c0d8e95eada4d9cafd1322ded888 Mon Sep 17 00:00:00 2001 From: Todd Zullinger Date: Tue, 19 Mar 2019 11:59:40 -0400 Subject: [PATCH] Remove stale comments about missing test suite parts Parts of the test suite were missing in the official 1.5.5 release. This was addressed in 62c46b2 ("Fix FTBFS.", 2017-06-05) and fixed upstream in fd602b75 ("include entire test suite in gem (PR #1952)", 2016-11-29). The 1.5.6 release included that fix, but the comment remained after 46fa0bd ("Update to 1.5.6.1", 2017-08-24). --- rubygem-asciidoctor.spec | 4 ---- 1 file changed, 4 deletions(-) diff --git a/rubygem-asciidoctor.spec b/rubygem-asciidoctor.spec index a833597..67e12df 100644 --- a/rubygem-asciidoctor.spec +++ b/rubygem-asciidoctor.spec @@ -10,10 +10,6 @@ Release: 6%{?dist} License: MIT URL: https://github.com/asciidoctor/asciidoctor Source0: https://rubygems.org/gems/%{gem_name}-%{version}%{pre}.gem -# Parts of the test suite are missing from the package by accident. -# https://github.com/asciidoctor/asciidoctor/pull/1952 -# git clone https://github.com/asciidoctor/asciidoctor.git && cd asciidoctor -# git checkout v1.5.5 && tar czvf asciidoctor-1.5.5-tests.tgz test/fixtures test/test_helper.rb %if 0%{?el7} Requires: ruby(release) BuildRequires: ruby(release)