Hello community,

here is the log from the commit of package cmake for openSUSE:Factory checked 
in at 2020-07-14 07:43:16
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/cmake (Old)
 and      /work/SRC/openSUSE:Factory/.cmake.new.3060 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "cmake"

Tue Jul 14 07:43:16 2020 rev:177 rq:819994 version:3.17.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/cmake/cmake.changes      2020-06-23 
21:04:03.673739004 +0200
+++ /work/SRC/openSUSE:Factory/.cmake.new.3060/cmake.changes    2020-07-14 
07:43:43.962771289 +0200
@@ -1,0 +2,7 @@
+Wed Jul  8 20:06:07 UTC 2020 - Matej Cepl <mc...@suse.com>
+
+- Add lua54.patch which adds 5.4 among allowed versions of
+  Lua interpreter.
+  (https://gitlab.kitware.com/cmake/cmake/-/issues/20933)
+
+-------------------------------------------------------------------

New:
----
  lua54.patch

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

Other differences:
------------------
++++++ cmake.spec ++++++
--- /var/tmp/diff_new_pack.vQe77R/_old  2020-07-14 07:43:47.390782356 +0200
+++ /var/tmp/diff_new_pack.vQe77R/_new  2020-07-14 07:43:47.394782369 +0200
@@ -55,6 +55,9 @@
 # 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
+# PATCH-FIX-UPSTREAM lua54.patch 
https://gitlab.kitware.com/cmake/cmake/-/issues/20933 mc...@suse.com
+# Add Lua 5.4 among allowed versions of the Lua interpreter.
+Patch3:         lua54.patch
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
 BuildRequires:  pkgconfig



++++++ lua54.patch ++++++
--- a/Modules/FindLua.cmake
+++ b/Modules/FindLua.cmake
@@ -48,7 +48,7 @@ unset(_lua_append_versions)
 
 # this is a function only to have all the variables inside go away 
automatically
 function(_lua_get_versions)
-    set(LUA_VERSIONS5 5.3 5.2 5.1 5.0)
+    set(LUA_VERSIONS5 5.4 5.3 5.2 5.1 5.0)
 
     if (Lua_FIND_VERSION_EXACT)
         if (Lua_FIND_VERSION_COUNT GREATER 1)

Reply via email to