Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package libzip for openSUSE:Factory checked 
in at 2021-06-24 18:22:10
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libzip (Old)
 and      /work/SRC/openSUSE:Factory/.libzip.new.2625 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libzip"

Thu Jun 24 18:22:10 2021 rev:43 rq:901061 version:1.8.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/libzip/libzip.changes    2020-11-23 
18:50:27.349365875 +0100
+++ /work/SRC/openSUSE:Factory/.libzip.new.2625/libzip.changes  2021-06-24 
18:22:17.996897964 +0200
@@ -1,0 +2,20 @@
+Sun Jun 20 18:27:59 UTC 2021 - Andreas Stieger <andreas.stie...@gmx.de>
+
+- libzip 1.8.0:
+  * Add support for zstd (Zstandard) compression
+  * Add support for lzma (ID 14) compression
+  * Add zip_source_window_create()
+  * Add zip_source_zip_create() variant to zip_source_zip()
+  * Allow method specific comp_flags in zip_set_file_compression()
+  * Allow zip_source_tell() on sources that don't support seeking
+    and zip_ftell() on compressed data
+  * Provide more details for consistency check errors
+  * Improve output of zipcmp
+  * In zipcmp, don???t ignore empty directories when comparing
+    directory listing
+  * Treat empty string as no password given in
+    zip_file_set_encryption(), zip_fopen_encrypted(), and
+    zip_set_default_password()
+- drop libzip-pkgconfig.patch, no longer required
+
+-------------------------------------------------------------------

Old:
----
  libzip-1.7.3.tar.xz
  libzip-pkgconfig.patch

New:
----
  libzip-1.8.0.tar.xz

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

Other differences:
------------------
++++++ libzip.spec ++++++
--- /var/tmp/diff_new_pack.GgD3ip/_old  2021-06-24 18:22:18.484898504 +0200
+++ /var/tmp/diff_new_pack.GgD3ip/_new  2021-06-24 18:22:18.488898508 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libzip
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2021 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,7 +19,7 @@
 %{!?make_build: %global make_build make %{?_smp_mflags}}
 %define sover 5
 Name:           libzip
-Version:        1.7.3
+Version:        1.8.0
 Release:        0
 Summary:        C library for reading, creating, and modifying zip archives
 License:        BSD-3-Clause
@@ -28,8 +28,6 @@
 Source0:        https://libzip.org/download/libzip-%{version}.tar.xz
 Source1:        baselibs.conf
 Source2:        %{name}-rpmlintrc
-# fix libdir in pkg-config file
-Patch0:         libzip-pkgconfig.patch
 BuildRequires:  cmake >= 3.0.2
 BuildRequires:  fdupes
 BuildRequires:  groff
@@ -40,7 +38,9 @@
 BuildRequires:  unzip
 BuildRequires:  pkgconfig(bzip2)
 BuildRequires:  pkgconfig(gnutls)
-BuildRequires:  pkgconfig(liblzma)
+BuildRequires:  pkgconfig(liblzma) >= 5.2
+BuildRequires:  pkgconfig(libzstd)
+BuildRequires:  pkgconfig(nettle) >= 3.0
 BuildRequires:  pkgconfig(zlib) >= 1.1.2
 Provides:       libzip-util = %{version}
 Obsoletes:      libzip-util < %{version}

++++++ libzip-1.7.3.tar.xz -> libzip-1.8.0.tar.xz ++++++
++++ 26093 lines of diff (skipped)

Reply via email to