From bd72fc982eb562a365bb47fbbc4d5540750ab915 Mon Sep 17 00:00:00 2001 From: wu-leilei Date: Mon, 28 Jun 2021 17:35:48 +0800 Subject: [PATCH] add buildrequires gcc --- rubygem-rdiscount.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/rubygem-rdiscount.spec b/rubygem-rdiscount.spec index 741596c..1ef330d 100644 --- a/rubygem-rdiscount.spec +++ b/rubygem-rdiscount.spec @@ -1,14 +1,14 @@ %global gem_name rdiscount Name: rubygem-rdiscount Version: 2.2.0.1 -Release: 4 +Release: 5 Summary: Converts documents in Markdown syntax to HTML License: ASL 1.1 URL: http://github.com/rtomayko/rdiscount Source0: http://rubygems.org/gems/rdiscount-%{version}.gem # The patch used to modify test failed Patch0: rdiscount_test.rb.patch -BuildRequires: rubygems-devel ruby-devel libmarkdown-devel rubygem(test-unit) +BuildRequires: rubygems-devel ruby-devel libmarkdown-devel rubygem(test-unit) gcc %description The package converts documents in Markdown syntax to HTML. @@ -90,5 +90,8 @@ cd - %changelog +* Mon Jun 28 2021 wulei - 2.2.0.1-5 +- fix missing gcc + * Sat Mar 14 2020 zhujunhao - 2.2.0.1-4 - Package init