Hello community,

here is the log from the commit of package libzypp for openSUSE:Factory checked 
in at 2020-09-24 16:12:05
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libzypp (Old)
 and      /work/SRC/openSUSE:Factory/.libzypp.new.4249 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libzypp"

Thu Sep 24 16:12:05 2020 rev:434 rq:835695 version:17.25.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/libzypp/libzypp.changes  2020-09-03 
01:14:00.768467435 +0200
+++ /work/SRC/openSUSE:Factory/.libzypp.new.4249/libzypp.changes        
2020-09-24 16:12:09.588773542 +0200
@@ -1,0 +2,14 @@
+Fri Sep 18 16:45:49 CEST 2020 - m...@suse.de
+
+- RepoInfo: Return the type of the local metadata cache as
+  fallback (bsc#1176435)
+- VendorAttr: Fix broken "suse,opensuse" equivalence handling.
+  Enhance API and testcases. (bsc#1174918)
+- Update docs regarding 'opensuse' namepace matching.
+- New solver testcase format.
+- Link against libzsd to close libsolvs open references
+  (as we link statically)
+- BuildRequires:  libsolv-devel >= 0.7.15.
+- version 17.25.0 (22)
+
+-------------------------------------------------------------------

Old:
----
  libzypp-17.24.2.tar.bz2

New:
----
  libzypp-17.25.0.tar.bz2

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

Other differences:
------------------
++++++ libzypp.spec ++++++
--- /var/tmp/diff_new_pack.Q748mv/_old  2020-09-24 16:12:10.432774386 +0200
+++ /var/tmp/diff_new_pack.Q748mv/_new  2020-09-24 16:12:10.436774390 +0200
@@ -21,11 +21,17 @@
 %else
 %bcond_with zchunk
 %endif
+# libsolvs external references require us to link against it:
+%if 0%{?sle_version} >= 150000 || 0%{?suse_version} >= 1500
+%bcond_without zstd
+%else
+%bcond_with zstd
+%endif
 
 %bcond_without mediabackend_tests
 
 Name:           libzypp
-Version:        17.24.2
+Version:        17.25.0
 Release:        0
 URL:            https://github.com/openSUSE/libzypp
 Summary:        Library for package, patch, pattern and product management
@@ -68,6 +74,7 @@
 BuildRequires:  gettext-devel
 BuildRequires:  graphviz
 BuildRequires:  libxml2-devel
+BuildRequires:  yaml-cpp-devel
 %if 0%{?suse_version} != 1110
 # No libproxy on SLES
 BuildRequires:  libproxy-devel
@@ -79,7 +86,7 @@
 BuildRequires:  pkg-config
 %endif
 
-BuildRequires:  libsolv-devel >= 0.7.11
+BuildRequires:  libsolv-devel >= 0.7.15
 %if 0%{?suse_version} >= 1100
 BuildRequires:  libsolv-tools
 %requires_eq    libsolv-tools
@@ -151,6 +158,9 @@
 %if %{with zchunk}
 BuildRequires:  libzck-devel
 %endif
+%if %{with zstd}
+BuildRequires:  libzstd-devel
+%endif
 
 %description
 libzypp is the package management library that powers applications
@@ -244,6 +254,7 @@
       -DCMAKE_BUILD_TYPE=Release \
       -DCMAKE_SKIP_RPATH=1 \
       %{?with_zchunk:-DENABLE_ZCHUNK_COMPRESSION=1} \
+      %{?with_zstd:-DENABLE_ZSTD_COMPRESSION=1} \
       %{!?with_mediabackend_tests:-DDISABLE_MEDIABACKEND_TESTS=1} \
       ${EXTRA_CMAKE_OPTIONS} \
       ..

++++++ libzypp-17.24.2.tar.bz2 -> libzypp-17.25.0.tar.bz2 ++++++
++++ 54287 lines of diff (skipped)


Reply via email to