diff --git a/rubygem-tilt.spec b/rubygem-tilt.spec index 2aca4c0..69e80f8 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: 1 +Release: 2 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. @@ -82,5 +82,8 @@ popd %{gem_instdir}/test %changelog +* Thu Oct 12 2023 wulei - 2.0.8-2 +- Swith rubygem-ronn-ng to drop rubygem-ronn + * Mon Aug 24 2020 liyanan - 2.0.8-1 - package init