From 48997d83902592dd44e31f170af5965ace20068f Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 12 Mar 2019 15:29:21 +0100 Subject: v1.5.2 --- compat_reports/1.5.1_to_1.5.2/compat_report.html | 519 +++++++++++++++++++++++ libzip.spec | 23 +- libzip.xml | 2 +- 3 files changed, 539 insertions(+), 5 deletions(-) create mode 100644 compat_reports/1.5.1_to_1.5.2/compat_report.html diff --git a/compat_reports/1.5.1_to_1.5.2/compat_report.html b/compat_reports/1.5.1_to_1.5.2/compat_report.html new file mode 100644 index 0000000..0f2a2b4 --- /dev/null +++ b/compat_reports/1.5.1_to_1.5.2/compat_report.html @@ -0,0 +1,519 @@ + + + + + + + + + +libzip: 1.5.1 to 1.5.2 compatibility report + + + +

API compatibility report for the libzip library between 1.5.1 and 1.5.2 versions on x86_64

+ +
+
+ Binary
Compatibility
+ Source
Compatibility
+
+

Test Info


+ + + + + + + +
Library Namelibzip
Version #11.5.1
Version #21.5.2
Archx86_64
GCC Version8
SubjectBinary Compatibility
+

Test Results


+ + + + + + +
Total Header Files2
Total Libraries1
Total Symbols / Types119 / 50
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.0
+
+
to the top
+


+

Test Info


+ + + + + + +
Library Namelibzip
Version #11.5.1
Version #21.5.2
Archx86_64
SubjectSource Compatibility
+

Test Results


+ + + + + + +
Total Header Files2
Total Libraries1
Total Symbols / Types257 / 83
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.0
+
+
to the top
+



+ +
+ + diff --git a/libzip.spec b/libzip.spec index 8c4705c..7c7182d 100644 --- a/libzip.spec +++ b/libzip.spec @@ -17,7 +17,7 @@ Name: %{libname} %else Name: %{libname}%{soname} %endif -Version: 1.5.1 +Version: 1.5.2 Release: 1%{?dist} Summary: C library for reading, creating, and modifying zip archives @@ -118,10 +118,21 @@ rm INSTALL.md # drop skipped test which make test suite fails (cmake issue ?) sed -e '/clone-fs-/d' -i regress/CMakeLists.txt sed -e 's/COMMAND cmake /COMMAND cmake3 /' -i CMakeLists.txt regress/CMakeLists.txt -%cmake3 . +%cmake3 \ %else -%cmake . +%cmake . \ %endif + -DENABLE_COMMONCRYPTO:BOOL=OFF \ + -DENABLE_GNUTLS:BOOL=OFF \ + -DENABLE_MBEDTLS:BOOL=OFF \ + -DENABLE_OPENSSL:BOOL=ON \ + -DENABLE_WINDOWS_CRYPTO:BOOL=OFF \ + -DENABLE_BZIP2:BOOL=ON \ + -DBUILD_TOOLS:BOOL=ON \ + -DBUILD_REGRESS:BOOL=ON \ + -DBUILD_EXAMPLES:BOOL=OFF \ + -DBUILD_DOC:BOOL=ON \ + . make %{?_smp_mflags} @@ -132,7 +143,6 @@ make install DESTDIR=%{buildroot} INSTALL='install -p' %check %if %{with_tests} - make check %else : Test suite disabled @@ -168,6 +178,11 @@ make check %changelog +* Tue Mar 12 2019 Remi Collet - 1.5.2-1 +- update to 1.5.2 +- add all explicit cmake options to ensure openssl is used + even in local build with other lilbraries available + * Wed Apr 11 2018 Remi Collet - 1.5.1-1 - update to 1.5.1 - drop dependency on zlib-devel and bzip2-devel no more diff --git a/libzip.xml b/libzip.xml index b36a05f..a597a86 100644 --- a/libzip.xml +++ b/libzip.xml @@ -9,7 +9,7 @@ -1.5.1 +1.5.2 -- cgit