From 83a656738748ede280fe0098212df775e4209602 Mon Sep 17 00:00:00 2001 From: "Pokorra, Gerd" Date: Sat, 21 Jul 2018 11:28:04 +0200 Subject: [PATCH] fix build problem --- rubygem-rdiscount.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/rubygem-rdiscount.spec b/rubygem-rdiscount.spec index eb52b80..ec2713a 100644 --- a/rubygem-rdiscount.spec +++ b/rubygem-rdiscount.spec @@ -6,7 +6,7 @@ Summary: Converts documents in Markdown syntax to HTML Name: rubygem-%{gem_name} Version: 2.1.8 -Release: 9%{?dist} +Release: 10%{?dist} Group: Development/Languages License: ASL 1.1 URL: http://github.com/rtomayko/rdiscount @@ -15,6 +15,7 @@ BuildRequires: rubygems-devel BuildRequires: ruby-devel BuildRequires: libmarkdown-devel BuildRequires: rubygem(test-unit) +BuildRequires: gcc %package doc @@ -166,6 +167,9 @@ popd %changelog +* Sat Jul 21 2018 Gerd Pokorra - 2.1.8-10 +- add gcc to BuildRequires + * Sat Jul 14 2018 Fedora Release Engineering - 2.1.8-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild