[Pkg-octave-commit] r927 - in octplot/trunk/debian: . patches

Thomas Weber thomas-guest at alioth.debian.org
Tue May 22 15:44:35 UTC 2007


Author: thomas-guest
Date: 2007-05-22 15:44:34 +0000 (Tue, 22 May 2007)
New Revision: 927

Added:
   octplot/trunk/debian/patches/50_fix_axis.patch
Modified:
   octplot/trunk/debian/changelog
Log:
Fix for problem with specgram_demo.m


Modified: octplot/trunk/debian/changelog
===================================================================
--- octplot/trunk/debian/changelog	2007-05-22 08:41:28 UTC (rev 926)
+++ octplot/trunk/debian/changelog	2007-05-22 15:44:34 UTC (rev 927)
@@ -1,3 +1,11 @@
+octplot (0.4.0-2) unstable; urgency=low
+
+  * New patches: 50_fix_axis.patch
+    Fixes problem with specgram_demo, reported as SF bug 1722473.
+    Bug fix courtesy of Shai Ayal.
+
+ -- 
+
 octplot (0.4.0-1) unstable; urgency=low
 
   [ Thomas Weber ]

Added: octplot/trunk/debian/patches/50_fix_axis.patch
===================================================================
--- octplot/trunk/debian/patches/50_fix_axis.patch	                        (rev 0)
+++ octplot/trunk/debian/patches/50_fix_axis.patch	2007-05-22 15:44:34 UTC (rev 927)
@@ -0,0 +1,12 @@
+diff -Nur octplot-0.4.0/high_level/axis.m octplot-0.4.0.new/high_level/axis.m
+--- octplot-0.4.0/high_level/axis.m	2007-05-11 06:26:04.000000000 +0200
++++ octplot-0.4.0.new/high_level/axis.m	2007-05-22 17:33:13.000000000 +0200
+@@ -58,7 +58,7 @@
+ 
+ ## Author: shaia
+ 
+-function _ax = axis (varargin)
++function ax = axis (varargin)
+   _gca=gca();
+ 
+   ax=zeros(1,4);




More information about the Pkg-octave-commit mailing list