From f4b0d836206d5875bac9bf65b5fee8063b94d2d4 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 14 Jun 2022 08:22:08 +0200 Subject: update to 1.9.0 --- compat_reports/1.8.0_to_1.9.0/compat_report.html | 529 +++++++++++++++++++++++ libzip.spec | 11 +- libzip.xml | 2 +- 3 files changed, 537 insertions(+), 5 deletions(-) create mode 100644 compat_reports/1.8.0_to_1.9.0/compat_report.html diff --git a/compat_reports/1.8.0_to_1.9.0/compat_report.html b/compat_reports/1.8.0_to_1.9.0/compat_report.html new file mode 100644 index 0000000..4af7f40 --- /dev/null +++ b/compat_reports/1.8.0_to_1.9.0/compat_report.html @@ -0,0 +1,529 @@ + + + + + + + + + +libzip: 1.8.0 to 1.9.0 compatibility report + + + +

API compatibility report for the libzip library between 1.8.0 and 1.9.0 versions on x86_64

+ +
+
+ Binary
Compatibility
+ Source
Compatibility
+
+

Test Info


+ + + + + + + +
Library Namelibzip
Version #11.8.0
Version #21.9.0
Archx86_64
GCC Version11
SubjectBinary Compatibility
+

Test Results


+ + + + + + +
Total Header Files2
Total Libraries1
Total Symbols / Types123 / 54
Compatibility100%
+

Problem Summary


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

Added Symbols  1 


+zip.h, libzip.so.5.5
+zip_file_is_seekable ( zip_file_t* p1 )
+
+to the top
+

Header Files  2 


+
+zip.h
+zipconf.h
+
+
to the top
+

Libraries  1 


+
+libzip.so.5.4
+
+
to the top
+


+

Test Info


+ + + + + + +
Library Namelibzip
Version #11.8.0
Version #21.9.0
Archx86_64
SubjectSource Compatibility
+

Test Results


+ + + + + + +
Total Header Files2
Total Libraries1
Total Symbols / Types261 / 91
Compatibility100%
+

Problem Summary


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

Added Symbols  1 


+zip.h
+zip_file_is_seekable ( zip_file_t* p1 )
+
+to the top
+ +

Problems with Constants, Low Severity  2 


+zipconf.h
+ +[+] LIBZIP_VERSION +
+ + + +[+] LIBZIP_VERSION_MINOR +
+ + +
+to the top
+

Header Files  2 


+
+zip.h
+zipconf.h
+
+
to the top
+

Libraries  1 


+
+libzip.so.5.4
+
+
to the top
+



+ +
+ + diff --git a/libzip.spec b/libzip.spec index 7ea315b..4ecb0ec 100644 --- a/libzip.spec +++ b/libzip.spec @@ -28,8 +28,8 @@ Name: %{libname}%{soname} %endif %endif -Version: 1.8.0 -Release: 3%{?dist} +Version: 1.9.0 +Release: 1%{?dist} Summary: C library for reading, creating, and modifying zip archives License: BSD @@ -44,7 +44,7 @@ BuildRequires: xz-devel >= 5.2 # for ZSTD_minCLevel BuildRequires: libzstd-devel >= 1.3.6 Requires: libzstd%{?_isa} >= 1.3.6 -%if 0%{?rhel} == 6 || 0%{?rhel} == 7 +%if 0%{?rhel} == 7 BuildRequires: cmake3 >= 3.0.2 %else BuildRequires: cmake >= 3.0.2 @@ -148,7 +148,7 @@ rm INSTALL.md # drop skipped test which make test suite fails (cmake issue ?) sed -e '/clone-fs-/d' \ -%if 0%{?rhel} == 6 || 0%{?rhel} == 7 +%if 0%{?rhel} == 7 -e '/add_from_stdin/d' \ %endif -i regress/CMakeLists.txt @@ -252,6 +252,9 @@ make check %changelog +* Tue Jun 14 2022 Remi Collet - 1.9.0-1 +- update to 1.9.0 + * Mon Nov 8 2021 Remi Collet - 1.8.0-3 - build as remi-libzip for EL-9 diff --git a/libzip.xml b/libzip.xml index 495dcea..9317c62 100644 --- a/libzip.xml +++ b/libzip.xml @@ -9,7 +9,7 @@ -1.8.0 +1.9.0 -- cgit