From 0b58a63e1c611af330c50a364eb39097c5ac9c0f Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 17 Sep 2018 07:15:11 +0200 Subject: v0.8.2 --- compat_reports/0.8.1_to_0.8.2/compat_report.html | 705 +++++++++++++++++++++++ libxlsxwriter.spec | 7 +- libxlsxwriter.xml | 2 +- 3 files changed, 711 insertions(+), 3 deletions(-) create mode 100644 compat_reports/0.8.1_to_0.8.2/compat_report.html diff --git a/compat_reports/0.8.1_to_0.8.2/compat_report.html b/compat_reports/0.8.1_to_0.8.2/compat_report.html new file mode 100644 index 0000000..e8c2616 --- /dev/null +++ b/compat_reports/0.8.1_to_0.8.2/compat_report.html @@ -0,0 +1,705 @@ + + + + + + + + + +libxlsxwriter: 0.8.1 to 0.8.2 compatibility report + + + +

API compatibility report for the libxlsxwriter library between 0.8.1 and 0.8.2 versions on x86_64

+ +
+
+ Binary
Compatibility
+ Source
Compatibility
+
+

Test Info


+ + + + + + + +
Library Namelibxlsxwriter
Version #10.8.1
Version #20.8.2
Archx86_64
GCC Version7
SubjectBinary Compatibility
+

Test Results


+ + + + + + +
Total Header Files25
Total Libraries1
Total Symbols / Types384 / 245
Compatibility85.8%
+

Problem Summary


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

Added Symbols  3 


+chartsheet.h, libxlsxwriter.so
+chartsheet_set_tab_color ( lxw_chartsheet* chartsheet, lxw_color_t color )
+chartsheet_set_zoom ( lxw_chartsheet* chartsheet, uint16_t scale )
+
+worksheet.h, libxlsxwriter.so
+lxw_worksheet_write_sheet_pr ( lxw_worksheet* worksheet )
+
+to the top
+ +

Problems with Data Types, Medium Severity  1 


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

Problems with Data Types, Low Severity  1 


+worksheet.h
+ +[+] struct lxw_worksheet  1  +
+ + +
+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.1
Version #20.8.2
Archx86_64
SubjectSource Compatibility
+

Test Results


+ + + + + + +
Total Header Files25
Total Libraries1
Total Symbols / Types811 / 325
Compatibility100%
+

Problem Summary


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

Added Symbols  3 


+chartsheet.h
+chartsheet_set_tab_color ( lxw_chartsheet* chartsheet, lxw_color_t color )
+chartsheet_set_zoom ( lxw_chartsheet* chartsheet, uint16_t scale )
+
+worksheet.h
+lxw_worksheet_write_sheet_pr ( lxw_worksheet* worksheet )
+
+to the top
+ +

Problems with Data Types, Low Severity  1 


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

Problems with Constants, Low Severity  1 


+xlsxwriter.h
+ +[+] LXW_VERSION +
+ + +
+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 69a6b4d..a2425fa 100644 --- a/libxlsxwriter.spec +++ b/libxlsxwriter.spec @@ -7,7 +7,7 @@ # Please, preserve the changelog entries # -%global gh_commit cac695482aa78db13b9828b8915a9b5988141b46 +%global gh_commit 2aa2ed32814c438df0259262e3ad3e3647cff67f %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.1 +Version: 0.8.2 Release: 1%{?dist} License: BSD Group: System Environment/Libraries @@ -113,6 +113,9 @@ make install DESTDIR="%{buildroot}" %changelog +* Mon Sep 17 2018 Remi Collet - 0.8.2-1 +- update to 0.8.2 + * Sun Sep 16 2018 Remi Collet - 0.8.1-1 - update to 0.8.1 diff --git a/libxlsxwriter.xml b/libxlsxwriter.xml index 4a09cc5..5064b68 100644 --- a/libxlsxwriter.xml +++ b/libxlsxwriter.xml @@ -9,7 +9,7 @@ -0.8.1 +0.8.2 -- cgit