From 6c4a50fabfda513eef0877b9dc7b2bb7e2953c5f Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 20 Jan 2025 14:40:06 +0100 Subject: update to 1.11.3 update to 1.11.3 update to 1.11.3 --- compat_reports/1.11.2_to_1.11.3/compat_report.html | 519 +++++++++++++++++++++ libzip.spec | 9 +- libzip.xml | 2 +- 3 files changed, 526 insertions(+), 4 deletions(-) create mode 100644 compat_reports/1.11.2_to_1.11.3/compat_report.html diff --git a/compat_reports/1.11.2_to_1.11.3/compat_report.html b/compat_reports/1.11.2_to_1.11.3/compat_report.html new file mode 100644 index 0000000..6469a2e --- /dev/null +++ b/compat_reports/1.11.2_to_1.11.3/compat_report.html @@ -0,0 +1,519 @@ + + + + + + + + + +libzip: 1.11.2 to 1.11.3 compatibility report + + + +

API compatibility report for the libzip library between 1.11.2 and 1.11.3 versions on x86_64

+ +
+
+ Binary
Compatibility
+ Source
Compatibility
+
+

Test Info


+ + + + + + + +
Library Namelibzip
Version #11.11.2
Version #21.11.3
Archx86_64
GCC Version14
SubjectBinary Compatibility
+

Test Results


+ + + + + + +
Total Header Files2
Total Libraries1
Total Symbols / Types131 / 56
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  2 


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

Libraries  1 


+
+libzip.so.5.5
+
+
to the top
+


+

Test Info


+ + + + + + +
Library Namelibzip
Version #11.11.2
Version #21.11.3
Archx86_64
SubjectSource Compatibility
+

Test Results


+ + + + + + +
Total Header Files2
Total Libraries1
Total Symbols / Types265 / 91
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
Low2
+ + +

Problems with Constants, Low Severity  2 


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

Header Files  2 


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

Libraries  1 


+
+libzip.so.5.5
+
+
to the top
+



+ +
+ + diff --git a/libzip.spec b/libzip.spec index bbef688..650d0bc 100644 --- a/libzip.spec +++ b/libzip.spec @@ -12,7 +12,7 @@ ## FOR EL-8 ## 1st build --with move_to_opt for SCL ## 2nd build --without move_to_opt for module -## FOR EL-9 +## FOR EL-9 and EL-10 ## build as remi-libzip %global libname libzip @@ -39,7 +39,7 @@ Name: %{?vendeur:%{vendeur}-}%{libname} Name: %{libname} %endif -Version: 1.11.2 +Version: 1.11.3 Release: 1%{?dist} Summary: C library for reading, creating, and modifying zip archives @@ -55,7 +55,7 @@ BuildRequires: xz-devel >= 5.2 # for ZSTD_minCLevel BuildRequires: libzstd-devel >= 1.3.6 Requires: libzstd%{?_isa} >= 1.3.6 -BuildRequires: cmake >= 3.4 +BuildRequires: cmake >= 3.10 BuildRequires: mandoc %if %{with tests} BuildRequires: nihtest @@ -237,6 +237,9 @@ make check %changelog +* Mon Jan 20 2025 Remi Collet - 1.11.3-1 +- update to 1.11.3 + * Fri Nov 1 2024 Remi Collet - 1.11.2-1 - update to 1.11.2 diff --git a/libzip.xml b/libzip.xml index 4abbc0a..5f384a4 100644 --- a/libzip.xml +++ b/libzip.xml @@ -9,7 +9,7 @@ -1.11.2 +1.11.3 -- cgit