Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package zlib-ng for openSUSE:Factory checked in at 2026-03-26 21:07:34 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/zlib-ng (Old) and /work/SRC/openSUSE:Factory/.zlib-ng.new.8177 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "zlib-ng" Thu Mar 26 21:07:34 2026 rev:28 rq:1342391 version:2.3.3 Changes: -------- --- /work/SRC/openSUSE:Factory/zlib-ng/zlib-ng.changes 2026-03-18 16:49:27.582401257 +0100 +++ /work/SRC/openSUSE:Factory/.zlib-ng.new.8177/zlib-ng.changes 2026-03-27 06:54:04.665284018 +0100 @@ -1,0 +2,7 @@ +Mon Mar 23 09:21:09 UTC 2026 - Tobias Klausmann <[email protected]> + +- Fix cmake *tagets.cmake and zlib.pc for the compat build, as the target dir + {_libdir} is manually changed in the spec file to {_libdir}/zlib-ng-compat, + we have to manually adjust the directory in the devel files as well. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ zlib-ng.spec ++++++ --- /var/tmp/diff_new_pack.b7T3dW/_old 2026-03-27 06:54:05.293309945 +0100 +++ /var/tmp/diff_new_pack.b7T3dW/_new 2026-03-27 06:54:05.297310110 +0100 @@ -29,6 +29,7 @@ %else %define soversion 2 %endif + Name: zlib-ng%{?compat_suffix} Version: 2.3.3 Release: 0 @@ -102,6 +103,13 @@ mv libz.so.* zlib-ng-compat/ ln -sf zlib-ng-compat/libz.so.1 libz.so popd + +pushd %{buildroot}%{_libdir}/cmake/ZLIB + sed -i 's/\/usr\/%_lib/\/usr\/%_lib\/zlib-ng-compat/g' ZLIB-targets-*.cmake +popd +pushd %{buildroot}%{_libdir}/pkgconfig + sed -i 's/\/usr\/%_lib/\/usr\/%_lib\/zlib-ng-compat/g' zlib.pc +popd %endif %check
