diff --git a/rubygem-tilt.spec b/rubygem-tilt.spec index ee51d94..95a4c0b 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: 4 +Release: 5 Summary: Generic interface to multiple Ruby template engines License: MIT URL: http://github.com/rtomayko/tilt @@ -10,7 +10,7 @@ Source0: https://rubygems.org/gems/tilt-%{version}.gem Patch0: tilt-2.0.10-Fix-Ruby-3.0-compatibility.patch Patch1: Fix-warning-when-using-yield-in-templates-on-ruby-2.7.patch BuildRequires: ruby(release) rubygems-devel ruby nodejs-devel rubygem(creole) -BuildRequires: rubygem(minitest) rubygem(nokogiri) rubygem(erubis) rubygem(builder) +BuildRequires: rubygem(minitest) rubygem(nokogiri) rubygem(erubi) rubygem(builder) BuildRequires: rubygem(maruku) rubygem(RedCloth) rubygem(redcarpet) rubygem(coffee-script) BuildRequires: rubygem(wikicloth) rubygem(kramdown) rubygem(rdiscount) rubygem(liquid) BuildRequires: rubygem(sass) rubygem(asciidoctor) rubygem(prawn) rubygem(pdf-reader) @@ -91,6 +91,9 @@ popd %{gem_instdir}/test %changelog +* Mon May 29 2023 liyanan - 2.0.8-5 +- Use Erubi instead of Erubis + * Wed Feb 9 2022 liyanan - 2.0.8-4 - Fix build error