Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package cmake for openSUSE:Factory checked in at 2021-09-13 16:24:26 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/cmake (Old) and /work/SRC/openSUSE:Factory/.cmake.new.1899 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "cmake" Mon Sep 13 16:24:26 2021 rev:204 rq:917935 version:3.21.2 Changes: -------- --- /work/SRC/openSUSE:Factory/cmake/cmake.changes 2021-09-08 21:36:38.845890682 +0200 +++ /work/SRC/openSUSE:Factory/.cmake.new.1899/cmake.changes 2021-09-13 16:25:09.618788352 +0200 @@ -1,0 +2,6 @@ +Wed Sep 8 12:46:31 UTC 2021 - Max Lin <m...@suse.com> + +- fix a typo in cmake.macros bsc#1190302 + * change CMAKE_SKIP_INSTALL_RPATHS to CMAKE_SKIP_INSTALL_RPATH + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ cmake.macros ++++++ --- /var/tmp/diff_new_pack.A8fL7V/_old 2021-09-13 16:25:10.398789254 +0200 +++ /var/tmp/diff_new_pack.A8fL7V/_new 2021-09-13 16:25:10.398789254 +0200 @@ -36,7 +36,7 @@ -DLIB_SUFFIX=64 \\\ %endif \ %if %suse_version <= 1500 \ - -DCMAKE_SKIP_INSTALL_RPATHS:BOOL=ON \\\ + -DCMAKE_SKIP_INSTALL_RPATH:BOOL=ON \\\ %endif \ -DCMAKE_VERBOSE_MAKEFILE:BOOL=ON \\\ -DBUILD_SHARED_LIBS:BOOL=ON \\\