Use Erubi instead of Erubis

(cherry picked from commit d87c0f0645f2689e8e17d17447b32431ee4b8db1)
This commit is contained in:
lyn1001 2023-05-29 15:45:42 +08:00 committed by openeuler-sync-bot
parent 1b2aff4349
commit bbeedb5980

View File

@ -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 <thistleslyn@163.com> - 2.0.8-5
- Use Erubi instead of Erubis
* Wed Feb 9 2022 liyanan <liyanan32@huawei.com> - 2.0.8-4
- Fix build error