Hello community, here is the log from the commit of package cmake for openSUSE:Factory checked in at 2020-09-24 16:13:00 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/cmake (Old) and /work/SRC/openSUSE:Factory/.cmake.new.4249 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "cmake" Thu Sep 24 16:13:00 2020 rev:181 rq:835798 version:3.18.2 Changes: -------- --- /work/SRC/openSUSE:Factory/cmake/cmake.changes 2020-09-01 20:05:16.664533750 +0200 +++ /work/SRC/openSUSE:Factory/.cmake.new.4249/cmake.changes 2020-09-24 16:13:31.896855866 +0200 @@ -1,0 +2,10 @@ +Mon Sep 14 10:29:33 UTC 2020 - Dirk Mueller <[email protected]> + +- reapply this change (bsc#1174581): + * Fix setting CMAKE_INSTALL_LIBDIR in cmake macro + * This is a relative path, see `cmake --help-module GNUInstallDirs` + see also + https://gitlab.kitware.com/cmake/cmake/-/issues/20250 + https://github.com/arvidn/libtorrent/issues/5125#issuecomment-691559244 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ cmake.macros ++++++ --- /var/tmp/diff_new_pack.uvwY3a/_old 2020-09-24 16:13:32.800856770 +0200 +++ /var/tmp/diff_new_pack.uvwY3a/_new 2020-09-24 16:13:32.800856770 +0200 @@ -23,7 +23,7 @@ -DLIB_INSTALL_DIR:PATH=%{_libdir} \\\ -DSYSCONF_INSTALL_DIR:PATH=%{_sysconfdir} \\\ -DSHARE_INSTALL_PREFIX:PATH=%{_datadir} \\\ - -DCMAKE_INSTALL_LIBDIR:PATH=%{_libdir} \\\ + -DCMAKE_INSTALL_LIBDIR:PATH=%{_lib} \\\ -DCMAKE_INSTALL_LIBEXECDIR=%{_libexecdir} \\\ -DCMAKE_BUILD_TYPE=RelWithDebInfo \\\ -DCMAKE_C_FLAGS="${CFLAGS:-%optflags} -DNDEBUG" \\\
