From e69b579f7f1aa21149692a4a145b9d6e25d912fe Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 6 Jul 2020 10:43:09 +0200 Subject: update to 0.2.27 open https://github.com/brechtsanders/xlsxio/issues/75 behavior change in EMPTY management (infinite loop) --- compat_reports/0.2.26_to_0.2.27/compat_report.html | 504 +++++++++++++++++++++ libxlsxio.spec | 12 +- libxlsxio.xml | 2 +- 3 files changed, 515 insertions(+), 3 deletions(-) create mode 100644 compat_reports/0.2.26_to_0.2.27/compat_report.html diff --git a/compat_reports/0.2.26_to_0.2.27/compat_report.html b/compat_reports/0.2.26_to_0.2.27/compat_report.html new file mode 100644 index 0000000..7881bec --- /dev/null +++ b/compat_reports/0.2.26_to_0.2.27/compat_report.html @@ -0,0 +1,504 @@ + + + + + + + + + +libxlsxio: 0.2.26 to 0.2.27 compatibility report + + + +

API compatibility report for the libxlsxio library between 0.2.26 and 0.2.27 versions on x86_64

+ +
+
+ Binary
Compatibility
+ Source
Compatibility
+
+

Test Info


+ + + + + + + +
Library Namelibxlsxio
Version #10.2.26
Version #20.2.27
Archx86_64
GCC Version9
SubjectBinary Compatibility
+

Test Results


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

Problem Summary


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

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.26
Version #20.2.27
Archx86_64
SubjectSource Compatibility
+

Test Results


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

Problem Summary


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

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 d09d4c4..1ba5ecf 100644 --- a/libxlsxio.spec +++ b/libxlsxio.spec @@ -7,7 +7,7 @@ # Please, preserve the changelog entries # -%global gh_commit b9399e50ee1c6122f9c35aec4755ff650349aeb5 +%global gh_commit ed48a9580e26ded647b7dd6c92fe27636d5c89fd %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner brechtsanders %global gh_project xlsxio @@ -15,7 +15,7 @@ Name: %{gh_project} Summary: XLSX tools from %{libname} -Version: 0.2.26 +Version: 0.2.27 Release: 1%{?dist} License: MIT @@ -88,6 +88,8 @@ make install DESTDIR="%{buildroot}" # Clean with old cmake version rm -rf %{buildroot}%{_mandir}/man3/_builddir_* +# installed as %%doc +rm -rf %{buildroot}%{_datadir}/%{gh_project} %if 0%{?fedora} < 28 && 0%{?rhel} < 8 @@ -109,11 +111,17 @@ rm -rf %{buildroot}%{_mandir}/man3/_builddir_* %files -n %{libname}-devel %doc *.md %doc examples +%doc doc/html %{_includedir}/xls* %{_mandir}/man3/%{gh_project}* %changelog +* Mon Jul 6 2020 Remi Collet - 0.2.27-1 +- update to 0.2.27 +- open https://github.com/brechtsanders/xlsxio/issues/75 + behavior change in EMPTY management (infinite loop) + * Tue Mar 24 2020 Remi Collet - 0.2.26-1 - update to 0.2.26 - drop patch merged upstream diff --git a/libxlsxio.xml b/libxlsxio.xml index 5fe7bf6..95e64c6 100644 --- a/libxlsxio.xml +++ b/libxlsxio.xml @@ -9,7 +9,7 @@ -0.2.26 +0.2.27 -- cgit