From bc6d4ea585458f967e49b464487b42ea91961dde Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sun, 22 Mar 2020 07:46:22 +0100 Subject: v0.2.25 --- compat_reports/0.2.24_to_0.2.25/compat_report.html | 516 +++++++++++++++++++++ libxlsxio.spec | 9 +- libxlsxio.xml | 2 +- 3 files changed, 523 insertions(+), 4 deletions(-) create mode 100644 compat_reports/0.2.24_to_0.2.25/compat_report.html diff --git a/compat_reports/0.2.24_to_0.2.25/compat_report.html b/compat_reports/0.2.24_to_0.2.25/compat_report.html new file mode 100644 index 0000000..3a31253 --- /dev/null +++ b/compat_reports/0.2.24_to_0.2.25/compat_report.html @@ -0,0 +1,516 @@ + + + + + + + + + +libxlsxio: 0.2.24 to 0.2.25 compatibility report + + + +

API compatibility report for the libxlsxio library between 0.2.24 and 0.2.25 versions on x86_64

+ +
+
+ Binary
Compatibility
+ Source
Compatibility
+
+

Test Info


+ + + + + + + +
Library Namelibxlsxio
Version #10.2.24
Version #20.2.25
Archx86_64
GCC Version9
SubjectBinary Compatibility
+

Test Results


+ + + + + + +
Total Header Files3
Total Libraries2
Total Symbols / Types38 / 25
Compatibility100%
+

Problem Summary


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

Added Symbols  2 


+xlsxio_read.h, libxlsxio_read.so
+xlsxioread_sheet_flags ( xlsxioreadersheet sheethandle )
+xlsxioread_sheet_last_column_index ( xlsxioreadersheet sheethandle )
+
+to the top
+

Header Files  3 


+
+xlsxio_read.h
+xlsxio_version.h
+xlsxio_write.h
+
+
to the top
+

Libraries  2 


+
+libxlsxio_read.so
+libxlsxio_write.so
+
+
to the top
+


+

Test Info


+ + + + + + +
Library Namelibxlsxio
Version #10.2.24
Version #20.2.25
Archx86_64
SubjectSource Compatibility
+

Test Results


+ + + + + + +
Total Header Files3
Total Libraries2
Total Symbols / Types219 / 72
Compatibility100%
+

Problem Summary


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

Added Symbols  2 


+xlsxio_read.h
+xlsxioread_sheet_flags ( xlsxioreadersheet sheethandle )
+xlsxioread_sheet_last_column_index ( xlsxioreadersheet sheethandle )
+
+to the top
+ +

Problems with Constants, Low Severity  1 


+xlsxio_version.h
+ +[+] XLSXIO_VERSION_MICRO +
+ + +
+to the top
+

Header Files  3 


+
+xlsxio_read.h
+xlsxio_version.h
+xlsxio_write.h
+
+
to the top
+

Libraries  2 


+
+libxlsxio_read.so
+libxlsxio_write.so
+
+
to the top
+



+ +
+ + diff --git a/libxlsxio.spec b/libxlsxio.spec index 9a45578..56a09cd 100644 --- a/libxlsxio.spec +++ b/libxlsxio.spec @@ -7,7 +7,7 @@ # Please, preserve the changelog entries # -%global gh_commit 22a577ce9c261e9521c927d76ad469822f3e707e +%global gh_commit f03b05ed0fbb40a4895a015271df7af18a1a3c60 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner brechtsanders %global gh_project xlsxio @@ -15,8 +15,8 @@ Name: %{gh_project} Summary: XLSX tools from %{libname} -Version: 0.2.24 -Release: 2%{?dist} +Version: 0.2.25 +Release: 1%{?dist} License: MIT URL: https://github.com/%{gh_owner}/%{gh_project}/ @@ -120,6 +120,9 @@ rm -rf %{buildroot}%{_mandir}/man3/_builddir_* %changelog +* Sun Mar 22 2020 Remi Collet - 0.2.25-1 +- update to 0.2.25 + * Thu Mar 19 2020 Remi Collet - 0.2.24-2 - add patch for pec/xlswriter from https://github.com/viest/xlsxio diff --git a/libxlsxio.xml b/libxlsxio.xml index b8267fa..faabd28 100644 --- a/libxlsxio.xml +++ b/libxlsxio.xml @@ -9,7 +9,7 @@ -0.2.24 +0.2.25 -- cgit