Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package xen for openSUSE:Factory checked in 
at 2022-05-12 22:57:49
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/xen (Old)
 and      /work/SRC/openSUSE:Factory/.xen.new.1538 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "xen"

Thu May 12 22:57:49 2022 rev:317 rq:976117 version:4.16.1_02

Changes:
--------
--- /work/SRC/openSUSE:Factory/xen/xen.changes  2022-04-16 00:13:02.953552960 
+0200
+++ /work/SRC/openSUSE:Factory/.xen.new.1538/xen.changes        2022-05-12 
22:58:11.772622463 +0200
@@ -1,0 +2,5 @@
+Tue May 10 16:08:02 UTC 2022 - Dirk M??ller <dmuel...@suse.com>
+
+- fix python3 >= 3.10 version detection 
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ xen.spec ++++++
--- /var/tmp/diff_new_pack.9Nla62/_old  2022-05-12 22:58:13.292624504 +0200
+++ /var/tmp/diff_new_pack.9Nla62/_new  2022-05-12 22:58:13.304624520 +0200
@@ -231,7 +231,7 @@
 Patch99997:     gcc12-fixes.patch
 URL:            http://www.cl.cam.ac.uk/Research/SRG/netos/xen/
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-%define pyver %(python3 -c "import sys; print(sys.version[:3])")
+%define pyver %(python3 -c "import sys; print(sys.version.rpartition('.')[0])")
 
 %description
 Xen is a virtual machine monitor for x86 that supports execution of

Reply via email to