From 538dca12c0b51fd6d5d7bf40a144c45c7171bfec Mon Sep 17 00:00:00 2001 From: liqiuyu123 Date: Tue, 15 Aug 2023 16:32:06 +0800 Subject: [PATCH] Resolve test case failures (cherry picked from commit bd8067e0b069c7db666ebf9712504d02b62c4d84) --- rubygem-ronn-ng.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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.