From 67bc272162c186070048621f959199552d6d84b4 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 1 Nov 2024 03:08:11 +0100 Subject: update to 1.11.2 --- compat_reports/1.11.1_to_1.11.2/compat_report.html | 519 +++++++++++++++++++++ libzip.spec | 9 +- libzip.xml | 2 +- 3 files changed, 524 insertions(+), 6 deletions(-) create mode 100644 compat_reports/1.11.1_to_1.11.2/compat_report.html diff --git a/compat_reports/1.11.1_to_1.11.2/compat_report.html b/compat_reports/1.11.1_to_1.11.2/compat_report.html new file mode 100644 index 0000000..ea4407f --- /dev/null +++ b/compat_reports/1.11.1_to_1.11.2/compat_report.html @@ -0,0 +1,519 @@ + + + + + + + + + +libzip: 1.11.1 to 1.11.2 compatibility report + + + +

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

+ +
+
+ Binary
Compatibility
+ Source
Compatibility
+
+

Test Info


+ + + + + + + +
Library Namelibzip
Version #11.11.1
Version #21.11.2
Archx86_64
GCC Version13
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.1
Version #21.11.2
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 b03844e..bbef688 100644 --- a/libzip.spec +++ b/libzip.spec @@ -39,7 +39,7 @@ Name: %{?vendeur:%{vendeur}-}%{libname} Name: %{libname} %endif -Version: 1.11.1 +Version: 1.11.2 Release: 1%{?dist} Summary: C library for reading, creating, and modifying zip archives @@ -75,10 +75,6 @@ Obsoletes: php82-libzip < %{version} %endif # Filter in the /opt installation -%{?filter_from_provides: %filter_from_provides /libzip/d} -%{?filter_from_requires: %filter_from_requires /libzip/d} -%{?filter_setup} - %global __provides_exclude ^(libzip\\.so|cmake|pkgconfig).*$ %global __requires_exclude ^libzip\\.so.*$ %endif @@ -241,6 +237,9 @@ make check %changelog +* Fri Nov 1 2024 Remi Collet - 1.11.2-1 +- update to 1.11.2 + * Thu Sep 19 2024 Remi Collet - 1.11.1-1 - update to 1.11.1 diff --git a/libzip.xml b/libzip.xml index ead1ff9..4abbc0a 100644 --- a/libzip.xml +++ b/libzip.xml @@ -9,7 +9,7 @@ -1.11.1 +1.11.2 -- cgit