From d0edb5256e2d54de4c7e703de1dfcba6cd09e139 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sun, 2 Sep 2018 07:31:05 +0200 Subject: v0.7.9 --- compat_reports/0.7.8_to_0.7.9/compat_report.html | 654 +++++++++++++++++++++++ libxlsxwriter.spec | 7 +- libxlsxwriter.xml | 2 +- 3 files changed, 660 insertions(+), 3 deletions(-) create mode 100644 compat_reports/0.7.8_to_0.7.9/compat_report.html diff --git a/compat_reports/0.7.8_to_0.7.9/compat_report.html b/compat_reports/0.7.8_to_0.7.9/compat_report.html new file mode 100644 index 0000000..c8cbf22 --- /dev/null +++ b/compat_reports/0.7.8_to_0.7.9/compat_report.html @@ -0,0 +1,654 @@ + + + + + + + + + +libxlsxwriter: 0.7.8 to 0.7.9 compatibility report + + + +

API compatibility report for the libxlsxwriter library between 0.7.8 and 0.7.9 versions on x86_64

+ +
+
+ Binary
Compatibility
+ Source
Compatibility
+
+

Test Info


+ + + + + + + +
Library Namelibxlsxwriter
Version #10.7.8
Version #20.7.9
Archx86_64
GCC Version7
SubjectBinary Compatibility
+

Test Results


+ + + + + + +
Total Header Files24
Total Libraries1
Total Symbols / Types364 / 234
Compatibility78.8%
+

Problem Summary


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

Added Symbols  2 


+chart.h, libxlsxwriter.so
+chart_axis_set_label_align ( lxw_chart_axis* axis, uint8_t align )
+
+utility.h, libxlsxwriter.so
+lxw_version ( )
+
+to the top
+ +

Problems with Data Types, Medium Severity  1 


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

Header Files  24 


+
+app.h
+chart.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.7.8
Version #20.7.9
Archx86_64
SubjectSource Compatibility
+

Test Results


+ + + + + + +
Total Header Files24
Total Libraries1
Total Symbols / Types791 / 314
Compatibility100%
+

Problem Summary


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

Added Symbols  2 


+chart.h
+chart_axis_set_label_align ( lxw_chart_axis* axis, uint8_t align )
+
+utility.h
+lxw_version ( )
+
+to the top
+ +

Problems with Data Types, Low Severity  1 


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

Problems with Constants, Low Severity  1 


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

Header Files  24 


+
+app.h
+chart.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 b3ea149..333fdfe 100644 --- a/libxlsxwriter.spec +++ b/libxlsxwriter.spec @@ -7,7 +7,7 @@ # Please, preserve the changelog entries # -%global gh_commit 2fd7a4f814aa93302b10af4ffb83c3dca44efbcc +%global gh_commit f59bdffe692e97789ff570d08aae20cb6e4781a9 %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.7.8 +Version: 0.7.9 Release: 1%{?dist} License: BSD Group: System Environment/Libraries @@ -113,6 +113,9 @@ make install DESTDIR="%{buildroot}" %changelog +* Sun Sep 2 2018 Remi Collet - 0.7.9-1 +- update to 0.7.9 + * Fri Aug 31 2018 Remi Collet - 0.7.8-1 - update to 0.7.8 diff --git a/libxlsxwriter.xml b/libxlsxwriter.xml index f1980c1..ff3444f 100644 --- a/libxlsxwriter.xml +++ b/libxlsxwriter.xml @@ -9,7 +9,7 @@ -0.7.8 +0.7.9 -- cgit