update to version 2.18.0

This commit is contained in:
wang--ge 2022-07-14 18:39:00 +08:00
parent b2e6733f4a
commit 82f95d1d23
5 changed files with 6 additions and 3 deletions

Binary file not shown.

Binary file not shown.

BIN
loofah-2.18.0.gem Normal file

Binary file not shown.

View File

@ -1,7 +1,7 @@
%global gem_name loofah %global gem_name loofah
Name: rubygem-%{gem_name} Name: rubygem-%{gem_name}
Version: 2.10.0 Version: 2.18.0
Release: 1 Release: 1
Summary: Manipulate and transform HTML/XML documents and fragments Summary: Manipulate and transform HTML/XML documents and fragments
License: MIT License: MIT
@ -9,7 +9,7 @@ URL: https://github.com/flavorjones/loofah
Source0: https://rubygems.org/gems/%{gem_name}-%{version}.gem Source0: https://rubygems.org/gems/%{gem_name}-%{version}.gem
# git clone https://github.com/flavorjones/loofah.git && cd loofah # git clone https://github.com/flavorjones/loofah.git && cd loofah
# git archive -v -o loofah-2.10.0-test.tar.gz v2.10.0 test/ # git archive -v -o loofah-2.10.0-test.tar.gz v2.10.0 test/
Source1: %{gem_name}-%{version}-test.tar.gz Source1: https://github.com/flavorjones/loofah/archive/refs/tags/v2.18.0.tar.gz
BuildRequires: ruby(release) rubygems-devel rubygem(nokogiri) >= 1.6.6.2 rubygem(minitest) BuildRequires: ruby(release) rubygems-devel rubygem(nokogiri) >= 1.6.6.2 rubygem(minitest)
BuildRequires: rubygem(crass) rubygem(rr) ruby BuildRequires: rubygem(crass) rubygem(rr) ruby
BuildArch: noarch BuildArch: noarch
@ -42,7 +42,7 @@ cp -a .%{gem_dir}/* \
%check %check
pushd .%{gem_instdir} pushd .%{gem_instdir}
cp -a %{_builddir}/test . cp -a %{_builddir}/%{gem_name}-%{version}/test .
ruby -Itest -e 'Dir.glob "./test/**/test_*.rb", &method(:require)' ruby -Itest -e 'Dir.glob "./test/**/test_*.rb", &method(:require)'
popd popd
@ -60,6 +60,9 @@ popd
%doc %{gem_instdir}/SECURITY.md %doc %{gem_instdir}/SECURITY.md
%changelog %changelog
* Thu Jul 14 2022 Ge Wang <wangge20@h-partners.com> - 2.18.0-1
- update to 2.18.0
* Thu Mar 03 2022 jiangxinyu <jiangxinyu@kylinos.cn> - 2.10.0-1 * Thu Mar 03 2022 jiangxinyu <jiangxinyu@kylinos.cn> - 2.10.0-1
- update to 2.10.0 - update to 2.10.0

BIN
v2.18.0.tar.gz Normal file

Binary file not shown.