Package: libspreadsheet-wright-perl / 0.105-1+deb10u1

Metadata

Package Version Patches format
libspreadsheet-wright-perl 0.105-1+deb10u1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 odsxml properly set version attribute.patch | (download)

lib/Spreadsheet/Wright/OpenDocumentXML.pm | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 [patch] odsxml: properly set version attribute

The version attribute uses the office namespace. setAttributeNS should be used
to set it instead of setAttribute.

Signed-off-by: Thadeu Lima de Souza Cascardo <cascardo@canonical.com>

0002 ods initialize spreadsheet before addsheet.patch | (download)

lib/Spreadsheet/Wright/OpenDocumentXML.pm | 2 2 + 0 - 0 !
1 file changed, 2 insertions(+)

 [patch] making sure the ods spreadsheet is opened prior to the
 addition of a new sheet.


0003 json fix json_options.patch | (download)

lib/Spreadsheet/Wright/JSON.pm | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 fixing passing options to json printer.