rpms/octave/devel octave.spec,1.48,1.49

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


Author: qspencer

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

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


Index: octave.spec
===================================================================
RCS file: /cvs/extras/rpms/octave/devel/octave.spec,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -r1.48 -r1.49
--- octave.spec	3 Oct 2006 18:32:54 -0000	1.48
+++ octave.spec	23 Dec 2006 17:21:50 -0000	1.49
@@ -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 
+
 * Mon Oct  3 2006 Quentin Spencer <qspencer at users.sourceforge.net> 2.9.9-1
 - New release. Remove old patch.
 




More information about the scm-commits mailing list