From e6799a42a053fc3fd453a0ffac7c48bb0bda268e Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 31 Dec 2019 08:49:04 +0100 Subject: v0.9.1 --- compat_reports/0.8.9_to_0.9.1/compat_report.html | 1080 ++++++++++++++++++++++ libxlsxwriter.spec | 7 +- libxlsxwriter.xml | 2 +- 3 files changed, 1086 insertions(+), 3 deletions(-) create mode 100644 compat_reports/0.8.9_to_0.9.1/compat_report.html diff --git a/compat_reports/0.8.9_to_0.9.1/compat_report.html b/compat_reports/0.8.9_to_0.9.1/compat_report.html new file mode 100644 index 0000000..e240179 --- /dev/null +++ b/compat_reports/0.8.9_to_0.9.1/compat_report.html @@ -0,0 +1,1080 @@ + + + + + + + + + +libxlsxwriter: 0.8.9 to 0.9.1 compatibility report + + + +

API compatibility report for the libxlsxwriter library between 0.8.9 and 0.9.1 versions on x86_64

+ +
+
+ Binary
Compatibility
+ Source
Compatibility
+
+

Test Info


+ + + + + + + +
Library Namelibxlsxwriter
Version #10.8.9
Version #20.9.1
Archx86_64
GCC Version9
SubjectBinary Compatibility
+

Test Results


+ + + + + + +
Total Header Files25
Total Libraries1
Total Symbols / Types406 / 255
Compatibility84.2%
+

Problem Summary


+ + + + + + + + + + +
SeverityCount
Added Symbols-3
Removed SymbolsHigh0
Problems with
Data Types
High0
Medium4
Low3
Problems with
Symbols
High0
Medium0
Low0
Problems with
Constants
Low0
Other Changes
in Constants
-2
+ +

Added Symbols  3 


+md5.h, libxlsxwriter.so
+MD5_Final ( unsigned char* result, struct MD5_CTX* ctx )
+MD5_Init ( struct MD5_CTX* ctx )
+MD5_Update ( struct MD5_CTX* ctx, void const* data, unsigned long size )
+
+to the top
+ +

Problems with Data Types, Medium Severity  4 


+workbook.h
+ +[+] struct lxw_workbook  1  +
+ + +
+worksheet.h
+ +[+] struct lxw_object_properties  2  +
+ + + +[+] struct lxw_worksheet  1  +
+ + +
+to the top
+ +

Problems with Data Types, Low Severity  3 


+workbook.h
+ +[+] struct lxw_workbook  1  +
+ + +
+worksheet.h
+ +[+] struct lxw_object_properties  1  +
+ + + +[+] struct lxw_worksheet  1  +
+ + +
+to the top
+ +

Other Changes in Constants  2 


+common.h
+ +[+] LXW_MD5_SIZE +
+ + +
+worksheet.h
+ +[+] LXW_IMAGE_BUFFER_SIZE +
+ + +
+to the top
+

Header Files  25 


+
+app.h
+chart.h
+chartsheet.h
+common.h
+content_types.h
+core.h
+custom.h
+drawing.h
+format.h
+hash_table.h
+ioapi.h
+packager.h
+queue.h
+relationships.h
+shared_strings.h
+styles.h
+theme.h
+tmpfileplus.h
+tree.h
+utility.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.8.9
Version #20.9.1
Archx86_64
SubjectSource Compatibility
+

Test Results


+ + + + + + +
Total Header Files25
Total Libraries1
Total Symbols / Types858 / 338
Compatibility100%
+

Problem Summary


+ + + + + + + + + + +
SeverityCount
Added Symbols-3
Removed SymbolsHigh0
Problems with
Data Types
High0
Medium0
Low4
Problems with
Symbols
High0
Medium0
Low0
Problems with
Constants
Low2
Other Changes
in Constants
-2
+ +

Added Symbols  3 


+md5.h
+MD5_Final ( unsigned char* result, struct MD5_CTX* ctx )
+MD5_Init ( struct MD5_CTX* ctx )
+MD5_Update ( struct MD5_CTX* ctx, void const* data, unsigned long size )
+
+to the top
+ +

Problems with Data Types, Low Severity  4 


+workbook.h
+ +[+] struct lxw_workbook  1  +
+ + +
+worksheet.h
+ +[+] struct lxw_object_properties  2  +
+ + + +[+] struct lxw_worksheet  1  +
+ + +
+to the top
+ +

Problems with Constants, Low Severity  2 


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

Other Changes in Constants  2 


+common.h
+ +[+] LXW_MD5_SIZE +
+ + +
+worksheet.h
+ +[+] LXW_IMAGE_BUFFER_SIZE +
+ + +
+to the top
+

Header Files  25 


+
+app.h
+chart.h
+chartsheet.h
+common.h
+content_types.h
+core.h
+custom.h
+drawing.h
+format.h
+hash_table.h
+ioapi.h
+packager.h
+queue.h
+relationships.h
+shared_strings.h
+styles.h
+theme.h
+tmpfileplus.h
+tree.h
+utility.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 7beaeec..5fbad1b 100644 --- a/libxlsxwriter.spec +++ b/libxlsxwriter.spec @@ -7,7 +7,7 @@ # Please, preserve the changelog entries # -%global gh_commit 0a8f7a2f7bc3ed8b14c23aad15d12e6124f997dc +%global gh_commit fdf542de800988e7f1b24cc136e576997a6dfaac %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.8.9 +Version: 0.9.1 Release: 1%{?dist} License: BSD @@ -117,6 +117,9 @@ make install DESTDIR="%{buildroot}" %changelog +* Tue Dec 31 2019 Remi Collet - 0.9.1-1 +- update to 0.9.1 + * Wed Dec 18 2019 Remi Collet - 0.8.9-1 - update to 0.8.9 diff --git a/libxlsxwriter.xml b/libxlsxwriter.xml index f62dca5..625695e 100644 --- a/libxlsxwriter.xml +++ b/libxlsxwriter.xml @@ -9,7 +9,7 @@ -0.8.9 +0.9.1 -- cgit