Hello community, here is the log from the commit of package libzip for openSUSE:Factory checked in at 2020-07-16 12:10:56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libzip (Old) and /work/SRC/openSUSE:Factory/.libzip.new.3592 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libzip" Thu Jul 16 12:10:56 2020 rev:41 rq:821071 version:1.7.3 Changes: -------- --- /work/SRC/openSUSE:Factory/libzip/libzip.changes 2020-06-22 17:41:41.345035236 +0200 +++ /work/SRC/openSUSE:Factory/.libzip.new.3592/libzip.changes 2020-07-16 12:11:46.546559672 +0200 @@ -1,0 +2,32 @@ +Wed Jul 15 10:27:57 UTC 2020 - [email protected] + +- version update to 1.7.3 + * Support cmake < 3.17 again. + * Fix pkgconfig file (regression in 1.7.2). +- deleted patches + - libzip-cmake-rules.patch (upstreamed) +- added patches + fix libdir in pkg-config file (revive the patch from 1.7.1 and + older) + + libzip-pkgconfig.patch + +------------------------------------------------------------------- +Mon Jul 13 14:59:48 UTC 2020 - [email protected] + +- cmake tweaks: use upstream commit +- modified patches + % libzip-cmake-rules.patch (refreshed) + +------------------------------------------------------------------- +Mon Jul 13 08:12:10 UTC 2020 - [email protected] + +- version update to 1.7.2 + * Fixes for the CMake find_project() files. + * libzip moved to the CMake libzip:: NAMESPACE. + * CMake usage best practice cleanups. +- deleted patches + - pkgconfig.patch (extended and renamed) +- added patches + + libzip-cmake-rules.patch + +------------------------------------------------------------------- Old: ---- libzip-1.7.1.tar.xz pkgconfig.patch New: ---- libzip-1.7.3.tar.xz libzip-pkgconfig.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libzip.spec ++++++ --- /var/tmp/diff_new_pack.j6UKBz/_old 2020-07-16 12:11:48.334561480 +0200 +++ /var/tmp/diff_new_pack.j6UKBz/_new 2020-07-16 12:11:48.338561483 +0200 @@ -19,7 +19,7 @@ %{!?make_build: %global make_build make %{?_smp_mflags}} %define sover 5 Name: libzip -Version: 1.7.1 +Version: 1.7.3 Release: 0 Summary: C library for reading, creating, and modifying zip archives License: BSD-3-Clause @@ -28,7 +28,8 @@ Source0: https://libzip.org/download/libzip-%{version}.tar.xz Source1: baselibs.conf Source2: %{name}-rpmlintrc -Patch2: pkgconfig.patch +# fix libdir in pkg-config file +Patch0: libzip-pkgconfig.patch BuildRequires: cmake >= 3.0.2 BuildRequires: fdupes BuildRequires: groff ++++++ libzip-1.7.1.tar.xz -> libzip-1.7.3.tar.xz ++++++ ++++ 4585 lines of diff (skipped) ++++++ libzip-pkgconfig.patch ++++++ Index: libzip-1.7.3/CMakeLists.txt =================================================================== --- libzip-1.7.3.orig/CMakeLists.txt 2020-07-15 10:02:19.000000000 +0200 +++ libzip-1.7.3/CMakeLists.txt 2020-07-15 12:32:26.939928388 +0200 @@ -284,7 +284,7 @@ endif() set(prefix ${CMAKE_INSTALL_PREFIX}) set(exec_prefix \${prefix}) SET(bindir \${exec_prefix}/${CMAKE_INSTALL_BINDIR}) -SET(libdir \${exec_prefix}/${CMAKE_INSTALL_LIBDIR}) +SET(libdir ${CMAKE_INSTALL_LIBDIR}) SET(includedir \${prefix}/${CMAKE_INSTALL_INCLUDEDIR}) if(CMAKE_SYSTEM_NAME MATCHES BSD) set(PKG_CONFIG_RPATH "-Wl,-R\${libdir}")
