Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package xorg-x11-server for openSUSE:Factory 
checked in at 2024-06-13 15:37:44
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/xorg-x11-server (Old)
 and      /work/SRC/openSUSE:Factory/.xorg-x11-server.new.19518 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "xorg-x11-server"

Thu Jun 13 15:37:44 2024 rev:431 rq:1180219 version:21.1.12

Changes:
--------
--- /work/SRC/openSUSE:Factory/xorg-x11-server/xorg-x11-server.changes  
2024-04-11 19:40:26.640186650 +0200
+++ 
/work/SRC/openSUSE:Factory/.xorg-x11-server.new.19518/xorg-x11-server.changes   
    2024-06-13 15:37:49.877562362 +0200
@@ -1,0 +2,7 @@
+Wed Jun 12 09:08:15 UTC 2024 - Daniel Garcia <daniel.gar...@suse.com>
+
+- Fix python3 shebang in source python script to use specific python
+  interpreter and remove dependency on /usr/bin/python3
+  (bsc#1212476)
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ xorg-x11-server.spec ++++++
--- /var/tmp/diff_new_pack.JFn5qu/_old  2024-06-13 15:37:54.829743059 +0200
+++ /var/tmp/diff_new_pack.JFn5qu/_new  2024-06-13 15:37:54.833743205 +0200
@@ -62,6 +62,7 @@
 BuildRequires:  flex
 BuildRequires:  libtool
 BuildRequires:  pkgconfig
+BuildRequires:  python-rpm-macros
 BuildRequires:  systemd-rpm-macros
 BuildRequires:  pkgconfig(bigreqsproto) >= 1.1.0
 BuildRequires:  pkgconfig(compositeproto)
@@ -146,7 +147,7 @@
 Requires:       Mesa
 %if 0%{?suse_version} >= 1315
 Requires(post): update-alternatives
-Requires(postun):update-alternatives
+Requires(postun): update-alternatives
 %endif
 Provides:       xorg-x11-server-glx
 Obsoletes:      xorg-x11-server-glx
@@ -525,6 +526,8 @@
 chmod 0755 %{buildroot}/usr/src/xserver/config.guess
 chmod 0755 %{buildroot}/usr/src/xserver/config.sub
 chmod 0755 %{buildroot}/usr/src/xserver/install-sh
+# Fix python shebang, use specific python version to do not depend on 
/usr/bin/python3
+%{?python3_fix_shebang_path:%python3_fix_shebang_path 
%{buildroot}/usr/src/xserver/hw/xwin/glx/gen_gl_wrappers.py}
 
 %post
 %tmpfiles_create xkb.conf

Reply via email to