Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package radare2 for openSUSE:Factory checked 
in at 2026-06-17 16:18:40
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/radare2 (Old)
 and      /work/SRC/openSUSE:Factory/.radare2.new.1981 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "radare2"

Wed Jun 17 16:18:40 2026 rev:15 rq:1359803 version:6.1.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/radare2/radare2.changes  2026-05-19 
17:49:32.962578470 +0200
+++ /work/SRC/openSUSE:Factory/.radare2.new.1981/radare2.changes        
2026-06-17 16:19:29.898023238 +0200
@@ -1,0 +2,5 @@
+Tue Jun 16 15:20:52 UTC 2026 - Dirk Müller <[email protected]>
+
+- switch to python311 for sle15 build
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ radare2.spec ++++++
--- /var/tmp/diff_new_pack.1uM6kJ/_old  2026-06-17 16:19:31.414086671 +0200
+++ /var/tmp/diff_new_pack.1uM6kJ/_new  2026-06-17 16:19:31.418086838 +0200
@@ -43,7 +43,11 @@
 BuildRequires:  git-core
 BuildRequires:  meson
 BuildRequires:  pkgconfig
+%if 0%{?suse_version} == 1500
+BuildRequires:  python311
+%else
 BuildRequires:  python3
+%endif
 BuildRequires:  pkgconfig(capstone)
 BuildRequires:  pkgconfig(liblz4)
 BuildRequires:  pkgconfig(libuv)
@@ -107,6 +111,11 @@
 tar   -C test/bins --strip-components=1 -x -f %{SOURCE3}
 
 %build
+%if 0%{?suse_version} == 1500
+mkdir my-bin
+ln -s /usr/bin/python3.11 my-bin/python3
+export PATH=$PWD/my-bin:$PATH
+%endif
 %{__meson} subprojects packagefiles --apply
 
 %meson \

Reply via email to