- Apply patch to fix CAN-2005-3011 (bug #169585).

This commit is contained in:
Tim Waugh 2005-10-14 08:59:02 +00:00
parent 89b38fc263
commit e667359855
1 changed files with 6 additions and 1 deletions

View File

@ -1,7 +1,7 @@
Summary: Tools needed to create Texinfo format documentation files. Summary: Tools needed to create Texinfo format documentation files.
Name: texinfo Name: texinfo
Version: 4.8 Version: 4.8
Release: 6 Release: 7
License: GPL License: GPL
Group: Applications/Publishing Group: Applications/Publishing
Url: http://www.gnu.org/software/texinfo/ Url: http://www.gnu.org/software/texinfo/
@ -9,6 +9,7 @@ Source0: ftp://ftp.gnu.org/gnu/texinfo/texinfo-%{version}.tar.bz2
Source1: info-dir Source1: info-dir
Source2: texi2pdf.man Source2: texi2pdf.man
Patch1: texinfo-4.3-zlib.patch Patch1: texinfo-4.3-zlib.patch
Patch2: texinfo-CAN-2005-3011.patch
Prereq: /sbin/install-info Prereq: /sbin/install-info
Prefix: %{_prefix} Prefix: %{_prefix}
Buildroot: %{_tmppath}/%{name}-%{version}-root Buildroot: %{_tmppath}/%{name}-%{version}-root
@ -47,6 +48,7 @@ browser program for viewing texinfo files.
%prep %prep
%setup -q %setup -q
%patch1 -p1 -b .zlib %patch1 -p1 -b .zlib
%patch2 -p1 -b .CAN-2005-3011
%build %build
@ -123,6 +125,9 @@ fi
%{_mandir}/man5/info.5* %{_mandir}/man5/info.5*
%changelog %changelog
* Fri Oct 14 2005 Tim Waugh <twaugh@redhat.com> 4.8-7
- Apply patch to fix CAN-2005-3011 (bug #169585).
* Thu Jun 9 2005 Tim Waugh <twaugh@redhat.com> 4.8-6 * Thu Jun 9 2005 Tim Waugh <twaugh@redhat.com> 4.8-6
- Ship texi2pdf man page, taken from tetex-2.0.2 RPM. - Ship texi2pdf man page, taken from tetex-2.0.2 RPM.