Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package cmake for openSUSE:Factory checked in at 2022-07-05 12:08:43 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/cmake (Old) and /work/SRC/openSUSE:Factory/.cmake.new.1548 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "cmake" Tue Jul 5 12:08:43 2022 rev:217 rq:986453 version:3.23.2 Changes: -------- --- /work/SRC/openSUSE:Factory/cmake/cmake.changes 2022-06-06 11:10:48.627332628 +0200 +++ /work/SRC/openSUSE:Factory/.cmake.new.1548/cmake.changes 2022-07-05 12:08:44.872493619 +0200 @@ -1,0 +2,6 @@ +Sat Jul 2 07:32:54 UTC 2022 - Christophe Giboudeaux <christo...@krop.fr> + +- Fix the %%cmake macro which tried to run sed on 'CMakeLists.txt' + without making sure it's not a folder. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ cmake.macros ++++++ --- /var/tmp/diff_new_pack.gwCrC5/_old 2022-07-05 12:08:45.800494952 +0200 +++ /var/tmp/diff_new_pack.gwCrC5/_new 2022-07-05 12:08:45.804494958 +0200 @@ -8,7 +8,7 @@ %__sourcedir . %cmake \ - find %__sourcedir -name CMakeLists.txt \\\ + find %__sourcedir -type f -name CMakeLists.txt \\\ -exec sed -i -re '/^[[:blank:]]*[sS][eE][tT][[:blank:]]*\\\([[:blank:]]*(CMAKE_BUILD_TYPE|CMAKE_COLOR_MAKEFILE|CMAKE_INSTALL_PREFIX|CMAKE_VERBOSE_MAKEFILE).*\\\)/{s/^/#IGNORE /}' {} + \ mkdir -p %__builddir \ cd %__builddir \