Opened 9 years ago
Closed 9 years ago
#48138 closed update (fixed)
octave-io @2.2.7_0: update to 2.2.8
Reported by: | Schamschula (Marius Schamschula) | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.3.3 |
Keywords: | haspatch maintainer | Cc: | michaelld (Michael Dickens) |
Port: | octave-io |
Description (last modified by ryandesign (Ryan Carsten Schmidt))
octave-io has been updated to version 2.2.8:
Bug fixes:
- xlsread: properly fall back to dlmread when reading .csv files (don't bother with COM (Excel) or UNO (LibreOffice) interfaces)
- private/__COM_spsh_open__.m: use entire given pathname to convert to full path, not just filename proper
- Same for private/__UNO_spsh_open__.m
- xlsread.m/xls2oct.m using OCT interface: fix wrong worksheet reference
This will be (one of) the last io package release(s) before the spreadsheet I/O is moved into core Octave, so this version will only install in Octave < 4.2.x (override using the -nodeps option with pkg.m)
Also replaced nomaintainer with openmaintainer (an oversight in the previous release).
Attachments (1)
Change History (3)
Changed 9 years ago by Schamschula (Marius Schamschula)
Attachment: | Portfile-octave-io.diff added |
---|
comment:1 Changed 9 years ago by ryandesign (Ryan Carsten Schmidt)
Description: | modified (diff) |
---|
comment:2 Changed 9 years ago by michaelld (Michael Dickens)
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Done in r138158.