From 73805b7dbff0190a7909252a2559f93d96db7e14 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 18 Aug 2020 07:35:57 +0200 Subject: update to 0.9.9 --- compat_reports/0.9.7_to_0.9.8/compat_report.html | 961 ++++++++++++++ compat_reports/0.9.8_to_0.9.9/compat_report.html | 1511 ++++++++++++++++++++++ libxlsxwriter.spec | 7 +- libxlsxwriter.xml | 2 +- 4 files changed, 2478 insertions(+), 3 deletions(-) create mode 100644 compat_reports/0.9.7_to_0.9.8/compat_report.html create mode 100644 compat_reports/0.9.8_to_0.9.9/compat_report.html diff --git a/compat_reports/0.9.7_to_0.9.8/compat_report.html b/compat_reports/0.9.7_to_0.9.8/compat_report.html new file mode 100644 index 0000000..1930a12 --- /dev/null +++ b/compat_reports/0.9.7_to_0.9.8/compat_report.html @@ -0,0 +1,961 @@ + + + + + + + + + +libxlsxwriter: 0.9.7 to 0.9.8 compatibility report + + + +

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

+ +
+
+ Binary
Compatibility
+ Source
Compatibility
+
+

Test Info


+ + + + + + + +
Library Namelibxlsxwriter
Version #10.9.7
Version #20.9.8
Archx86_64
GCC Version9
SubjectBinary Compatibility
+

Test Results


+ + + + + + +
Total Header Files28
Total Libraries1
Total Symbols / Types424 / 280
Compatibility76.8%
+

Problem Summary


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

Added Symbols  3 


+chart.h, libxlsxwriter.so
+chart_series_set_labels_fill ( lxw_chart_series* series, lxw_chart_fill* fill )
+chart_series_set_labels_line ( lxw_chart_series* series, lxw_chart_line* line )
+chart_series_set_labels_pattern ( lxw_chart_series* series, lxw_chart_pattern* pattern )
+
+to the top
+ +

Problems with Data Types, Medium Severity  6 


+chart.h
+ +[+] struct lxw_chart_custom_label  3  +
+ + + +[+] struct lxw_chart_series  3  +
+ + +
+to the top
+ +

Problems with Data Types, Low Severity  6 


+chart.h
+ +[+] struct lxw_chart_custom_label  1  +
+ + + +[+] struct lxw_chart_data_label  4  +
+ + + +[+] 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.7
Version #20.9.8
Archx86_64
SubjectSource Compatibility
+

Test Results


+ + + + + + +
Total Header Files28
Total Libraries1
Total Symbols / Types876 / 363
Compatibility100%
+

Problem Summary


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

Added Symbols  3 


+chart.h
+chart_series_set_labels_fill ( lxw_chart_series* series, lxw_chart_fill* fill )
+chart_series_set_labels_line ( lxw_chart_series* series, lxw_chart_line* line )
+chart_series_set_labels_pattern ( lxw_chart_series* series, lxw_chart_pattern* pattern )
+
+to the top
+ +

Problems with Data Types, Low Severity  9 


+chart.h
+ +[+] struct lxw_chart_custom_label  3  +
+ + + +[+] struct lxw_chart_data_label  3  +
+ + + +[+] struct lxw_chart_series  3  +
+ + +
+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/compat_reports/0.9.8_to_0.9.9/compat_report.html b/compat_reports/0.9.8_to_0.9.9/compat_report.html new file mode 100644 index 0000000..a882acf --- /dev/null +++ b/compat_reports/0.9.8_to_0.9.9/compat_report.html @@ -0,0 +1,1511 @@ + + + + + + + + + +libxlsxwriter: 0.9.8 to 0.9.9 compatibility report + + + +

API compatibility report for the libxlsxwriter library between 0.9.8 and 0.9.9 versions on x86_64

+ +
+
+ Binary
Compatibility
+ Source
Compatibility
+
+

Test Info


+ + + + + + + +
Library Namelibxlsxwriter
Version #10.9.8
Version #20.9.9
Archx86_64
GCC Version9
SubjectBinary Compatibility
+

Test Results


+ + + + + + +
Total Header Files28
Total Libraries1
Total Symbols / Types427 / 280
Compatibility84.4%
+

Problem Summary


+ + + + + + + + + + +
SeverityCount
Added Symbols-3
Removed SymbolsHigh0
Problems with
Data Types
High0
Medium29
Low10
Problems with
Symbols
High0
Medium0
Low0
Problems with
Constants
Low0
Other Changes
in Constants
-1
+ +

Added Symbols  3 


+worksheet.h, libxlsxwriter.so
+lxw_worksheet_prepare_header_image ( lxw_worksheet* worksheet, uint32_t image_ref_id, lxw_object_properties* object_props )
+lxw_worksheet_prepare_header_vml_objects ( lxw_worksheet* self, uint32_t vml_header_id, uint32_t vml_drawing_id )
+worksheet_ignore_errors ( lxw_worksheet* worksheet, uint8_t type, char const* range )
+
+to the top
+ +

Problems with Data Types, Medium Severity  29 


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

Problems with Data Types, Low Severity  10 


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

Other Changes in Constants  1 


+worksheet.h
+ +[+] LXW_HEADER_FOOTER_OBJS_MAX +
+ + +
+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.8
Version #20.9.9
Archx86_64
SubjectSource Compatibility
+

Test Results


+ + + + + + +
Total Header Files28
Total Libraries1
Total Symbols / Types879 / 363
Compatibility100%
+

Problem Summary


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

Added Symbols  3 


+worksheet.h
+lxw_worksheet_prepare_header_image ( lxw_worksheet* worksheet, uint32_t image_ref_id, lxw_object_properties* object_props )
+lxw_worksheet_prepare_header_vml_objects ( lxw_worksheet* self, uint32_t vml_header_id, uint32_t vml_drawing_id )
+worksheet_ignore_errors ( lxw_worksheet* worksheet, uint8_t type, char const* range )
+
+to the top
+ +

Problems with Data Types, Low Severity  34 


+workbook.h
+ +[+] struct lxw_workbook  1  +
+ + +
+worksheet.h
+ +[+] struct lxw_header_footer_options  3  +
+ + + +[+] struct lxw_object_properties  1  +
+ + + +[+] struct lxw_vml_obj  5  +
+ + + +[+] struct lxw_worksheet  24  +
+ + +
+to the top
+ +

Problems with Constants, Low Severity  2 


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

Other Changes in Constants  1 


+worksheet.h
+ +[+] LXW_HEADER_FOOTER_OBJS_MAX +
+ + +
+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 ce31780..2fe4917 100644 --- a/libxlsxwriter.spec +++ b/libxlsxwriter.spec @@ -7,7 +7,7 @@ # Please, preserve the changelog entries # -%global gh_commit a8adce9f355606f69c8f8ea1c0efa480d8923452 +%global gh_commit 5269d078259ded2a963d414bb18749cd2d7390a2 %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.8 +Version: 0.9.9 Release: 1%{?dist} License: BSD @@ -121,6 +121,9 @@ make install DESTDIR="%{buildroot}" %changelog +* Tue Aug 18 2020 Remi Collet - 0.9.9-1 +- update to 0.9.9 + * Wed Aug 12 2020 Remi Collet - 0.9.8-1 - update to 0.9.8 diff --git a/libxlsxwriter.xml b/libxlsxwriter.xml index 65da51f..e7ac254 100644 --- a/libxlsxwriter.xml +++ b/libxlsxwriter.xml @@ -9,7 +9,7 @@ -0.9.8 +0.9.9 -- cgit