From 01bb37bf6e81107a81f5c941404e000e17db1ea7 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 20 Jan 2020 08:31:06 +0100 Subject: v0.9.4 --- compat_reports/0.9.3_to_0.9.4/compat_report.html | 675 +++++++++++++++++++++++ libxlsxwriter.spec | 7 +- libxlsxwriter.xml | 2 +- 3 files changed, 681 insertions(+), 3 deletions(-) create mode 100644 compat_reports/0.9.3_to_0.9.4/compat_report.html diff --git a/compat_reports/0.9.3_to_0.9.4/compat_report.html b/compat_reports/0.9.3_to_0.9.4/compat_report.html new file mode 100644 index 0000000..294658a --- /dev/null +++ b/compat_reports/0.9.3_to_0.9.4/compat_report.html @@ -0,0 +1,675 @@ + + + + + + + + + +libxlsxwriter: 0.9.3 to 0.9.4 compatibility report + + + +

API compatibility report for the libxlsxwriter library between 0.9.3 and 0.9.4 versions on x86_64

+ +
+
+ Binary
Compatibility
+ Source
Compatibility
+
+

Test Info


+ + + + + + + +
Library Namelibxlsxwriter
Version #10.9.3
Version #20.9.4
Archx86_64
GCC Version9
SubjectBinary Compatibility
+

Test Results


+ + + + + + +
Total Header Files28
Total Libraries1
Total Symbols / Types422 / 276
Compatibility100%
+

Problem Summary


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

Problems with Data Types, Low Severity  2 


+drawing.h
+ +[+] struct lxw_drawing_object  2  +
+ + +
+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.3
Version #20.9.4
Archx86_64
SubjectSource Compatibility
+

Test Results


+ + + + + + +
Total Header Files28
Total Libraries1
Total Symbols / Types874 / 359
Compatibility84.4%
+

Problem Summary


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

Problems with Data Types, High Severity  2 


+drawing.h
+ +[+] struct lxw_drawing_object  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 bacf9c7..e1410d3 100644 --- a/libxlsxwriter.spec +++ b/libxlsxwriter.spec @@ -7,7 +7,7 @@ # Please, preserve the changelog entries # -%global gh_commit 5de3c005c60545d75fc10a66c4a8ac2be60fd2b1 +%global gh_commit 559e391cd182599448121a528b8f4b94fda3660d %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.3 +Version: 0.9.4 Release: 1%{?dist} License: BSD @@ -117,6 +117,9 @@ make install DESTDIR="%{buildroot}" %changelog +* Mon Jan 20 2020 Remi Collet - 0.9.4-1 +- update to 0.9.4 + * Tue Jan 14 2020 Remi Collet - 0.9.3-1 - update to 0.9.3 diff --git a/libxlsxwriter.xml b/libxlsxwriter.xml index cda232b..5b288c9 100644 --- a/libxlsxwriter.xml +++ b/libxlsxwriter.xml @@ -9,7 +9,7 @@ -0.9.3 +0.9.4 -- cgit