Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package cmake for openSUSE:Factory checked 
in at 2024-01-12 23:44:27
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/cmake (Old)
 and      /work/SRC/openSUSE:Factory/.cmake.new.21961 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "cmake"

Fri Jan 12 23:44:27 2024 rev:245 rq:1138116 version:3.28.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/cmake/cmake.changes      2024-01-03 
12:22:57.599030763 +0100
+++ /work/SRC/openSUSE:Factory/.cmake.new.21961/cmake.changes   2024-01-12 
23:44:46.225156500 +0100
@@ -1,0 +2,11 @@
+Thu Jan 11 10:21:03 UTC 2024 - Michal Suchanek <msucha...@suse.com>
+
+- Use new enough Sphinx on SLE (jsc#PED-7572 boo#1218125).
+
+-------------------------------------------------------------------
+Thu Jan 11 01:28:45 UTC 2024 - Simon Lees <sfl...@suse.de>
+
+- A quick note for the bots that boo#1217009 is already fixed
+  in tumbleweed
+
+-------------------------------------------------------------------
@@ -336 +347 @@
-  without making sure it's not a folder.
+  without making sure it's not a folder (boo#1217009).

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

Other differences:
------------------
++++++ cmake.spec ++++++
--- /var/tmp/diff_new_pack.dKXEg2/_old  2024-01-12 23:44:47.373198519 +0100
+++ /var/tmp/diff_new_pack.dKXEg2/_new  2024-01-12 23:44:47.377198666 +0100
@@ -85,10 +85,15 @@
 # fatal error: libuv version too new: running with libuv 1.X+1 when compiled 
with libuv 1.X will lead to libuv failures
 %requires_eq  libuv1
 %endif
+%if 0%{?suse_version} && 0%{?suse_version} <= 1500
+%define pyver 311
+%else
+%define pyver 3
+%endif
 %if %{with full} || %{with mini}
 Requires:       make
 # bnc#953842 - A python file is shipped so require python base so it can be 
run.
-Requires:       python3-base
+Requires:       python%{pyver}-base
 Conflicts:      cmake-implementation
 Provides:       cmake-implementation = %{version}
 %endif
@@ -101,7 +106,7 @@
 BuildRequires:  pkgconfig(libcurl)
 %endif
 %if %{with gui}
-BuildRequires:  python3-Sphinx
+BuildRequires:  python%{pyver}-Sphinx
 BuildRequires:  update-desktop-files
 BuildRequires:  pkgconfig(Qt5Widgets)
 %endif

Reply via email to