Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package libzypp for openSUSE:Factory checked in at 2026-07-20 09:56:54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libzypp (Old) and /work/SRC/openSUSE:Factory/.libzypp.new.24530 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libzypp" Mon Jul 20 09:56:54 2026 rev:535 rq:1366085 version:17.38.14 Changes: -------- --- /work/SRC/openSUSE:Factory/libzypp/libzypp.changes 2026-06-09 14:21:33.767713096 +0200 +++ /work/SRC/openSUSE:Factory/.libzypp.new.24530/libzypp.changes 2026-07-20 09:56:58.403351795 +0200 @@ -1,0 +2,15 @@ +Fri Jun 19 17:50:45 CEST 2026 - [email protected] + +- zypp.conf: add solver.NoUpdateProvide (default: false) option. + In general, packages that obsolete another package are treated as + update candidates for the obsoleted package. However, + SUSE-specific update rules prefer candidates that also explicitly + 'provide' the obsoleted package. + Sometimes it is necessary or helpful to disable this rule. + (may help in bsc#1261038) +- Use HttpHeader class for defining host specific http headers + (bsc#1268321) +- Compile and link with -fPIE to build on sparc64 (fixes #742) +- version 17.38.14 (35) + +------------------------------------------------------------------- Old: ---- libzypp-17.38.13.tar.bz2 New: ---- libzypp-17.38.14.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libzypp.spec ++++++ --- /var/tmp/diff_new_pack.f5LrnH/_old 2026-07-20 09:56:59.695395272 +0200 +++ /var/tmp/diff_new_pack.f5LrnH/_new 2026-07-20 09:56:59.699395406 +0200 @@ -15,6 +15,10 @@ # Please submit bugfixes or comments via https://bugs.opensuse.org/ # + +# by now build without libzyppng by default. +%bcond_with build_libzyppng + # Switched to single_rpmtrans as default install backed. # SUSE distros stay with classic_rpmtrans as default. # Code16: Want's to switch to single_rpmtrans as default @@ -64,13 +68,6 @@ %bcond_with sigc_block_workaround %endif - -%if 0%{?suse_version} > 1500 || 0%{?sle_version} >= 150600 -%bcond_without visibility_hidden -%else -%bcond_with visibility_hidden -%endif - # We're going successively to move our default configuration into /usr/etc/. # The final configuration data will then be merged according to the rules # defined by the UAPI.6 Configuration Files Specification from: @@ -98,7 +95,7 @@ %endif Name: libzypp -Version: 17.38.13 +Version: 17.38.14 Release: 0 License: GPL-2.0-or-later URL: https://github.com/openSUSE/libzypp @@ -263,7 +260,7 @@ BuildRequires: xz-devel %endif -%if 0%{?suse_version} >= 1600 +%if %{with build_libzyppng} BuildRequires: gobject-introspection-devel %endif @@ -377,8 +374,8 @@ -DCMAKE_SKIP_RPATH=1 \ -DCMAKE_INSTALL_LIBEXECDIR=%{_libexecdir} \ -DZYPPCONFDIR=%{zyppconfdir} \ + %{?with_build_libzyppng:-DBUILD_LIBZYPPNG=1} \ %{?with_keep_legacy_zyppconf:-DKEEP_LEGACY_ZYPPCONF=1} \ - %{?with_visibility_hidden:-DENABLE_VISIBILITY_HIDDEN=1} \ %{?with_zchunk:-DENABLE_ZCHUNK_COMPRESSION=1} \ %{?with_zstd:-DENABLE_ZSTD_COMPRESSION=1} \ %{?with_sigc_block_workaround:-DENABLE_SIGC_BLOCK_WORKAROUND=1} \ ++++++ libzypp-17.38.13.tar.bz2 -> libzypp-17.38.14.tar.bz2 ++++++ ++++ 26153 lines of diff (skipped)
