Hello community, here is the log from the commit of package libzypp for openSUSE:Factory checked in at 2020-02-19 12:39:31 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libzypp (Old) and /work/SRC/openSUSE:Factory/.libzypp.new.26092 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libzypp" Wed Feb 19 12:39:31 2020 rev:422 rq:774116 version:17.22.1 Changes: -------- --- /work/SRC/openSUSE:Factory/libzypp/libzypp.changes 2020-01-30 09:33:59.681252300 +0100 +++ /work/SRC/openSUSE:Factory/.libzypp.new.26092/libzypp.changes 2020-02-19 12:39:33.583511326 +0100 @@ -1,0 +2,15 @@ +Fri Feb 7 14:56:40 CET 2020 - [email protected] + +- update translations +- Replace mongoose/webrick with nginx in test suite. + This patch makes use of nginx to replace the current WebServer + mongoose implementation. Also adds support for registering + callback functions for certain URL requests via FCGI, making it + possible to mock HTTP responses and test more complex HTTP setups. +- boost: Fix deprecated auto_unit_test.hpp includes. +- Disable zchunk on Leap-15.0 and SLE15-* while there is no libzck. +- Fix decision whether to download ZCHUNK files. + libzypp and libsolv must both be able to read the format. +- version 17.22.1 (22) + +------------------------------------------------------------------- Old: ---- libzypp-17.22.0.tar.bz2 New: ---- libzypp-17.22.1.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libzypp.spec ++++++ --- /var/tmp/diff_new_pack.fbeO8J/_old 2020-02-19 12:39:34.671513421 +0100 +++ /var/tmp/diff_new_pack.fbeO8J/_new 2020-02-19 12:39:34.675513428 +0100 @@ -1,7 +1,7 @@ # # spec file for package libzypp # -# Copyright (c) 2020 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 @@ -23,9 +23,9 @@ %endif Name: libzypp -Version: 17.22.0 +Version: 17.22.1 Release: 0 -Url: https://github.com/openSUSE/libzypp +URL: https://github.com/openSUSE/libzypp Summary: Library for package, patch, pattern and product management License: GPL-2.0-or-later Group: System/Packages @@ -85,8 +85,11 @@ Requires: libsolv-tools %endif -# required for testsuite, webrick -BuildRequires: ruby +BuildRequires: glib2-devel +BuildRequires: libsigc++2-devel + +# required for testsuite +BuildRequires: nginx Requires: rpm @@ -95,20 +98,22 @@ %endif %if 0%{?fedora_version} || 0%{?rhel_version} >= 600 || 0%{?centos_version} >= 600 -BuildRequires: glib2-devel BuildRequires: popt-devel BuildRequires: rpm-devel > 4.4 %endif %if 0%{?mandriva_version} -BuildRequires: glib2-devel BuildRequires: librpm-devel > 4.4 %endif %if 0%{?suse_version} BuildRequires: libgpgme-devel +#testsuite +BuildRequires: FastCGI-devel %else BuildRequires: gpgme-devel +#testsuite +BuildRequires: fcgi-devel %endif %define min_curl_version 7.19.4 @@ -273,7 +278,7 @@ %check pushd build/tests -LD_LIBRARY_PATH="%{buildroot}/%{_libdir}:$LD_LIBRARY_PATH" ctest --output-on-failure . +LD_LIBRARY_PATH="$(pwd)/../zypp:$LD_LIBRARY_PATH" ctest --output-on-failure . popd %post ++++++ libzypp-17.22.0.tar.bz2 -> libzypp-17.22.1.tar.bz2 ++++++ ++++ 23409 lines of diff (skipped)
