diff --git a/texinfo-6.7-fix-function-exit.patch b/texinfo-6.7-fix-function-exit.patch new file mode 100644 index 0000000..bacfc3b --- /dev/null +++ b/texinfo-6.7-fix-function-exit.patch @@ -0,0 +1,12 @@ +diff -up texinfo-6.7/tp/tests/run_parser_all.sh.orig texinfo-6.7/tp/tests/run_parser_all.sh +--- texinfo-6.7/tp/tests/run_parser_all.sh.orig 2019-08-25 19:11:47.000000000 +0200 ++++ texinfo-6.7/tp/tests/run_parser_all.sh 2021-02-02 14:36:15.290152957 +0100 +@@ -46,7 +46,7 @@ check_latex2html_and_tex4ht () + if echo "$remaining" | grep '[-]init mediawiki.pm' >/dev/null; then + if test "$no_html2wiki" = 'yes' ; then + echo "S: (no html2wiki) $current" +- continue 2 ++ return 2 + fi + fi + fi diff --git a/texinfo.spec b/texinfo.spec index 97dcba2..1c77ffd 100644 --- a/texinfo.spec +++ b/texinfo.spec @@ -3,7 +3,7 @@ Summary: Tools needed to create Texinfo format documentation files Name: texinfo Version: 6.7 -Release: 9%{?dist} +Release: 10%{?dist} License: GPLv3+ Url: http://www.gnu.org/software/texinfo/ Source0: ftp://ftp.gnu.org/gnu/texinfo/texinfo-%{version}.tar.xz @@ -19,6 +19,8 @@ Patch3: info-6.5-sync-fix-info-dir.patch Patch4: texinfo-6.5-fix-info-dir.patch # Patch5: fixes issues detected by static analysis Patch5: texinfo-6.5-covscan-fixes.patch +# Patch6: fixes issue found by ShellCheck in test script +Patch6: texinfo-6.7-fix-function-exit.patch BuildRequires: make BuildRequires: gcc @@ -145,6 +147,9 @@ export ALL_TESTS=yes %{_mandir}/man1/pdftexi2dvi.1* %changelog +* Tue Feb 02 2021 Vitezslav Crhonek - 6.7-10 +- Fix problem in shell code found by ShellCheck in test script + * Wed Jan 27 2021 Fedora Release Engineering - 6.7-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild