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-08-25 15:33:09
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/cmake (Old)
 and      /work/SRC/openSUSE:Factory/.cmake.new.2083 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "cmake"

Thu Aug 25 15:33:09 2022 rev:221 rq:999013 version:3.24.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/cmake/cmake.changes      2022-08-19 
17:54:32.607857034 +0200
+++ /work/SRC/openSUSE:Factory/.cmake.new.2083/cmake.changes    2022-08-25 
15:33:13.219940639 +0200
@@ -1,0 +2,5 @@
+Tue Aug 23 15:05:13 UTC 2022 - Dirk M??ller <dmuel...@suse.com>
+
+- add glibc-236.patch (bsc#1202208)
+
+-------------------------------------------------------------------

New:
----
  glibc-236.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ cmake.spec ++++++
--- /var/tmp/diff_new_pack.m0xj70/_old  2022-08-25 15:33:14.019942386 +0200
+++ /var/tmp/diff_new_pack.m0xj70/_new  2022-08-25 15:33:14.027942403 +0200
@@ -64,6 +64,7 @@
 # Search for python interpreters from newest to oldest rather then picking up 
/usr/bin/python as first choice
 Patch1:         feature-suse-python-interp-search-order.patch
 Patch2:         cmake-fix-png-include-dir.patch
+Patch3:         glibc-236.patch
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
 BuildRequires:  pkgconfig



++++++ glibc-236.patch ++++++
investigated under https://gitlab.kitware.com/cmake/cmake/-/issues/23881

--- cmake-3.24.1/Modules/GetPrerequisites.cmake
+++ cmake-3.24.1/Modules/GetPrerequisites.cmake
@@ -730,9 +730,9 @@ function(get_prerequisites target prereq
 
   if(gp_tool MATCHES "ldd$")
     set(gp_cmd_args "")
-    set(gp_regex "^[\t ]*[^\t ]+ =>[\t ]+([^\t\(]+)( \(.+\))?${eol_char}$")
+    set(gp_regex "^[\t ]*[^\t ]+ =>[\t ]+(/[^\t\(]+)( \(.+\))?${eol_char}$")
     set(gp_regex_error "not found${eol_char}$")
-    set(gp_regex_fallback "^[\t ]*([^\t ]+) => ([^\t ]+).*${eol_char}$")
+    set(gp_regex_fallback "^[\t ]*([^\t ]+) => (/[^\t ]+).*${eol_char}$")
     set(gp_regex_cmp_count 1)
   elseif(gp_tool MATCHES "otool$")
     set(gp_cmd_args "-L")

Reply via email to