!10 Use Erubi instead of Erubis
From: @lyn1001 Reviewed-by: @small_leek Signed-off-by: @small_leek
This commit is contained in:
commit
d45be9cdc2
@ -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
|
||||
* Tue Jan 10 liyanan <liyanan32@h-partners.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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user