From 41df13a785e3304261ecde0a4b73b6af3508d59d Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 19 Mar 2020 08:08:46 +0100 Subject: update to 0.2.24 drop patch merged upstream --- 53.patch | 22 - compat_reports/0.2.22_to_0.2.24/compat_report.html | 504 +++++++++++++++++++++ libxlsxio.spec | 11 +- libxlsxio.xml | 2 +- 4 files changed, 511 insertions(+), 28 deletions(-) delete mode 100644 53.patch create mode 100644 compat_reports/0.2.22_to_0.2.24/compat_report.html diff --git a/53.patch b/53.patch deleted file mode 100644 index 4196663..0000000 --- a/53.patch +++ /dev/null @@ -1,22 +0,0 @@ -From 045156077073514f5838c0f6c813f5a5b5cfcc1b Mon Sep 17 00:00:00 2001 -From: Remi Collet -Date: Mon, 16 Sep 2019 10:44:33 +0200 -Subject: [PATCH] fix format not a string literal and no format arguments - ---- - lib/xlsxio_write.c | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/lib/xlsxio_write.c b/lib/xlsxio_write.c -index 0cc0c5d..84dc493 100644 ---- a/lib/xlsxio_write.c -+++ b/lib/xlsxio_write.c -@@ -858,7 +858,7 @@ void write_cell_data (xlsxiowriter handle, const char* rowattr, const char* pref - if (data) - fprintf(handle->pipe_write, "%s", data); - if (suffix) -- fprintf(handle->pipe_write, suffix); -+ fprintf(handle->pipe_write, "%s", suffix); - } else { - //add cell data to buffer - if (prefix) diff --git a/compat_reports/0.2.22_to_0.2.24/compat_report.html b/compat_reports/0.2.22_to_0.2.24/compat_report.html new file mode 100644 index 0000000..c308ed2 --- /dev/null +++ b/compat_reports/0.2.22_to_0.2.24/compat_report.html @@ -0,0 +1,504 @@ + + + + + + + + + +libxlsxio: 0.2.22 to 0.2.24 compatibility report + + + +

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

+ +
+
+

Test Info


+ + + + + + + +
Library Namelibxlsxio
Version #10.2.22
Version #20.2.24
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.22
Version #20.2.24
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 6c04668..b278ef6 100644 --- a/libxlsxio.spec +++ b/libxlsxio.spec @@ -7,7 +7,7 @@ # Please, preserve the changelog entries # -%global gh_commit c7b78b1b56a3260243fd365d903935bf92dfff92 +%global gh_commit 22a577ce9c261e9521c927d76ad469822f3e707e %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner brechtsanders %global gh_project xlsxio @@ -15,15 +15,13 @@ Name: %{gh_project} Summary: XLSX tools from %{libname} -Version: 0.2.22 +Version: 0.2.24 Release: 1%{?dist} License: MIT 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 -Patch0: https://patch-diff.githubusercontent.com/raw/brechtsanders/xlsxio/pull/53.patch - BuildRequires: gcc BuildRequires: gcc-c++ BuildRequires: cmake >= 2.6 @@ -65,7 +63,6 @@ for %{libname}. %prep %setup -q -n %{gh_project}-%{gh_commit} -%patch0 -p1 # Fix installation layout sed -e '/LIBRARY DESTINATION/s/lib/%{_lib}/' \ @@ -117,6 +114,10 @@ rm -rf %{buildroot}%{_mandir}/man3/_builddir_* %changelog +* Thu Mar 19 2020 Remi Collet - 0.2.24-1 +- update to 0.2.24 +- drop patch merged upstream + * Tue Mar 10 2020 Remi Collet - 0.2.22-1 - update to 0.2.22 diff --git a/libxlsxio.xml b/libxlsxio.xml index 5c9c65a..b8267fa 100644 --- a/libxlsxio.xml +++ b/libxlsxio.xml @@ -9,7 +9,7 @@ -0.2.22 +0.2.24 -- cgit