From 6cfe90ed9b843a5a272f743b612ad384d086582f Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 10 Mar 2020 09:11:57 +0100 Subject: update to 0.2.22 --- compat_reports/0.2.21_to_0.2.22/compat_report.html | 504 +++++++++++++++++++++ libxlsxio.spec | 11 +- libxlsxio.xml | 65 +++ 3 files changed, 576 insertions(+), 4 deletions(-) create mode 100644 compat_reports/0.2.21_to_0.2.22/compat_report.html create mode 100644 libxlsxio.xml diff --git a/compat_reports/0.2.21_to_0.2.22/compat_report.html b/compat_reports/0.2.21_to_0.2.22/compat_report.html new file mode 100644 index 0000000..a7788bd --- /dev/null +++ b/compat_reports/0.2.21_to_0.2.22/compat_report.html @@ -0,0 +1,504 @@ + + + + + + + + + +libxlsxio: 0.2.21 to 0.2.22 compatibility report + + + +

API compatibility report for the libxlsxio library between 0.2.21 and 0.2.22 versions on x86_64

+ +
+
+ Binary
Compatibility
+ Source
Compatibility
+
+

Test Info


+ + + + + + + +
Library Namelibxlsxio
Version #10.2.21
Version #20.2.22
Archx86_64
GCC Version9
SubjectBinary Compatibility
+

Test Results


+ + + + + + +
Total Header Files3
Total Libraries2
Total Symbols / Types38 / 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.21
Version #20.2.22
Archx86_64
SubjectSource Compatibility
+

Test Results


+ + + + + + +
Total Header Files3
Total Libraries2
Total Symbols / Types219 / 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 8150219..6c04668 100644 --- a/libxlsxio.spec +++ b/libxlsxio.spec @@ -7,7 +7,7 @@ # Please, preserve the changelog entries # -%global gh_commit b2b39b91c5005b4edc78ff8145226338aaea1c2c +%global gh_commit c7b78b1b56a3260243fd365d903935bf92dfff92 %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.21 +Version: 0.2.22 Release: 1%{?dist} License: MIT @@ -28,7 +28,8 @@ BuildRequires: gcc BuildRequires: gcc-c++ BuildRequires: cmake >= 2.6 BuildRequires: zlib-devel -BuildRequires: libzip-devel +# Ensure we use latest version +BuildRequires: libzip-devel >= 1.5 BuildRequires: expat-devel BuildRequires: doxygen @@ -44,7 +45,6 @@ This package provides XLSX commands using %{libname}: %package -n %{libname} Summary: C library for reading values from and writing values to .xlsx files Group: Development/Libraries -Requires: %{name}%{?_isa} = %{version}-%{release} %description -n %{libname} XLSX I/O aims to provide a C library for reading and writing .xlsx files. @@ -117,6 +117,9 @@ rm -rf %{buildroot}%{_mandir}/man3/_builddir_* %changelog +* Tue Mar 10 2020 Remi Collet - 0.2.22-1 +- update to 0.2.22 + * Mon Sep 16 2019 Remi Collet - 0.2.21-1 - initial package - add patch for -Werror=format-security from diff --git a/libxlsxio.xml b/libxlsxio.xml new file mode 100644 index 0000000..5c9c65a --- /dev/null +++ b/libxlsxio.xml @@ -0,0 +1,65 @@ + + + + + + + + + +0.2.22 + + + + +/usr/include/xlsxio_read.h +/usr/include/xlsxio_version.h +/usr/include/xlsxio_write.h + + + + +/usr/lib64/libxlsxio_read.so +/usr/lib64/libxlsxio_write.so + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit