From 6af88516bb1c12e1b5067d3f47da1042970a1d56 Mon Sep 17 00:00:00 2001 From: mharris Date: Thu, 23 Dec 2004 18:08:58 +0000 Subject: [PATCH] - Added pinfo-0.6.8.memcorruption.patch and pinfo-0.6.8.memleak.patch by Sami Farin to fix a couple pinfo bugs reported in (#138770) --- pinfo.spec | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/pinfo.spec b/pinfo.spec index 6c9fd3a..6642094 100644 --- a/pinfo.spec +++ b/pinfo.spec @@ -1,7 +1,7 @@ Summary: An info file viewer. Name: pinfo Version: 0.6.8 -Release: 7 +Release: 8 Group: System Environment/Base License: GPL URL: http://dione.ids.pl/~pborys/software/pinfo @@ -10,6 +10,8 @@ URL: http://dione.ids.pl/~pborys/software/pinfo Source: pinfo-%{version}.tar.bz2 Patch0: pinfo-0.6.0-mkstemp.patch Patch1: pinfo-0.6.8-htmlview.patch +Patch2: pinfo-0.6.8.memcorruption.patch +Patch3: pinfo-0.6.8.memleak.patch BuildRoot: %{_tmppath}/%{name}-%{version}-root BuildRequires: ncurses-devel Requires: htmlview @@ -24,6 +26,8 @@ using regular expressions, and is based on the ncurses library. %setup -q %patch -p1 -b .mkstemp %patch1 -p1 -b .links +%patch2 -p1 -b .memcorruption +%patch3 -p1 -b .memleak %build export CFLAGS="-ggdb $RPM_OPT_FLAGS" @@ -64,6 +68,10 @@ fi rm -rf $RPM_BUILD_ROOT %changelog +* Wed Dec 23 2004 Mike A. Harris 0.6.8-8 +- Added pinfo-0.6.8.memcorruption.patch and pinfo-0.6.8.memleak.patch by + Sami Farin to fix a couple pinfo bugs reported in (#138770) + * Sun Sep 26 2004 Rik van Riel 0.6.8-7 - use htmlviewer as the browser, since lynx might not be installed (bz #123349)