From 71be8212b28f12f1a4fe20bd917005eaf1e285ca Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 11 Apr 2018 11:02:39 +0200 Subject: update to 1.5.1 drop dependency on zlib-devel and bzip2-devel no more referenced in libzip.pc drop rpath patch merged upstream --- compat_reports/1.5.0_to_1.5.1/compat_report.html | 524 +++++++++++++++++++++++ libzip-rpath.patch | 13 - libzip.spec | 17 +- libzip.xml | 2 +- 4 files changed, 533 insertions(+), 23 deletions(-) create mode 100644 compat_reports/1.5.0_to_1.5.1/compat_report.html delete mode 100644 libzip-rpath.patch diff --git a/compat_reports/1.5.0_to_1.5.1/compat_report.html b/compat_reports/1.5.0_to_1.5.1/compat_report.html new file mode 100644 index 0000000..c2ba711 --- /dev/null +++ b/compat_reports/1.5.0_to_1.5.1/compat_report.html @@ -0,0 +1,524 @@ + + + + + + + + +libzip: 1.5.0 to 1.5.1 compatibility report + + + +

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

+ +
+
+ Binary
Compatibility
+ Source
Compatibility
+
+

Test Info


+ + + + + + + +
Library Namelibzip
Version #11.5.0
Version #21.5.1
Archx86_64
GCC Version7
SubjectBinary Compatibility
+

Test Results


+ + + + + + +
Total Header Files2
Total Libraries1
Total Symbols / Types122 / 49
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.0
Version #21.5.1
Archx86_64
SubjectSource Compatibility
+

Test Results


+ + + + + + +
Total Header Files2
Total Libraries1
Total Symbols / Types276 / 82
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
Other Changes
in Constants
-1
+ + +

Problems with Constants, Low Severity  1 


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

Other Changes in Constants  1 


+zipconf.h
+ +[+] 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-rpath.patch b/libzip-rpath.patch deleted file mode 100644 index bc5e2da..0000000 --- a/libzip-rpath.patch +++ /dev/null @@ -1,13 +0,0 @@ -diff -up ./CMakeLists.txt.rpm ./CMakeLists.txt ---- ./CMakeLists.txt.rpm 2017-12-30 07:46:53.988134130 +0100 -+++ ./CMakeLists.txt 2017-12-30 07:47:03.787185954 +0100 -@@ -139,9 +139,6 @@ endif(CMAKE_SYSTEM_NAME MATCHES WindowsP - - ADD_DEFINITIONS("-DHAVE_CONFIG_H") - --# rpath handling: use rpath in installed binaries --SET(CMAKE_INSTALL_RPATH "${CMAKE_INSTALL_PREFIX}/${CMAKE_INSTALL_LIBDIR}") --SET(CMAKE_INSTALL_RPATH_USE_LINK_PATH TRUE) - - # Testing - ENABLE_TESTING() diff --git a/libzip.spec b/libzip.spec index fe21132..8c4705c 100644 --- a/libzip.spec +++ b/libzip.spec @@ -17,17 +17,14 @@ Name: %{libname} %else Name: %{libname}%{soname} %endif -Version: 1.5.0 -Release: 2%{?dist} +Version: 1.5.1 +Release: 1%{?dist} Summary: C library for reading, creating, and modifying zip archives License: BSD URL: https://libzip.org/ Source0: https://libzip.org/download/libzip-%{version}.tar.xz -# drop RPATH from installed binaries -Patch0: libzip-rpath.patch - BuildRequires: gcc BuildRequires: zlib-devel BuildRequires: bzip2-devel @@ -73,9 +70,6 @@ The API is documented by man pages. %package devel Summary: Development files for %{name} Requires: %{name}%{?_isa} = %{version}-%{release} -# referenced in libzip.pc -Requires: zlib-devel%{?_isa} -Requires: bzip2-devel%{?_isa} %if "%{name}" != "%{libname}" Conflicts: %{libname}-last-devel < %{version} Conflicts: %{libname}-devel < %{version} @@ -114,7 +108,6 @@ The %{name}-tools package provides command line tools split off %{name}: %prep %setup -q -n %{libname}-%{version} -%patch0 -p1 -b .rpm # unwanted in package documentation rm INSTALL.md @@ -175,6 +168,12 @@ make check %changelog +* 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 + referenced in libzip.pc +- drop rpath patch merged upstream + * Thu Mar 15 2018 Remi Collet - 1.5.0-2 - add dependency on zlib-devel and bzip2-devel #1556068 diff --git a/libzip.xml b/libzip.xml index f603a41..b36a05f 100644 --- a/libzip.xml +++ b/libzip.xml @@ -9,7 +9,7 @@ -1.5.0 +1.5.1 -- cgit