From da22de2d61d9872d477e6cc476bc4393a43f2037 Mon Sep 17 00:00:00 2001 From: Quentin Spencer Date: Sat, 23 Dec 2006 17:21:45 +0000 Subject: [PATCH] Fix bug 219404. --- octave.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/octave.spec b/octave.spec index 8707708..652bc2f 100644 --- a/octave.spec +++ b/octave.spec @@ -1,6 +1,6 @@ Name: octave Version: 2.9.9 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A high-level language for numerical computations Epoch: 6 @@ -90,11 +90,11 @@ rm -rf $RPM_BUILD_ROOT %post /sbin/ldconfig /sbin/install-info --info-dir=%{_infodir} --section="Programming" \ - %{_infodir}/octave.info.gz + %{_infodir}/octave.info || : %preun if [ "$1" = "0" ]; then - /sbin/install-info --delete --info-dir=%{_infodir} %{_infodir}/octave.info.gz + /sbin/install-info --delete --info-dir=%{_infodir} %{_infodir}/octave.info || : fi @@ -123,6 +123,9 @@ fi %changelog +* Sat Dec 23 2006 Quentin Spencer 2.9.9-2 +- Fix bug 219404. + * Mon Oct 3 2006 Quentin Spencer 2.9.9-1 - New release. Remove old patch.