Hello community, here is the log from the commit of package libzypp for openSUSE:Leap:15.2 checked in at 2020-02-04 17:53:58 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Leap:15.2/libzypp (Old) and /work/SRC/openSUSE:Leap:15.2/.libzypp.new.26092 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libzypp" Tue Feb 4 17:53:58 2020 rev:80 rq:767701 version:17.22.0 Changes: -------- --- /work/SRC/openSUSE:Leap:15.2/libzypp/libzypp.changes 2020-01-15 15:25:58.862595316 +0100 +++ /work/SRC/openSUSE:Leap:15.2/.libzypp.new.26092/libzypp.changes 2020-02-04 17:54:24.192748680 +0100 @@ -1,0 +2,16 @@ +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) + +------------------------------------------------------------------- +Mon Jan 20 12:53:12 CET 2020 - [email protected] + +- Selectable: Fix highestAvailableVersionObj if only retracted + packages are available. Avoid using retracted items as candidate + (jsc#SLE-8770) +- version 17.21.0 (20) + +------------------------------------------------------------------- Old: ---- libzypp-17.20.0.tar.bz2 New: ---- libzypp-17.22.0.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libzypp.spec ++++++ --- /var/tmp/diff_new_pack.lrrM3N/_old 2020-02-04 17:54:25.060749204 +0100 +++ /var/tmp/diff_new_pack.lrrM3N/_new 2020-02-04 17:54:25.064749207 +0100 @@ -1,7 +1,7 @@ # # spec file for package libzypp # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -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.20.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.20.0.tar.bz2 -> libzypp-17.22.0.tar.bz2 ++++++ ++++ 5276 lines of diff (skipped)
