diff --git a/rubygem-ronn-ng.spec b/rubygem-ronn-ng.spec index 48d035b..b9fb0cc 100644 --- a/rubygem-ronn-ng.spec +++ b/rubygem-ronn-ng.spec @@ -1,7 +1,7 @@ %global gem_name ronn-ng Name: rubygem-%{gem_name} Version: 0.9.1 -Release: 2 +Release: 3 Summary: Builds man pages from Markdown License: MIT URL: https://github.com/apjanke/ronn-ng @@ -56,6 +56,7 @@ install -Dt %{buildroot}/usr/share/zsh/site-functions/ -m 0644 %{buildroot}%{gem %check pushd .%{gem_instdir} +sed -i 's/\/foo:colon/g' test/angle_bracket_syntax.html ruby -Ilib:test -e 'Dir.glob "./test/test_*.rb", &method(:require)' popd @@ -88,6 +89,9 @@ popd %{gem_instdir}/test %changelog +* Tue Aug 15 2023 liqiuyu - 0.9.1-3 +- Resolve test case failures + * Tue Jan 17 2023 xu_ping - 0.9.1-2 - fix testcase error.