From 35f50f57d4b4938a8ae6cae3bfb009abc66b792a Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 11 Feb 2019 11:52:17 +0100 Subject: v0.8.5 --- compat_reports/0.8.4_to_0.8.5/compat_report.html | 602 +++++++++++++++++++++++ libxlsxwriter.spec | 10 +- libxlsxwriter.xml | 2 +- 3 files changed, 609 insertions(+), 5 deletions(-) create mode 100644 compat_reports/0.8.4_to_0.8.5/compat_report.html diff --git a/compat_reports/0.8.4_to_0.8.5/compat_report.html b/compat_reports/0.8.4_to_0.8.5/compat_report.html new file mode 100644 index 0000000..80ec023 --- /dev/null +++ b/compat_reports/0.8.4_to_0.8.5/compat_report.html @@ -0,0 +1,602 @@ + + + + + + + + + +libxlsxwriter: 0.8.4 to 0.8.5 compatibility report + + + +

API compatibility report for the libxlsxwriter library between 0.8.4 and 0.8.5 versions on x86_64

+ +
+
+ Binary
Compatibility
+ Source
Compatibility
+
+

Test Info


+ + + + + + + +
Library Namelibxlsxwriter
Version #10.8.4
Version #20.8.5
Archx86_64
GCC Version8
SubjectBinary Compatibility
+

Test Results


+ + + + + + +
Total Header Files25
Total Libraries1
Total Symbols / Types398 / 248
Compatibility99.9%
+

Problem Summary


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

Problems with Symbols, Medium Severity  1 


+chartsheet.h, libxlsxwriter.so
+ +[+] lxw_chartsheet_new ( )  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.4
Version #20.8.5
Archx86_64
SubjectSource Compatibility
+

Test Results


+ + + + + + +
Total Header Files25
Total Libraries1
Total Symbols / Types856 / 331
Compatibility99.9%
+

Problem Summary


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

Problems with Symbols, Medium Severity  1 


+chartsheet.h
+ +[+] lxw_chartsheet_new ( )  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 8fd2bf4..80afde5 100644 --- a/libxlsxwriter.spec +++ b/libxlsxwriter.spec @@ -1,13 +1,13 @@ # remirepo/fedora spec file for libxlswriter # -# Copyright (c) 2018 Remi Collet +# Copyright (c) 2018-2019 Remi Collet # License: CC-BY-SA # http://creativecommons.org/licenses/by-sa/4.0/ # # Please, preserve the changelog entries # -%global gh_commit fb5c43b8fc0fe685ad262e6bd330222f1d98897d +%global gh_commit af07916f72225559fa63e70ae04864508144037d %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner jmcnamara %global gh_project libxlsxwriter @@ -15,10 +15,9 @@ Name: %{libname} Summary: A C library for creating Excel XLSX files -Version: 0.8.4 +Version: 0.8.5 Release: 1%{?dist} License: BSD -Group: System Environment/Libraries URL: https://github.com/%{gh_owner}/%{gh_project}/ Source0: https://github.com/%{gh_owner}/%{gh_project}/archive/%{gh_commit}/%{gh_project}-%{version}-%{gh_short}.tar.gz @@ -113,6 +112,9 @@ make install DESTDIR="%{buildroot}" %changelog +* Mon Feb 11 2019 Remi Collet - 0.8.5-1 +- update to 0.8.5 + * Mon Nov 12 2018 Remi Collet - 0.8.4-1 - update to 0.8.4 diff --git a/libxlsxwriter.xml b/libxlsxwriter.xml index 0093240..ef3ca0c 100644 --- a/libxlsxwriter.xml +++ b/libxlsxwriter.xml @@ -9,7 +9,7 @@ -0.8.4 +0.8.5 -- cgit