auto-import changelog data from texinfo-4.2-5.src.rpm

Mon Sep 02 2002 Bernhard Rosenkraenzer <bero@redhat.com> 4.2-5
- Fix crash w/ MALLOC_CHECK_ == 2 (#72831)
This commit is contained in:
cvsdist 2004-09-09 13:14:40 +00:00
parent fbe1657003
commit ec02c3ab4d

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.2 Version: 4.2
Release: 4 Release: 5
License: GPL License: GPL
Group: Applications/Publishing Group: Applications/Publishing
Source0: ftp://ftp.gnu.org/gnu/texinfo/texinfo-%{version}.tar.bz2 Source0: ftp://ftp.gnu.org/gnu/texinfo/texinfo-%{version}.tar.bz2
@ -9,6 +9,7 @@ Source1: info-dir
Patch1: texinfo-3.12h-fix.patch Patch1: texinfo-3.12h-fix.patch
Patch2: texinfo-fileextension.patch Patch2: texinfo-fileextension.patch
Patch3: texinfo-4.1-zlib.patch Patch3: texinfo-4.1-zlib.patch
Patch4: texinfo-4.2-malloc-check.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.
%patch1 -p1 %patch1 -p1
%patch2 -p1 -b .ext %patch2 -p1 -b .ext
%patch3 -p1 -b .zlib %patch3 -p1 -b .zlib
%patch4 -p1 -b .malloccheck
%build %build
@ -122,6 +124,9 @@ fi
%{_mandir}/man5/info.5* %{_mandir}/man5/info.5*
%changelog %changelog
* Mon Sep 2 2002 Bernhard Rosenkraenzer <bero@redhat.com> 4.2-5
- Fix crash w/ MALLOC_CHECK_ == 2 (#72831)
* Tue Jul 2 2002 Bernhard Rosenkraenzer <bero@redhat.com> 4.2-4 * Tue Jul 2 2002 Bernhard Rosenkraenzer <bero@redhat.com> 4.2-4
- Add infokey (#67728) - Add infokey (#67728)