Fix info crashes when resizing window

This commit is contained in:
vcrhonek 2007-11-13 10:51:28 +00:00
parent 9e407f0d1c
commit 4a888cb869

View File

@ -9,6 +9,7 @@ Source0: ftp://ftp.gnu.org/gnu/texinfo/texinfo-%{version}.tar.bz2
Source1: info-dir
Source2: texi2pdf.man
Patch0: texinfo-4.11-zlib.patch
Patch1: texinfo-4.11-res_win_segfault.patch
Requires(post): /sbin/install-info
Requires(preun): /sbin/install-info
Buildroot: %{_tmppath}/%{name}-%{version}-root
@ -59,6 +60,7 @@ for printing using TeX.
%prep
%setup -q
%patch0 -p1 -b .zlib
%patch1 -p1 -b .res_win_segfault
%build
@ -137,6 +139,10 @@ fi
%{_mandir}/man1/texi2pdf.1*
%changelog
* Tue Nov 13 2007 Vitezslav Crhonek <vcrhonek@redhat.com> - 4.11-3
- Fix info crashes when resizing window
- Resolves: #243971
* Wed Nov 7 2007 Stepan Kasal <skasal@redhat.com> - 4.11-2
- fix a typo in texinfo-tex summary
- Resolves: #239216