Hello community,

here is the log from the commit of package libzip for openSUSE:Factory checked 
in at 2020-01-30 09:35:13
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libzip (Old)
 and      /work/SRC/openSUSE:Factory/.libzip.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libzip"

Thu Jan 30 09:35:13 2020 rev:37 rq:767661 version:1.6.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/libzip/libzip.changes    2019-03-18 
10:36:05.971521133 +0100
+++ /work/SRC/openSUSE:Factory/.libzip.new.26092/libzip.changes 2020-01-30 
09:35:36.633304184 +0100
@@ -1,0 +2,15 @@
+Mon Jan 27 11:27:42 UTC 2020 - pgaj...@suse.com
+
+- version update to 1.6.0
+  * Avoid using umask() since it's not thread-safe.
+  * Set close-on-exec flag when opening files.
+  * Do not accept empty files as valid zip archives any longer.
+  * Add support for XZ compressed files (using liblzma).
+  * Add support for cancelling while closing zip archives.
+  * Add support for setting the time in the on-disk format.
+- modified patches
+  % pkgconfig.patch (refreshed)
+- deleted patches
+  - libzip-ocloexec.patch (upstreamed)
+
+-------------------------------------------------------------------

Old:
----
  libzip-1.5.2.tar.xz
  libzip-ocloexec.patch

New:
----
  libzip-1.6.0.tar.xz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ libzip.spec ++++++
--- /var/tmp/diff_new_pack.sl5zhc/_old  2020-01-30 09:35:42.501307324 +0100
+++ /var/tmp/diff_new_pack.sl5zhc/_new  2020-01-30 09:35:42.501307324 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libzip
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
 
 %define sover 5
 Name:           libzip
-Version:        1.5.2
+Version:        1.6.0
 Release:        0
 Summary:        C library for reading, creating, and modifying zip archives
 License:        BSD-3-Clause
@@ -26,8 +26,6 @@
 URL:            https://libzip.org/
 Source0:        https://libzip.org/download/libzip-%{version}.tar.xz
 Source1:        baselibs.conf
-# PATCH-FIX-OPENSUSE: close on exec, upstream is aware
-Patch1:         libzip-ocloexec.patch
 Patch2:         pkgconfig.patch
 BuildRequires:  cmake
 BuildRequires:  fdupes

++++++ libzip-1.5.2.tar.xz -> libzip-1.6.0.tar.xz ++++++
++++ 7938 lines of diff (skipped)

++++++ pkgconfig.patch ++++++
--- /var/tmp/diff_new_pack.sl5zhc/_old  2020-01-30 09:35:42.829307499 +0100
+++ /var/tmp/diff_new_pack.sl5zhc/_new  2020-01-30 09:35:42.833307502 +0100
@@ -1,13 +1,13 @@
-Index: libzip-1.5.0/CMakeLists.txt
+Index: libzip-1.6.0/CMakeLists.txt
 ===================================================================
---- libzip-1.5.0.orig/CMakeLists.txt
-+++ libzip-1.5.0/CMakeLists.txt
-@@ -229,7 +229,7 @@ ADD_SUBDIRECTORY(examples)
+--- libzip-1.6.0.orig/CMakeLists.txt   2020-01-24 12:03:14.000000000 +0100
++++ libzip-1.6.0/CMakeLists.txt        2020-01-27 11:28:56.794806888 +0100
+@@ -329,7 +329,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(BZIP2_FOUND)
-   SET(LIBS "${LIBS} -lbz2")
+ IF(CMAKE_SYSTEM_NAME MATCHES BSD)
+   SET(PKG_CONFIG_RPATH "-Wl,-R\${libdir}")


Reply via email to