From 1bd2ce86f98b1552e4496ac4c6d1af6ae5987ef5 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 7 Aug 2020 08:30:23 +0200 Subject: update to 0.9.7 --- compat_reports/0.9.5_to_0.9.7/compat_report.html | 738 +++++++++++++++++++++++ libxlsxwriter.spec | 7 +- libxlsxwriter.xml | 2 +- 3 files changed, 744 insertions(+), 3 deletions(-) create mode 100644 compat_reports/0.9.5_to_0.9.7/compat_report.html diff --git a/compat_reports/0.9.5_to_0.9.7/compat_report.html b/compat_reports/0.9.5_to_0.9.7/compat_report.html new file mode 100644 index 0000000..578039c --- /dev/null +++ b/compat_reports/0.9.5_to_0.9.7/compat_report.html @@ -0,0 +1,738 @@ + + + + + + + + + +libxlsxwriter: 0.9.5 to 0.9.7 compatibility report + + + +

API compatibility report for the libxlsxwriter library between 0.9.5 and 0.9.7 versions on x86_64

+ +
+
+ Binary
Compatibility
+ Source
Compatibility
+
+

Test Info


+ + + + + + + +
Library Namelibxlsxwriter
Version #10.9.5
Version #20.9.7
Archx86_64
GCC Version9
SubjectBinary Compatibility
+

Test Results


+ + + + + + +
Total Header Files28
Total Libraries1
Total Symbols / Types422 / 276
Compatibility76.9%
+

Problem Summary


+ + + + + + + + + +
SeverityCount
Added Symbols-2
Removed SymbolsHigh0
Problems with
Data Types
High0
Medium2
Low1
Problems with
Symbols
High0
Medium0
Low0
Problems with
Constants
Low0
+ +

Added Symbols  2 


+chart.h, libxlsxwriter.so
+chart_series_set_labels_custom ( lxw_chart_series* series, lxw_chart_data_label** data_labels )
+
+worksheet.h, libxlsxwriter.so
+worksheet_write_formula_str ( lxw_worksheet* worksheet, lxw_row_t row, lxw_col_t col, char const* formula, lxw_format* format, char const* result )
+
+to the top
+ +

Problems with Data Types, Medium Severity  2 


+chart.h
+ +[+] struct lxw_chart_series  2  +
+ + +
+to the top
+ +

Problems with Data Types, Low Severity  1 


+chart.h
+ +[+] struct lxw_chart_series  1  +
+ + +
+to the top
+

Header Files  28 


+
+app.h
+chart.h
+chartsheet.h
+comment.h
+common.h
+content_types.h
+core.h
+custom.h
+drawing.h
+format.h
+hash_table.h
+ioapi.h
+md5.h
+packager.h
+queue.h
+relationships.h
+shared_strings.h
+styles.h
+theme.h
+tmpfileplus.h
+tree.h
+utility.h
+vml.h
+workbook.h
+worksheet.h
+xlsxwriter.h
+xmlwriter.h
+zip.h
+
+
to the top
+

Libraries  1 


+
+libxlsxwriter.so
+
+
to the top
+


+

Test Info


+ + + + + + +
Library Namelibxlsxwriter
Version #10.9.5
Version #20.9.7
Archx86_64
SubjectSource Compatibility
+

Test Results


+ + + + + + +
Total Header Files28
Total Libraries1
Total Symbols / Types874 / 359
Compatibility100%
+

Problem Summary


+ + + + + + + + + +
SeverityCount
Added Symbols-2
Removed SymbolsHigh0
Problems with
Data Types
High0
Medium0
Low2
Problems with
Symbols
High0
Medium0
Low0
Problems with
Constants
Low2
+ +

Added Symbols  2 


+chart.h
+chart_series_set_labels_custom ( lxw_chart_series* series, lxw_chart_data_label** data_labels )
+
+worksheet.h
+worksheet_write_formula_str ( lxw_worksheet* worksheet, lxw_row_t row, lxw_col_t col, char const* formula, lxw_format* format, char const* result )
+
+to the top
+ +

Problems with Data Types, Low Severity  2 


+chart.h
+ +[+] struct lxw_chart_series  2  +
+ + +
+to the top
+ +

Problems with Constants, Low Severity  2 


+xlsxwriter.h
+ +[+] LXW_VERSION +
+ + + +[+] LXW_VERSION_ID +
+ + +
+to the top
+

Header Files  28 


+
+app.h
+chart.h
+chartsheet.h
+comment.h
+common.h
+content_types.h
+core.h
+custom.h
+drawing.h
+format.h
+hash_table.h
+ioapi.h
+md5.h
+packager.h
+queue.h
+relationships.h
+shared_strings.h
+styles.h
+theme.h
+tmpfileplus.h
+tree.h
+utility.h
+vml.h
+workbook.h
+worksheet.h
+xlsxwriter.h
+xmlwriter.h
+zip.h
+
+
to the top
+

Libraries  1 


+
+libxlsxwriter.so
+
+
to the top
+



+ +
+ + diff --git a/libxlsxwriter.spec b/libxlsxwriter.spec index b2cd2ee..2ba4841 100644 --- a/libxlsxwriter.spec +++ b/libxlsxwriter.spec @@ -7,7 +7,7 @@ # Please, preserve the changelog entries # -%global gh_commit a0d920e589b00b264b37ca3c7b7cefa547721a46 +%global gh_commit a0978048097df4c5891a84859b05877a8ea58a2c %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner jmcnamara %global gh_project libxlsxwriter @@ -15,7 +15,7 @@ Name: %{libname} Summary: A C library for creating Excel XLSX files -Version: 0.9.5 +Version: 0.9.7 Release: 1%{?dist} License: BSD @@ -121,6 +121,9 @@ make install DESTDIR="%{buildroot}" %changelog +* Fri Aug 7 2020 Remi Collet - 0.9.7-1 +- update to 0.9.7 + * Mon Jun 1 2020 Remi Collet - 0.9.5-1 - update to 0.9.5 diff --git a/libxlsxwriter.xml b/libxlsxwriter.xml index bdcc4b7..c15e071 100644 --- a/libxlsxwriter.xml +++ b/libxlsxwriter.xml @@ -9,7 +9,7 @@ -0.9.5 +0.9.7 -- cgit