rpms/octave/FC-5 octave.spec,1.43,1.44

Quentin Spencer (qspencer) fedora-extras-commits at redhat.com
Sat Dec 23 17:22:15 UTC 2006


Author: qspencer

Update of /cvs/extras/rpms/octave/FC-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4088/FC-5

Modified Files:
	octave.spec 
Log Message:
Fix bug 219404.


Index: octave.spec
===================================================================
RCS file: /cvs/extras/rpms/octave/FC-5/octave.spec,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- octave.spec	5 Oct 2006 19:54:02 -0000	1.43
+++ octave.spec	23 Dec 2006 17:21:45 -0000	1.44
@@ -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 @@
 %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 @@
 
 
 %changelog
+* Sat Dec 23 2006 Quentin Spencer <qspencer at users.sourceforge.net> 2.9.9-2
+- Fix bug 219404.
+
 * Thu Oct  5 2006 Quentin Spencer <qspencer at users.sourceforge.net> 2.9.9-1
 - New release.
 - BuildRequires: pcre-devel




More information about the scm-commits mailing list