Hello community, here is the log from the commit of package libzypp for openSUSE:Factory checked in at 2020-01-30 09:33:17 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libzypp (Old) and /work/SRC/openSUSE:Factory/.libzypp.new.26092 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libzypp" Thu Jan 30 09:33:17 2020 rev:421 rq:766757 version:17.22.0 Changes: -------- --- /work/SRC/openSUSE:Factory/libzypp/libzypp.changes 2020-01-21 20:58:53.788807872 +0100 +++ /work/SRC/openSUSE:Factory/.libzypp.new.26092/libzypp.changes 2020-01-30 09:33:59.681252300 +0100 @@ -1,0 +2,8 @@ +Thu Jan 23 16:30:19 CET 2020 - [email protected] + +- yum::Downloader: Prefer zchunk compressed metadata if libvsolv + supports it. +- BuildRequires: libsolv-devel >= 0.7.11. +- version 17.22.0 (22) + +------------------------------------------------------------------- @@ -6 +14 @@ - (jira#SLE-8905) + (jsc#SLE-8770) Old: ---- libzypp-17.21.0.tar.bz2 New: ---- libzypp-17.22.0.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libzypp.spec ++++++ --- /var/tmp/diff_new_pack.6V1XBL/_old 2020-01-30 09:34:03.245254207 +0100 +++ /var/tmp/diff_new_pack.6V1XBL/_new 2020-01-30 09:34:03.249254208 +0100 @@ -16,8 +16,14 @@ # +%if 0%{?is_opensuse} && (0%{?sle_version} >= 150100 || 0%{?suse_version} > 1500) +%bcond_without zchunk +%else +%bcond_with zchunk +%endif + Name: libzypp -Version: 17.21.0 +Version: 17.22.0 Release: 0 Url: https://github.com/openSUSE/libzypp Summary: Library for package, patch, pattern and product management @@ -71,7 +77,7 @@ BuildRequires: pkg-config %endif -BuildRequires: libsolv-devel >= 0.7.10 +BuildRequires: libsolv-devel >= 0.7.11 %if 0%{?suse_version} >= 1100 BuildRequires: libsolv-tools %requires_eq libsolv-tools @@ -129,6 +135,10 @@ BuildRequires: libxslt-tools %endif +%if %{with zchunk} +BuildRequires: libzck-devel +%endif + %description libzypp is the package management library that powers applications like YaST, zypper and the openSUSE/SLE implementation of PackageKit. @@ -220,6 +230,7 @@ -DLIB=%{_lib} \ -DCMAKE_BUILD_TYPE=Release \ -DCMAKE_SKIP_RPATH=1 \ + %{?with_zchunk:-DENABLE_ZCHUNK_COMPRESSION=1} \ ${EXTRA_CMAKE_OPTIONS} \ .. make %{?_smp_mflags} VERBOSE=1 ++++++ libzypp-17.21.0.tar.bz2 -> libzypp-17.22.0.tar.bz2 ++++++ ++++ 5014 lines of diff (skipped)
