From effebeac2663a6ca2d37e07c5bf58891bca79cac Mon Sep 17 00:00:00 2001 From: hht8 Date: Mon, 8 Feb 2021 15:58:59 +0800 Subject: [PATCH] Switch ronn-ng to disable ronn --- rubygem-tilt.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/rubygem-tilt.spec b/rubygem-tilt.spec index ee09842..3d5a81a 100644 --- a/rubygem-tilt.spec +++ b/rubygem-tilt.spec @@ -2,7 +2,7 @@ %{?_with_bootstrap: %global bootstrap 1} Name: rubygem-%{gem_name} Version: 2.0.8 -Release: 2 +Release: 3 Summary: Generic interface to multiple Ruby template engines License: MIT URL: http://github.com/rtomayko/tilt @@ -15,7 +15,7 @@ BuildRequires: rubygem(sass) rubygem(asciidoctor) rubygem(prawn) rubygem(p %if ! 0%{?bootstrap} BuildRequires: rubygem(haml) %endif -BuildRequires: rubygem-ronn +BuildRequires: rubygem-ronn-ng BuildArch: noarch %description Generic interface to multiple Ruby template engines. @@ -85,6 +85,9 @@ popd %{gem_instdir}/test %changelog +* Sun Feb 07 2020 huanghaitao - 2.0.8-3 +- Swith rubygem-ronn-ng to drop rubygem-ronn + * Tue Dec 29 2020 Ge Wang - 2.0.8-2 - Fix compile failure due to updated AsciiDoctor