Disable failing info test

This commit is contained in:
Vitezslav Crhonek 2015-07-14 13:23:29 +02:00
parent d267005a3b
commit 88ceb2c0fe
2 changed files with 14 additions and 1 deletions

View File

@ -0,0 +1,11 @@
diff -up texinfo-6.0/info/Makefile.in.orig texinfo-6.0/info/Makefile.in
--- texinfo-6.0/info/Makefile.in.orig 2015-07-14 13:17:44.298882856 +0200
+++ texinfo-6.0/info/Makefile.in 2015-07-14 13:18:13.082004108 +0200
@@ -1695,7 +1695,6 @@ TESTS = \
t/end-of-line.sh \
t/goal-column.sh \
t/star-note-non-whitespace.sh \
- t/c-u-m-x-scroll-forward.sh \
t/last-no-history.sh \
t/split-footnotes.sh \
t/window-split-dir.sh \

View File

@ -19,6 +19,7 @@ Source4: filter-provides-texinfo.sh
# Source5: macro definitions
Source5: macros.info
Patch0: texinfo-4.12-zlib.patch
Patch1: texinfo-6.0-disable-failing-info-test.patch
Requires(post): /sbin/install-info
Requires(preun): /sbin/install-info
Requires: perl >= 5.7.3, perl(Text::Unidecode)
@ -66,6 +67,7 @@ for printing using TeX.
%prep
%setup -q
%patch0 -p1 -b .zlib
%patch1 -p1 -b .disable-failing-info-test
%build
%configure --with-external-Text-Unidecode \
@ -168,7 +170,7 @@ fi
%{_mandir}/man1/pdftexi2dvi.1*
%changelog
* Mon Jul 13 2015 Vitezslav Crhonek <vcrhonek@redhat.com> - 6.0-1
* Tue Jul 14 2015 Vitezslav Crhonek <vcrhonek@redhat.com> - 6.0-1
- Update to texinfo-6.0
Resolves: #1236254