Jump to letter: [
          
            ABCDEFGHIJKLMNOPQRSTUVWXYZ
          ]
        
        octave-forge: Contributed functions for octave
        
        
        - Summary
- Octave-forge is a community project for collaborative development of
octave extensions. The extensions in this package include additional
data types such as sparse matrices, and functions for a variety of
different applications including signal and image processing,
communications, control, optimization, statistics, geometry, and
symbolic math.
Changelog
        
            - * Wed Jun 22 17:00:00 2005 Quentin Spencer <qspencer{%}users{*}sf{*}net> 2005.11.16-8
- - Corrected instructions on creating patched source tarball.
- Remove explicit BuildRequires for c++ compiler and libs
  (not needed and causes build failure in the build system for x86_64).
- Add patch for problem with main/plot/legend.m
- Require octave (FC-3 octave-devel package doesn't). 
            - * Sat Jun 11 17:00:00 2005 Quentin Spencer <qspencer{%}users{*}sf{*}net> 2004.11.16-7
- - Cleanup of unneeded things in build section 
            - * Mon Apr 25 17:00:00 2005 Quentin Spencer <qspencer{%}users{*}sf{*}net> 2004.11.16-7
- - Changed license (some functions are GPL, BSD, and public domain,
  so the collection is licensed as public domain).
- Moved ugly path hacks from build to install so that RPM_BUILD_ROOT
  doesn't end up in the code (which it did before).
- Replaced upstream tarball with patched version that removed GPL
  incompatible code.