diff --git a/libzypp-17.22.0.tar.bz2 b/libzypp-17.22.0.tar.bz2 deleted file mode 100644 index 7c11c85..0000000 --- a/libzypp-17.22.0.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6342eadfbc9f28264a038563d9f125009dc78ce8fbc8ffc0942270202d1ee46f -size 4724466 diff --git a/libzypp-17.22.1.tar.bz2 b/libzypp-17.22.1.tar.bz2 new file mode 100644 index 0000000..ee64856 --- /dev/null +++ b/libzypp-17.22.1.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8e3deb0ce5ac39843c0bdec63e6552845a6a777ceed27233ec5126d5f9850bc +size 4754455 diff --git a/libzypp.changes b/libzypp.changes index ab364bd..b677d0a 100644 --- a/libzypp.changes +++ b/libzypp.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Fri Feb 7 14:56:40 CET 2020 - ma@suse.de + +- 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) + ------------------------------------------------------------------- Thu Jan 23 16:30:19 CET 2020 - ma@suse.de diff --git a/libzypp.spec b/libzypp.spec index 53026b8..77875f3 100644 --- a/libzypp.spec +++ b/libzypp.spec @@ -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 @@ BuildRequires: libsolv-tools 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 @@ BuildRequires: rpm-devel > 4.4 %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 @@ cd .. %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